v1
latestSwagger 2.02026-08-043765135.6 KBnotifications
Get Actions
Get all existing actions.
get/notifications/actions
Query parameters
mockboolean
Return mock data
idstring[]
organizationIdstring uuid
Query by organization UUID
perPageinteger
Query parameter to set the number of results per page
pageAfterstring
Query parameter to set the token for the next page of results
order'asc' | 'desc'
Specify the order of the returned data based on the field specified in "orderBy".
orderBystring
Field by which to order results
Response
Return an array of data responses
Example response
{
"data": [
{
"id": "00000000-0000-0000-0000-000000000067",
"attributes": {
"target": [
"appointmentCustomer",
"appointmentAssociate"
],
"resourceFilter": [
"/organizations/f759af6a-2d8d-42b4-8a63-a17582404a9d/services/759af6a-2d8d-42b4-8a63-a17582404a9d"
],
"customTarget": [
"associate@example.com",
"customer@example.com"
],
"createdAt": "2018-02-03T10:30:00Z"
},
"relationships": {
"organization": {
"data": {
"type": "organizations",
"id": "bdb88373-bf66-4bfc-a4f8-3a35be5c2f9c"
}
},
"template": {
"data": {
"type": "templates",
"id": "bdb88373-bf66-4bfc-a4f8-3a35be5c2f9c"
}
}
}
}
]
}