Error Reports
Retrieve a specific Error Report by ID
Unique identifier of the resource
1
Error Report retrieved successfully
Unauthorized Access
The given resource or object was not found or does not exist.
Server Error
GET /api/v1/error_reports/{id} HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-08-29T22:32:44.119Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-08-29T22:32:44.119Z",
"updated_date": "2025-08-29T22:32:44.119Z"
}
Delete a specific Error Report by ID
Unique identifier of the resource
1
Error Report deleted
No content
Unauthorized Access
The given resource or object was not found or does not exist.
Server Error
DELETE /api/v1/error_reports/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
No content
Partial update a specific Error Report by ID
Unique identifier of the resource
1
Error report ID
Content type ID for action
Object ID for action
Content type ID for target
Object ID for target
Object modification date
Error code
Error description
Status flag
false
Raw request data
Raw response data
Creation timestamp
Last update timestamp
Error Report updated
No content
Unauthorized Access
The given resource or object was not found or does not exist.
Server Error
PATCH /api/v1/error_reports/{id}/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 336
{
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-08-29T22:32:44.119Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text"
}
No content
List Error Reports
Filter by catalog name
Filter by target content type model name
Filter by target content type ID
Filter by target object ID
Filter by action content type model name
Filter by action content type ID
Filter by multiple action object IDs
Filter by status flag
List of Error Reports
Unauthorized Access
The given resource or object was not found or does not exist.
Server Error
GET /api/v1/error_reports/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-08-29T22:32:44.119Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-08-29T22:32:44.119Z",
"updated_date": "2025-08-29T22:32:44.119Z"
}
]
Get list of city error reports
Specifies the page number of the current dataset
1
Indicates the number of rows on the current page.
10
List of City Error Reports
Unauthorized Access
The given resource or object was not found or does not exist.
Server Error
GET /api/v1/error_reports/city HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-08-29T22:32:44.119Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-08-29T22:32:44.119Z",
"updated_date": "2025-08-29T22:32:44.119Z"
}
]
Get list of township error reports
Specifies the page number of the current dataset
1
Indicates the number of rows on the current page.
10
List of Township Error Reports
Unauthorized Access
The given resource or object was not found or does not exist.
Server Error
GET /api/v1/error_reports/township/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-08-29T22:32:44.119Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-08-29T22:32:44.119Z",
"updated_date": "2025-08-29T22:32:44.119Z"
}
]
Get list of product error reports
Specifies the page number of the current dataset
1
Indicates the number of rows on the current page.
10
List of Product Error Reports
Unauthorized Access
The given resource or object was not found or does not exist.
Server Error
GET /api/v1/error_reports/product/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Accept: */*
[
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-08-29T22:32:44.119Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-08-29T22:32:44.119Z",
"updated_date": "2025-08-29T22:32:44.119Z"
}
]
Partial update a specific Error Report by ID with Action Object ID
Unique identifier of the resource
1
Success
Unauthorized Access
The given resource or object was not found or does not exist.
Server Error
PATCH /api/v1/error_reports/{id}/update_action_object_id/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 22
{
"action_object_id": 1
}
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-08-29T22:32:44.119Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-08-29T22:32:44.119Z",
"updated_date": "2025-08-29T22:32:44.119Z"
}
Update error code of error report
Unique identifier of the resource
1
Success
Unauthorized Access
The given resource or object was not found or does not exist.
Server Error
PATCH /api/v1/error_reports/{id}/update_error_code/ HTTP/1.1
Host: sandbox.akinon.com
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"error_code": "text"
}
{
"id": 1,
"action_content_type": 1,
"action_object_id": 1,
"action": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"target_content_type": 1,
"target_object_id": "text",
"target": {
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"obj_modified_date": "2025-08-29T22:32:44.119Z",
"error_code": "text",
"error_desc": "text",
"is_ok": false,
"raw_request": "text",
"raw_response": "text",
"created_date": "2025-08-29T22:32:44.119Z",
"updated_date": "2025-08-29T22:32:44.119Z"
}
Was this helpful?