curl --request GET \
--url https://staging.api.us.aptlydone.com/settings/v1/action-types
{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:42.422Z",
"message": "Success",
"data": {
"page": 1,
"limit": 10,
"total": 100,
"data": [
{
"id": "dd15edf8-99de-4c32-9a3d-f77bf416d263",
"tenantId": "e9a3e41e-7fcf-4f7a-9993-1077a9a05240",
"type": "email",
"typeIcon": "mail",
"status": true,
"isCustom": true,
"isDeleted": false,
"deletedAt": "2024-01-12T00:00:00.000Z",
"createdAt": "2024-01-12T00:00:00.000Z",
"updatedAt": "2024-01-12T00:00:00.000Z"
}
]
}
}
curl --request GET \
--url https://staging.api.us.aptlydone.com/settings/v1/action-types
{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:42.422Z",
"message": "Success",
"data": {
"page": 1,
"limit": 10,
"total": 100,
"data": [
{
"id": "dd15edf8-99de-4c32-9a3d-f77bf416d263",
"tenantId": "e9a3e41e-7fcf-4f7a-9993-1077a9a05240",
"type": "email",
"typeIcon": "mail",
"status": true,
"isCustom": true,
"isDeleted": false,
"deletedAt": "2024-01-12T00:00:00.000Z",
"createdAt": "2024-01-12T00:00:00.000Z",
"updatedAt": "2024-01-12T00:00:00.000Z"
}
]
}
}
Page number
x >= 1
1
Number of items per page
1 <= x <= 100
10
Tenant ID
"21a8aac4-7494-415f-bea3-1b7c26cdbaca"
Search by type name
"email"
Filter by status
true
Field to sort by
"id"
Sort order (asc/desc)
asc
, desc
"asc"
Action types list retrieved successfully
The response is of type object
.