IntegrationActions

Retrieve integration action

get

Get details of a specific integration action

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

Integration action details

application/json
get
/api/v1/channel/{channel_id}/integration_actions/{id}/

Delete integration action

delete

Delete a specific integration action

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
delete
/api/v1/channel/{channel_id}/integration_actions/{id}/

No content

Update integration action (PATCH)

patch

Partially update an existing integration action

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Body
anyOptional
or
anyOptional
Responses
chevron-right
200

Integration action updated successfully

application/json
patch
/api/v1/channel/{channel_id}/integration_actions/{id}/

List deleted integration actions

get

Retrieve a list of deleted integration actions for a specific model

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Query parameters
modelstringRequired

Model name to filter deleted actions

pageintegerOptional

Page number for pagination

page_sizeintegerOptional

Number of items per page

Responses
chevron-right
200

List of deleted integration actions

application/json
get
/api/v1/channel/{channel_id}/integration_actions/deleted/

List integration actions

get

Retrieve a list of integration actions for a specific channel

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Query parameters
pageintegerOptional

Page number for pagination

page_sizeintegerOptional

Number of items per page

orderingstringOptional

Field to order results by

Responses
chevron-right
200

List of integration actions

application/json
get
/api/v1/channel/{channel_id}/integration_actions/

Create integration action

post

Create a new integration action for a specific channel

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Body
anyOptional
or
anyOptional
Responses
post
/api/v1/channel/{channel_id}/integration_actions/

List detailed integration actions

get

Retrieve a detailed list of integration actions for a specific channel

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
Query parameters
pageintegerOptional

Page number for pagination

page_sizeintegerOptional

Number of items per page

orderingstringOptional

Field to order results by

Responses
chevron-right
200

Detailed list of integration actions

application/json
get
/api/v1/channel/{channel_id}/integration_actions/detailed/

Retrieve detailed integration action

get

Get detailed information of a specific integration action

Authorizations
AuthorizationstringRequired
Path parameters
channel_idintegerRequired

The channel ID of the resource.

Example: 5
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

Detailed integration action information

application/json
get
/api/v1/channel/{channel_id}/integration_actions/{id}/detailed/

Last updated

Was this helpful?