Conversations-3
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
DELETE |
List all conversations views
Required API key scopes
conversation:readQuery parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /conversations /viewsExample response
Status 200
RESPONSE
Create conversations views
Required API key scopes
conversation:writeRequest parameters
- namestring
- filtersobject
Response
Example request
POST /api /projects /:project_id /conversations /viewsExample response
Status 201
RESPONSE
Retrieve conversations views
Required API key scopes
conversation:readPath parameters
- short_idstring
Response
Example request
GET /api /projects /:project_id /conversations /views /:short_idExample response
Status 200
RESPONSE
Delete conversations views
Required API key scopes
conversation:writePath parameters
- short_idstring
Example request
DELETE /api /projects /:project_id /conversations /views /:short_id