Retrieves the collection of DiagnosticOrder resources.
Retrieves the collection of DiagnosticOrder resources.
Retrieves the collection of DiagnosticOrder resources.
Authorization
apiKey In: header
Query Parameters
The collection page number
Return resources with `createdAt` greater than the given timestamp.
Return resources with `createdAt` greater than or equal to the given timestamp.
Return resources with `createdAt` less than the given timestamp.
Return resources with `createdAt` less than or equal to the given timestamp.
Filter by identifier, IRI, or canonical identifier.
Filter by identifier, IRI, or canonical identifier.
Exact match on JSON scalar values at dot-separated object paths. Supported roots: metadata. Example values: json_exact[metadata.id][]=externalId&json_exact[metadata.id][]=anotherId.
Filter by whether a dot-separated JSON object path exists and is not null. Supported roots: metadata. Examples: json_exists[metadata.yourReference1]=true and json_exists[metadata.yourReference1]=false.
Case-insensitive partial match on JSON scalar values at dot-separated object paths. Supported roots: metadata. Example values: json_search[metadata.id][]=externalId&json_search[metadata.id][]=anotherId.
DiagnosticOrder sort[createdAt]
Allowed values: "asc", "desc", "ASC", "DESC"
DiagnosticOrder sort[id]
Allowed values: "asc", "desc", "ASC", "DESC"
Header Parameters
Language for Errors and Translatable properties
Allowed values: "de", "en", "fr"
Response Body
curl -X GET "https://example.com/v1/diagnostic_orders?json_exact%5Bmetadata.yourReference1%5D=externalId&json_exact%5Bmetadata.yourReference1%5D=anotherId&json_search%5Bmetadata.yourReference1%5D=externalId&json_search%5Bmetadata.yourReference1%5D=anotherId" \ -H "accept-language: de"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "diagnosticTests": [ "/entity/1" ], "createdAt": "2019-08-24T14:15:22Z", "fulfilledAt": "2019-08-24T14:15:22Z", "shipmentTracking": { "provider": "DHL", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "trackingCode": "string", "url": "string", "shipmentStatus": "confirmed", "providerStatus": "string", "rawProviderHistory": [ "string" ] }, "shippingAddress": { "address1": "string", "address2": "string", "zip": "string", "city": "string", "countryCode": "DE", "firstName": "string", "lastName": "string", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "phone": "string", "company": "string", "name": "string" }, "metadata": [ "string" ] }]