Call Outcomes
The Call Outcomes API provides a simple interface to manage call outcomes.
The API allows you to read your call outcomes. You can retrieve a list of your call outcomes.
The Call Outcomes API provides a simple interface to manage call outcomes.
The API allows you to read your call outcomes. You can retrieve a list of your call outcomes.
Attribute | Description |
---|---|
id number readonly |
Unique identifier of the call outcome. |
creator_id number readonly |
Unique identifier of the user who created the call outcome. |
name string readonly |
Name of the call outcome. |
created_at string readonly |
Date and time of when the call outcome was created in UTC (ISO8601 format). |
updated_at string readonly |
Date and time of the last update in UTC (ISO8601 format). |
Returns all call outcomes available to the user, according to the parameters provided. Call outcomes are always sorted by id in ascending order.
Attribute | Description |
---|---|
page number optional |
Page number to start from. Page numbering starts at 1 and omitting the
e.g.
?page=2
|
per_page number optional |
Number of records to return per page. The default limit is 25 and the maximum number that can be returned is 100.
e.g.
?per_page=20
|