function getAllStoriesFromWorkspace($workspaceId) { return $this->getJson(Story::getResourcesPath() . "?workspace_id=" . $workspaceId); }