action fecru_get_recent_snippets_detailed { label: "getRecentSnippetsDetailed" description: "Get a list of recently visited snippets for the currently logged in user, including the detailed entities." provider: fecru method: GET path: "/rest-service-fecru/recently-visited-v1/snippets/detailed" encoding: json output: { type: "object" additionalProperties: true } }