Authorizations
Query Parameters
Required range:
x >= 1
Required range:
x >= 0
Required range:
1 <= x <= 10000
Available options:
asc
, desc
Available options:
asc
, desc
curl --request GET \
--url https://core.ravenna.ai/api/request-types \
--header 'x-ravenna-api-token: <api-key>'
{
"items": [
{
"id": "<string>",
"name": "<string>",
"emoji": "<string>",
"icon": "<string>",
"isDefault": true,
"published": true,
"jobId": "<string>",
"color": "<string>",
"description": "<string>",
"aiExamples": "<string>",
"aiResponse": "<string>",
"workspaceId": "<string>",
"titleTemplate": "<string>",
"defaultQueueId": "<string>",
"defaultStatusId": "<string>",
"defaultPriority": "URGENT",
"type": "request-type",
"parentId": "<string>",
"parent": {
"id": "<string>",
"name": "<string>"
},
"tags": [
{
"id": "<string>",
"name": "<string>",
"color": "<string>"
}
],
"customFields": [
{
"id": "<string>",
"order": 123,
"private": true,
"requestTypeId": "<string>",
"customField": {
"id": "<string>",
"workspaceId": "<string>",
"key": "<string>",
"label": "<string>",
"description": "<string>",
"required": true,
"system": true,
"config": null,
"type": "TEXT",
"options": [
{
"id": "<string>",
"value": "<string>",
"order": 123,
"description": "<string>",
"color": "<string>",
"icon": "<string>",
"customFieldId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"_count": {
"requestTypeCustomField": 123
}
},
"customFieldId": "<string>",
"ticketField": "TITLE",
"required": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"parentId": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
],
"nextCursor": "<string>",
"totalCount": 123
}
curl --request GET \
--url https://core.ravenna.ai/api/request-types \
--header 'x-ravenna-api-token: <api-key>'
{
"items": [
{
"id": "<string>",
"name": "<string>",
"emoji": "<string>",
"icon": "<string>",
"isDefault": true,
"published": true,
"jobId": "<string>",
"color": "<string>",
"description": "<string>",
"aiExamples": "<string>",
"aiResponse": "<string>",
"workspaceId": "<string>",
"titleTemplate": "<string>",
"defaultQueueId": "<string>",
"defaultStatusId": "<string>",
"defaultPriority": "URGENT",
"type": "request-type",
"parentId": "<string>",
"parent": {
"id": "<string>",
"name": "<string>"
},
"tags": [
{
"id": "<string>",
"name": "<string>",
"color": "<string>"
}
],
"customFields": [
{
"id": "<string>",
"order": 123,
"private": true,
"requestTypeId": "<string>",
"customField": {
"id": "<string>",
"workspaceId": "<string>",
"key": "<string>",
"label": "<string>",
"description": "<string>",
"required": true,
"system": true,
"config": null,
"type": "TEXT",
"options": [
{
"id": "<string>",
"value": "<string>",
"order": 123,
"description": "<string>",
"color": "<string>",
"icon": "<string>",
"customFieldId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>",
"_count": {
"requestTypeCustomField": 123
}
},
"customFieldId": "<string>",
"ticketField": "TITLE",
"required": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"parentId": "<string>"
}
],
"createdAt": "<string>",
"updatedAt": "<string>"
}
],
"nextCursor": "<string>",
"totalCount": 123
}
x >= 1
x >= 0
1 <= x <= 10000
asc
, desc
asc
, desc
Was this page helpful?