Returns a list of actions. Results are paginated to improve retrieval peformance. The meta data indicates how many total records exist.
Successful response
Array of objects (Action) | |
object (Metadata) |
Authentication error
Authorization error
Array of objects (Error Base) | |||||||||
Array
|
Invalid parameters supplied in request. See HTTP response body for details.
Array of objects (Error Base) | |||||||||
Array
|
{- "data": [
- {
- "id": "7e610e23-d1f2-4f90-b5b7-3ddd7b32ad7c",
- "category": "SMS",
- "description": "Send messages",
- "record_type": "action",
- "created_at": "2018-02-08T18:49:22.998023Z",
- "updated_at": "2018-02-08T18:49:22.998023Z"
}
], - "meta": {
- "total_pages": 13,
- "total_results": 13,
- "page_number": 3,
- "page_size": 1
}
}
Retrieves the details of an action.
Successful response
Authentication error
Array of objects (Error Base) | |||||||||
Array
|
Authorization error
Array of objects (Error Base) | |||||||||
Array
|
Resource not found
Array of objects (Error Base) | |||||||||
Array
|
Invalid parameters supplied in request. See HTTP response body for details.
Array of objects (Error Base) | |||||||||
Array
|
{- "data": {
- "id": "7e610e23-d1f2-4f90-b5b7-3ddd7b32ad7c",
- "category": "SMS",
- "description": "Send messages",
- "record_type": "action",
- "created_at": "2018-02-08T18:49:22.998023Z",
- "updated_at": "2018-02-08T18:49:22.998023Z"
}
}