StateSet ReSponse API Documentation
Embeddings
Attributes
Function Parameters
Channels
Schedules
Get Schedule
This endpoint gets a schedule
GET
/
v1
/
schedules
Copy
Ask AI
curl --location --request GET 'https://api.stateset.com/v1/schedules' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}'
Copy
Ask AI
{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00",
"schedule_type": "System Schedule",
"schedule_name": "eMail Schedule",
"description": "Always respond to eMails after waiting 5 minutes",
"created_at": "2023-11-28T00:00:00.000000Z",
"updated_at": "2023-11-28T00:00:00.000000Z"
}
Body
This is the id of the schedule.
Response
This is the id of the schedule.
This is the type of the schedule.
This is the name of the schedule.
This is the description of the schedule.
This is the created_at of the schedule.
This is the updated_at of the schedule.
Copy
Ask AI
curl --location --request GET 'https://api.stateset.com/v1/schedules' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}'
Copy
Ask AI
{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00",
"schedule_type": "System Schedule",
"schedule_name": "eMail Schedule",
"description": "Always respond to eMails after waiting 5 minutes",
"created_at": "2023-11-28T00:00:00.000000Z",
"updated_at": "2023-11-28T00:00:00.000000Z"
}
Copy
Ask AI
curl --location --request GET 'https://api.stateset.com/v1/schedules' \
--header 'Content-Type: application/json' \
--header 'Authorization: Token <token>' \
--data-raw '{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00"
}'
Copy
Ask AI
{
"id": "2438cf38-4004-41d3-8c90-131735ff7d00",
"schedule_type": "System Schedule",
"schedule_name": "eMail Schedule",
"description": "Always respond to eMails after waiting 5 minutes",
"created_at": "2023-11-28T00:00:00.000000Z",
"updated_at": "2023-11-28T00:00:00.000000Z"
}
Assistant
Responses are generated using AI and may contain mistakes.