Specification
Use the specification section to learn how to work with the DIDWW API. Choose a topic to understand how to sort data, paginate results, filter resources, include related data, set headers, manage relationships, or handle errors.
Important
All API request text is case-sensitive. Do not include spaces or white-space characters in parameter names or values.
Learn how to sort API results by one or more fields, use relationship attributes, and apply ascending or descending order.
Learn how to use page size and page number parameters to navigate large datasets and retrieve results efficiently.
Learn how to filter API results using single or multiple conditions, including arrays, to create precise and complex queries.
Learn how to use the include parameter to retrieve related resources in a single API request and reduce multiple queries.
Learn about required API headers, including Content-Type, Accept, and authentication headers, for valid requests and responses.
Learn how to manage resource relationships using PATCH
to assign, update, or remove.
Learn about JSONAPI error objects, including structure, attributes, and common error types.