actions list
GET {{baseUrl}}/actions
Returns a list of Action
objects.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
created_after | string | If provided, will only return objects created after this datetime. | |
created_before | string | If provided, will only return objects created before this datetime. | |
cursor | string | The pagination cursor value. | |
include_deleted_data | boolean | Whether to include data that was marked as deleted by third party webhooks. | |
include_remote_data | boolean | Whether to include the original data Merge fetched from the third-party to produce these models. | |
modified_after | string | If provided, will only return objects modified after this datetime. | |
modified_before | string | If provided, will only return objects modified before this datetime. | |
page_size | number | Number of results to return per page. | |
remote_id | string | The API provider's ID for the given object. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Account-Token | string | (Required) Token identifying the end user. | |
Accept | string |
RESPONSES
status: OK
{"next":"cD0yMDIxLTAxLTA2KzAzJTNBMjQlM0E1My40MzQzMjYlMkIwMCUzQTAw","previous":"cj1sZXdwd2VycWVtY29zZnNkc2NzUWxNMEUxTXk0ME16UXpNallsTWtJ","results":[{"emails":["95b69d05-dd6b-1030-ce36-9f652d833ebe","urn:uuid:f5626d69-5bf4-0212-6d62-2a3902fbace3"],"messages":["f255d827-2747-9481-c9cf-562c878bc183","1461178c-9706-e47a-d19f-bcaae2789f28"],"name":"Welcome Email","type":"EMAIL","id":"52ce940b-ecfe-43a6-955f-629f799f7f73","remote_id":"1234"},{"emails":["urn:uuid:6f33075d-f0cf-316f-6817-ad268e325e38","urn:uuid:16ad8954-7849-d6a2-8bc5-0f14143f68d1"],"messages":["c6df5576-6515-090e-20c7-d9a3d65212ad","urn:uuid:b420af5e-7e7f-f9a5-da06-03d2bb3451d8"],"name":"Welcome Email","type":"EMAIL","id":"52ce940b-ecfe-43a6-955f-629f799f7f73","remote_id":"1234"}]}