Problem
API endpoint that allows Problem to be viewed or edited.
No response body
No content
GET /ux/sd/problem/conversation/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows Problem to be viewed or edited.
No response body
No content
POST /ux/sd/problem/conversation/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows Problem to be viewed or edited.
No response body
No content
GET /ux/sd/problem/conversation/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows Problem to be viewed or edited.
No response body
No content
PUT /ux/sd/problem/conversation/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
API endpoint that allows Problem to be viewed or edited.
No response body
No content
DELETE /ux/sd/problem/conversation/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
This endpoint is used to fetch all the Problems in the current organization
Items Per Page
Page Number
Sorting Order
Sorting Key
GET /ux/sd/problem/problem/?items_per_page=1&page=1 HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
[
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
]
This endpoint is used to save a new problem for the current organization
No response body
No content
POST /ux/sd/problem/problem/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 966
{
"summary": "VPN Issue",
"description": "",
"catalogue": "",
"impact_service": "",
"impact_service_name": "service1",
"service_classification": "",
"service_classification_name": "",
"state": "Open",
"state_id": 1,
"status": "New",
"status_id": 1,
"urgency_id": 3,
"urgency": "Low",
"priority_id": 5,
"priority": "Very Low",
"impact": "Department",
"impact_id": 3,
"problem_source": {
"id": 1,
"name": "Web"
},
"resolution_type": "",
"is_first_call": "",
"external_problem_number": "",
"problem_type": {
"id": 1,
"name": "Problem",
"prefix": "PROB"
},
"requester_id": "",
"requester_name": "Test req",
"requester_email": "[email protected]",
"requester_phone": "7778889999",
"reporter_name": "",
"reporter_email": "",
"reporter_phone": "",
"watcher": "",
"hold_config": {},
"support_group": "",
"assignee": "",
"escalation": {},
"tag": [],
"assets": [],
"config": {},
"reference": {},
"template_info": {},
"closure_info": {},
"approval_config": {},
"custom_field": [
{}
],
"attachment": {},
"api_link": {},
"lock_config": {},
"field_service_config": {},
"closure_note": ""
}
No response body
No content
This endpoint is used to fetch a problem details in the current organization
GET /ux/sd/problem/problem/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
This endpoint is used to edit an existing problem for the current organization
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
PUT /ux/sd/problem/problem/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1127
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
This endpoint is used to delete an existing problem for the current organization
No response body
No content
DELETE /ux/sd/problem/problem/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
No response body
No content
This endpoint is used to add new attachments.
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/sd/problem/problem/add-attachment/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1127
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
This endpoint is used to fetch the attachments.
GET /ux/sd/problem/problem/attachment/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/sd/problem/problem/delete-problem-task/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1127
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/sd/problem/problem/delete_problem/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1127
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
This endpoint is used to fetch the history.
GET /ux/sd/problem/problem/history/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
GET /ux/sd/problem/problem/options/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
GET /ux/sd/problem/problem/problem-data/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
GET /ux/sd/problem/problem/problem-task-list/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
GET /ux/sd/problem/problem/problem-task/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
This endpoint is used to get the rich text data.
GET /ux/sd/problem/problem/process-rich-text/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/sd/problem/problem/relation/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1127
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
GET /ux/sd/problem/problem/requester_search/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
GET /ux/sd/problem/problem/root_cause_draft/{id}/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/sd/problem/problem/save-problem-task/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1127
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
This endpoint is used to save the rich text data.
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/sd/problem/problem/save-rich-text/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1127
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/sd/problem/problem/save_problem_cause/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1127
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
GET /ux/sd/problem/problem/top_filter/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
Serializer for Documents.
Recognized primitve fields:
* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``
Compound fields: ListField
and DictField
are mapped to corresponding DRF fields, with respect to nested field specification.
The ReferenceField
is handled like ForeignKey
in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)
).
For EmbeddedDocumentField
also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.
Generic fields GenericReferenceField
and GenericEmbeddedDocumentField
are handled by their own with corresponding serializer fields.
Not well supported or untested:
``FileField``
``ImageField``
``BinaryField``
All other fields are mapped to DocumentField
and probably will work wrong.
POST /ux/sd/problem/problem/workflow_options_map/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 1127
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}
API endpoint that allows Problem to be viewed or edited.
GET /ux/sd/problem/problem/workflow_status/ HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Accept: */*
{
"problem_id": "text",
"display_id": "text",
"is_merge_problem": true,
"is_archive": true,
"unread_mail": true,
"requester": {
"keys": "text",
"values": "text",
"queryparam": true
},
"config": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reporter_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"basic_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"reference": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"source_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"template_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"impacted_asset": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"close_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"current_watcher": [],
"current_assignment_info": {
"keys": "text",
"values": "text",
"queryparam": true
},
"custom_field": [
{
"keys": "text",
"values": "text",
"queryparam": true
}
],
"tag": [],
"kb": [],
"custom_field_data": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"creation_time": "2025-08-30T22:18:26.159Z",
"created_by_id": "text",
"last_update_time": "2025-08-30T22:18:26.159Z",
"updated_by_id": "text",
"due_date": "2025-08-30",
"location": {
"ANY_ADDITIONAL_PROPERTY": "anything"
}
}