function getWorkspaceStory($workspaceId, $storyId)
 {
     return $this->getJson(Story::getWorkspaceResourcePath($workspaceId, $storyId));
 }