Composition_get

Get an composition updated object from the db.

SecuritybearerAuth
Request
path Parameters
compositionId
required
string

The composition id

Responses
200

Ok

get/compositions/{compositionId}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "name": "string",
  • "creator": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "projectId": "string",
  • "orgId": "string",
  • "spec": [
    ],
  • "status": "Created",
  • "terminated": true,
  • "errorText": { },
  • "triggers": [
    ],
  • "packages": [
    ],
  • "tasks": [
    ],
  • "models": [
    ],
  • "channels": [
    ],
  • "secrets": [
    ]
}