Get Fresh Investigations

Returns a list of your submitted Fresh Investigation Orders.

SecuritybearerToken
Request
query Parameters
page
integer
Default: 1

Starting page number.

pageSize
integer

Number of items to return per Page.

transactionId
string

Fresh Investigation Identifier used internally and with our data partners.

reportCreatedAfter
string

Returns Fresh Investigations processed after this date

Example: reportCreatedAfter=2020-01-01T11:23:56Z
reportCreatedBefore
string

Returns ordered Fresh Investigations that were processed before this date

Example: reportCreatedBefore=2020-01-01T11:23:56Z
createdBefore
string

Returns Fresh Investigations created before this date

createdSince
string

Returns ordered Fresh Investigations created after this date

lookUpOrderBy
string

Use to search for your Fresh Investigations by either the returned Company Details in the GET freshInvestigations/{orderId} endpoint or your supplied Search Criteria in the POST /freshInvestigations endpoint

Enum: "CompanyDetails" "SearchCriteria"
companyDetailsCountry
string

Looks for your returned Fresh Investigations where the returned Company Country is named this. Use with lookUpOrderBy=CompanyDetails

companyDetailsName
string

Looks for your returned Fresh Investigations where the returned Company Name is named this. Use with lookUpOrderBy=CompanyDetails

searchCriteriaCountry
string

Looks for your returned Fresh Investigations where your submitted Search Criteria Company Country is this. Use with lookUpOrderBy=searchCriteria

searchCriteriaName
string

Looks for your Fresh Investigations where your submitted Search Criteria Company Name is this. Use with lookUpOrderBy=searchCriteria

sortBy
string

Sorts returned Fresh Investigations by this field

Enum: "creationDate" "lastStatusChangeDate" "orderID" "status"
sortDir
string
Default: "asc"

The direction that you wish to sort results by.

Enum: "asc" "desc"
Responses
200
400
401
get/freshinvestigations
Request samples
Response samples
application/json
{
  • "totalCount": 0,
  • "orders": [
    ]
}