v1

latestOpenAPI 3.0.32026-07-14265579.8 KB
Order

Get order ETA

The GET call will return the estimated time to completion for an order that is provided in the request.

get/order/{id}/eta

Path parameters

idstring required

Unique id for background investigation order Accepted values: Ycode & mongo order id

Response

Success Response

resourcestring
idstring
supportReferenceIdstring
searchIdinteger
statusstring
orderDatestring date-time
packageEtaTP50string date-time
packageEtaTP80string date-time
packageEtaTP90"string date-time

Example response

{
  "resource": "ORDER",
  "id": "602ad1744b9ccf1bbb4fa292",
  "supportReferenceId": "Y10001631",
  "searchId": 66758662,
  "status": "PENDING"
}