Orchestration

List orchestration webhooks

get
Authorizations
AuthorizationstringRequired
Path parameters
workspace_idstring · uuidRequired
Query parameters
descriptionanyOptional
is_activebooleanOptional
jobanyOptional

Filter by job id

methodanyOptional
orderingstringOptional

Which field to use when ordering the results.

pageintegerOptional

A page number within the paginated result set.

page_sizeintegerOptional

Number of results to return per page.

urlanyOptional
Responses
200Success
application/json
get
/developers/workspaces/{workspace_id}/orchestration/webhooks/
200Success

Create orchestration webhook

post
Authorizations
AuthorizationstringRequired
Path parameters
workspace_idstring · uuidRequired
Body

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

_idstring · uuidRead-onlyRequired
_created_atstring · date-timeRead-onlyRequired
_updated_atstring · date-timeRead-onlyRequired
descriptionstring · max: 255Required
is_activebooleanRequired
methodstring · enumRequired
  • DELETE - DELETE
  • GET - GET
  • PATCH - PATCH
  • POST - POST
  • PUT - PUT
Possible values:
urlstring · uri · max: 1000Required
headerany | nullableOptional
bodyany | nullableOptional
jobsstring · uuid[]Required
Responses
post
/developers/workspaces/{workspace_id}/orchestration/webhooks/
201Success

Retrieve orchestration webhook

get
Authorizations
AuthorizationstringRequired
Path parameters
_idstring · uuidRequired
workspace_idstring · uuidRequired
Responses
200Success
application/json
get
/developers/workspaces/{workspace_id}/orchestration/webhooks/{_id}/
200Success

Edit orchestration webhook

put
Authorizations
AuthorizationstringRequired
Path parameters
_idstring · uuidRequired
workspace_idstring · uuidRequired
Body

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

_idstring · uuidRead-onlyRequired
_created_atstring · date-timeRead-onlyRequired
_updated_atstring · date-timeRead-onlyRequired
descriptionstring · max: 255Required
is_activebooleanRequired
methodstring · enumRequired
  • DELETE - DELETE
  • GET - GET
  • PATCH - PATCH
  • POST - POST
  • PUT - PUT
Possible values:
urlstring · uri · max: 1000Required
headerany | nullableOptional
bodyany | nullableOptional
jobsstring · uuid[]Required
Responses
200Success
application/json
put
/developers/workspaces/{workspace_id}/orchestration/webhooks/{_id}/
200Success

Delete orchestration webhook

delete
Authorizations
AuthorizationstringRequired
Path parameters
_idstring · uuidRequired
workspace_idstring · uuidRequired
Responses
delete
/developers/workspaces/{workspace_id}/orchestration/webhooks/{_id}/
204

No response body

No content

Last updated