Court Check Multiple
/api/v2/court_check_multiple
operationId: court_check_multiple
Live: https://gdapi.globaldata.net.au/api/v2/court_check_multiple · Sandbox: https://sandbox-gdapi.globaldata.net.au/api/v2/court_check_multiple
This is a bulk version of the court check endpoint that allows multiple checks to be performed in a single request.
This endpoint accepts up to 20 requests in the requests array and applies shared settings (report, listing, pagination and optional start_date) to each item.
The types of searches that can be performed are the same as the single court check endpoint:
- Summary - This returns the number of records and type that can be found against the individual or company.
- Detailed - This returns the details of the records that can be found against the individual or company.
Sandbox environment
When performing a court check in the sandbox environment, the following record will return a match:
Name Searches:
| First Name | Last Name | State |
|---|---|---|
| Michael | Raymond | VIC |
Company Searches:
| Company | State |
|---|---|
| Samplemart | VIC |
These samples can be queried with criminal, civil or both record listings.
Request body
Content type application/json.
The details of the entities to search for.
| Field | Description |
|---|---|
report |
string The type of report to generate. |
listing |
string The type of court records to search for. |
max_results |
integer [1..50] The maximum number of results to return. |
first_result |
integer Specifies the first result to be returned. |
start_date |
string Optional earliest court date in |
requests |
array of objects [1..20 items] The list of court checks to perform. |
requests[]. |
string Optional client reference returned in the matching result item. |
requests[]. |
string The type of entity to search for. |
requests[]. |
string [max 50 characters] Required for |
requests[]. |
string [max 50 characters] Optional middle name for |
requests[]. |
string [max 50 characters] Required for |
requests[]. |
string [max 50 characters] Required for |
requests[]. |
string [max 50 characters] An alternative to |
requests[]. |
string [max 512 characters] Required for |
requests[]. |
string Optional state scope for the request item. |
Responses
Successful response
application/json
| Field | Description |
|---|---|
message |
string A message indicating the result of the request. |
function |
string The function that was called. |
api_reference |
string (uuid) A unique identifier for this request. |
results |
array of objects Result item for each request object. |
results[]. |
string or null Echoed check id from the request item. |
results[]. |
array of objects The returned court records for this request item. |
results[]. |
integer Total records available for this request item. |
results[]. |
string Present when an item-level error occurs. |