Batch Owned Records
POST/records/owned/batch
Gets owned records for multiple UUIDs in a single request. Accepts up to 50 UUIDs. Results can be paginated using the results_per_page and page fields in the filter (pages are 0-indexed). Returns 200 if all UUIDs are valid, or 207 (Multi-Status) if some UUIDs failed validation. The response includes records for all valid UUIDs and a list of any failed UUIDs.
Request
Responses
- 200
- 207
- 400
- 401
- 413
- 422
- 500
All UUIDs valid, records returned
Some UUIDs failed validation. Records returned for valid UUIDs only. failed_uuids lists the UUIDs that were not found or not registered.
At least one UUID is required
Unauthorized
Too many UUIDs requested (limit 50)
None of the provided UUIDs are registered with the service
Internal server error