API v1 Documentation
Client API - Contacts
Client API - Display
Client API - Environment
Client API - Response
Client API - User
Management API - Action Class
Management API - Attribute Class
Management API - Contact Attribute Keys
Management API - Contact Attributes
Management API - Contacts
Management API - Me
Management API - People
Management API - Response
Management API - Storage
Management API - Survey
Management API - Webhook
Health
Management API - Action Class
Get Action Class by ID
Fetch an Action Class by it’s ID
GET
/
api
/
v1
/
management
/
action-classes
/
{actionClassId}
Copy
Ask AI
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/action-classes/{actionClassId} \
--header 'x-Api-Key: <x-api-key>'
Copy
Ask AI
{
"data": {
"createdAt": "2024-04-09T04:53:29.577Z",
"description": "Gets fired when a new session is created",
"environmentId": "clurwouax000azffxt7n5unn3",
"id": "clurwouax000bzffxv3fqy6mt",
"name": "New Session",
"noCodeConfig": null,
"type": "automatic",
"updatedAt": "2024-04-09T04:53:29.577Z"
}
}
Headers
Path Parameters
Response
200
application/json
OK
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url http:///%7B{baseurl}%7D/api/v1/management/action-classes/{actionClassId} \
--header 'x-Api-Key: <x-api-key>'
Copy
Ask AI
{
"data": {
"createdAt": "2024-04-09T04:53:29.577Z",
"description": "Gets fired when a new session is created",
"environmentId": "clurwouax000azffxt7n5unn3",
"id": "clurwouax000bzffxv3fqy6mt",
"name": "New Session",
"noCodeConfig": null,
"type": "automatic",
"updatedAt": "2024-04-09T04:53:29.577Z"
}
}
Assistant
Responses are generated using AI and may contain mistakes.