Error Reports

Retrieve Error Report

get

Retrieve a specific Error Report by ID

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
chevron-right
200

Error Report retrieved successfully

application/json
get
/api/v1/error_reports/{id}

Delete Error Report

delete

Delete a specific Error Report by ID

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Responses
delete
/api/v1/error_reports/{id}/

No content

Partial Update Error Report

patch

Partial update a specific Error Report by ID

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Body
idintegerRead-onlyOptional

Error report ID

action_content_typeintegerRequired

Content type ID for action

action_object_idintegerRequired

Object ID for action

target_content_typeinteger | nullableOptional

Content type ID for target

target_object_idstring | nullableOptional

Object ID for target

obj_modified_datestring · date-timeRequired

Object modification date

error_codestring · max: 128Required

Error code

error_descstringRequired

Error description

is_okbooleanOptional

Status flag

Default: false
raw_requeststring | nullableOptional

Raw request data

raw_responsestring | nullableOptional

Raw response data

created_datestring · date-timeRead-onlyOptional

Creation timestamp

updated_datestring · date-timeRead-onlyOptional

Last update timestamp

Responses
chevron-right
200

Error Report updated

No content

patch
/api/v1/error_reports/{id}/

No content

List Error Reports

get

List Error Reports

Authorizations
AuthorizationstringRequired
Query parameters
catalogstringOptional

Filter by catalog name

target_content_typestringOptional

Filter by target content type model name

target_content_type_idintegerOptional

Filter by target content type ID

target_object_idintegerOptional

Filter by target object ID

action_content_typestringOptional

Filter by action content type model name

action_content_type_idintegerOptional

Filter by action content type ID

action_object_id__ininteger[]Optional

Filter by multiple action object IDs

is_okbooleanOptional

Filter by status flag

Responses
chevron-right
200

List of Error Reports

application/json
get
/api/v1/error_reports/

List City Error Reports

get

Get list of city error reports

Authorizations
AuthorizationstringRequired
Query parameters
pageinteger · min: 1Optional

Specifies the page number of the current dataset

Default: 1
limitinteger · min: 1Optional

Indicates the number of rows on the current page.

Default: 10
Responses
chevron-right
200

List of City Error Reports

application/json
get
/api/v1/error_reports/city

List Township Error Reports

get

Get list of township error reports

Authorizations
AuthorizationstringRequired
Query parameters
pageinteger · min: 1Optional

Specifies the page number of the current dataset

Default: 1
limitinteger · min: 1Optional

Indicates the number of rows on the current page.

Default: 10
Responses
chevron-right
200

List of Township Error Reports

application/json
get
/api/v1/error_reports/township/

List Product Error Reports

get

Get list of product error reports

Authorizations
AuthorizationstringRequired
Query parameters
pageinteger · min: 1Optional

Specifies the page number of the current dataset

Default: 1
limitinteger · min: 1Optional

Indicates the number of rows on the current page.

Default: 10
Responses
chevron-right
200

List of Product Error Reports

application/json
get
/api/v1/error_reports/product/

Partial Update Error Report Action Object ID

patch

Partial update a specific Error Report by ID with Action Object ID

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Body
action_object_idintegerOptional
Responses
chevron-right
200

Success

application/json
patch
/api/v1/error_reports/{id}/update_action_object_id/

Update Error Code

patch

Update error code of error report

Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Unique identifier of the resource

Example: 1
Body
error_codestringOptional
Responses
chevron-right
200

Success

application/json
patch
/api/v1/error_reports/{id}/update_error_code/

Last updated

Was this helpful?