Retrieve a customer's EDD search result

Retrieves an EDD search result for a customer with a specified ID.

SecuritySecretApiKey or JWT
Request
path Parameters
id
required
string <= 50 characters ^[@~\-\.\w]+$

ID of the resource.

searchResultId
required
string

ID of the EDD search result.

Responses
200

EDD search result retrieved.

Response Schema: application/json
id
string <= 50 characters

Unique resource ID. Defaults to UUID v4.

type
string
Enum: "occupation" "arrest" "fraud" "bankruptcy"
Array of objects (EddScoreDetails)
Array
url
string <uri>

URL from which the score is obtained.

details
string

Text from which the score is obtained.

createdTime
string <date-time> (CreatedTime)

Date and time which is set automatically when the resource is created.

updatedTime
string <date-time> (UpdatedTime)

Date and time which updates automatically when the resource is updated.

401

Unauthorized access. Invalid credentials used.

403

Access forbidden.

404

Resource not found.

get/customers/{id}/edd-search-results/{searchResultId}
Request samples
Response samples
application/json
{
  • "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
  • "type": "occupation",
  • "searchResultData": [],
  • "createdTime": "2019-08-24T14:15:22Z",
  • "updatedTime": "2019-08-24T14:15:22Z"
}