GET
/
v1
/
action-types
/
{id}
Get action type
curl --request GET \
  --url https://staging.api.us.aptlydone.com/settings/v1/action-types/{id}
{
  "statusCode": 200,
  "timestamp": "2025-06-24T08:51:42.214Z",
  "message": "Success",
  "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"
  }
}

Path Parameters

id
string
required

Response

200 - application/json

Action type details retrieved successfully

The response is of type object.