curl --request GET \
--url https://staging.api.us.aptlydone.com/settings/v1/action-templates/{id}
{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:42.214Z",
"message": "Success",
"data": {
"id": "f85b4a40-cb40-4c1c-a1e1-7df966116457",
"tenantId": "207276e5-59e3-4575-92fe-f138f0b8bb54",
"name": "Send Email",
"type": {
"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"
},
"description": "Template for sending notification emails",
"source": "Source",
"status": 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-templates/{id}
{
"statusCode": 200,
"timestamp": "2025-06-24T08:51:42.214Z",
"message": "Success",
"data": {
"id": "f85b4a40-cb40-4c1c-a1e1-7df966116457",
"tenantId": "207276e5-59e3-4575-92fe-f138f0b8bb54",
"name": "Send Email",
"type": {
"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"
},
"description": "Template for sending notification emails",
"source": "Source",
"status": true,
"isDeleted": false,
"deletedAt": "2024-01-12T00:00:00.000Z",
"createdAt": "2024-01-12T00:00:00.000Z",
"updatedAt": "2024-01-12T00:00:00.000Z"
}
}
Action template details retrieved successfully
The response is of type object
.