Deleted Items

get
/deleted-items/

This method returns details about a specific deleted item, including its ID, object ID, deletion timestamp, and the content type associated with the item.

Authorizations
AuthorizationstringRequired

Token-based authentication with required prefix "Token"

Query parameters
content_typeintegerOptional

Query parameter content_type used to filter results based on specific conditions.

deleted_datestring · date-timeOptional

Query parameter deleted_date used to filter results based on specific conditions.

deleted_date__date__gtstring · dateOptional

Filters records where deleted_date__date is greater than the given value.

deleted_date__date__gtestring · dateOptional

Filters records where deleted_date__date is greater than or equal to the given value.

deleted_date__date__ltstring · dateOptional

Filters records where deleted_date__date is less than the given value.

deleted_date__date__ltestring · dateOptional

Filters records where deleted_date__date is less than or equal to the given value.

deleted_date__gtstring · date-timeOptional

Filters records where deleted_date is greater than the given value.

deleted_date__gtestring · date-timeOptional

Filters records where deleted_date is greater than or equal to the given value.

deleted_date__ltstring · date-timeOptional

Filters records where deleted_date is less than the given value.

deleted_date__ltestring · date-timeOptional

Filters records where deleted_date is less than or equal to the given value.

idintegerOptional

Query parameter id used to filter results based on specific conditions.

id__gtintegerOptional

Filters records where id is greater than the given value.

id__gteintegerOptional

Filters records where id is greater than or equal to the given value.

id__ltintegerOptional

Filters records where id is less than the given value.

id__lteintegerOptional

Filters records where id is less than or equal to the given value.

limitintegerOptional

Limits the number of results returned in the response.

object_idstringOptional

Query parameter object_id used to filter results based on specific conditions.

pageintegerOptional

Query parameter page used to filter results based on specific conditions.

sortstringOptional

Query parameter sort used to filter results based on specific conditions.

Responses
chevron-right
200

Successful response for status code 200.

application/json
countintegerOptional

Numerical value representing quantity or total amount.

Example: 123
nextstring · uri · nullableOptional

This field defines the URL of the next page.

Example: http://api.example.org/accounts/?page=4
previousstring · uri · nullableOptional

This field defines the URL of the previous page.

Example: http://api.example.org/accounts/?page=2
get
/deleted-items/
200

Successful response for status code 200.

get
/deleted-items/{id}/

This method returns details about a specific deleted item, including its ID, object ID, deletion timestamp, and the content type associated with the item. This endpoint retrieves a specific record by its unique identifier.

Authorizations
AuthorizationstringRequired

Token-based authentication with required prefix "Token"

Path parameters
idintegerRequired

A unique integer value identifying this deleted item.

Responses
chevron-right
200

Successful response for status code 200.

application/json
content_typeintegerOptional

The classification or type related to this field.

deleted_datestring · date-timeOptional

The field defines the deletion date of the object.

idintegerOptional

Unique identifier for the record.

object_idstringOptional

This field defines the unique identifier of the object being affected by the event.

get
/deleted-items/{id}/

Last updated

Was this helpful?