v1

latestOpenAPI 3.1.02026-07-2210284274.4 KB
Property Catalog

Get a catalog dispute

Fetch the current state of a filed dispute by id.

get/api/registry/catalog/disputes/{id}

Path parameters

idstring required
Example:019539a0-b1c2-7d3e-8f4a-5b6c7d8e9f0a

Response

Dispute record

idstring required
dispute_type'identifier_link' | 'classification' | 'property_data' | 'false_merge' required
subject_typestring required
subject_valuestring required
claimstring required
evidencestring nullable
statusstring required

Current dispute status.

created_atstring required

Example response

{
  "status": "suspended"
}