action xtrf_get_by_id_7 { label: "Returns project details." description: "Returns project details. If the specified project ID refers to Smart Project, 400 Bad Request is returned instead." provider: xtrf method: GET path: "/projects/{projectId}" encoding: json input: { type: "object" properties: { embed: { type: "string" } projectId: { type: "string" } } required: ["projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }