Record Info Request
The Search Service also allows Hosted Data to be searched by Id, rather than by location.
Contents
Request Parameters
The following table describes the parameters that can be used in a Record Info Request. This request is used to query the hosted data by Id, instead of by its location. Below is a table of parameters necessary to make a Record Info Request. Refer to the Common Parameters page for information on the common parameters.
| Name | Description |
|---|---|
| hostedData HostedData |
A list of hosted data sources to search against. This parameter is also listed in the Common Parameters documentation, but it necessary to make a Record Info Request. |
| ids String[] |
This is a list of the id's to return from the hosted data. |
Response Parameters
The following table describes the parameters returned in the Response
| Name | Description | JSON Example Return Value(s) | XML Example Return Value(s) |
|---|---|---|---|
| info |
This field contains information about the response. The statuscode subfield is an integer return value. Refer to the status codes page for more details on our status codes and error messages. The messages subfield is an array of error messages which describe the status |
|
|
| hostedData HostedData |
A hosted data source to pull the results from |
|
|
| ids String[] |
These are the record id's requested from the hosted data source |
ids: [1, 15, 25, "32S"]
|
|
| searchResult SearchResult |
The results of the search request. Refer to the SearchResult object documentation for details. |
|
|