Query Behavior
API v2.1 supports flexible query parameters so you can filter and retrieve exactly the records you need.
Filtering
You can retrieve resources, documents, and dockets associated with a specific case by including the case parameter in your request. For example:
Filter cases by type:
/api/v2p1/cases/?case_type=5039Filter resources associated with a specific case:
/api/v2p1/cases/11085/resources
Note: You cannot filter records without specifying a case. For example: /api/v2p1/documents/?document_status=Approved Will return
{
"detail": "Not found."
}When accessing the URL endpoints for resources, documents, or dockets, please refer to these pages for detailed response examples:
Last updated