action fecru_get_recent_projects { label: "getRecentProjects" description: "Get a list of recently visited projects for the currently logged in user." provider: fecru method: GET path: "/rest-service-fecru/recently-visited-v1/projects" encoding: json output: { type: "object" additionalProperties: true } }