v1

latestOpenAPI 3.1.02026-07-242892032.8 MB
Endpoints

Job DocIDs

Retrieves registered job document IDs from a vendor.

get/searchservice/job/getdocids

Response

OK

statusboolean required

Indicates whether the request was successful.

statusCodestring required

Status code of the response (e.g., OK, ERROR).

requestIdstring uuid required

Unique identifier for the request.

timeStampstring date-time required

Timestamp when the response was generated.

Example response

{
  "status": true,
  "statusCode": "OK",
  "requestId": "2db5075f-c0e1-4424-bed8-4d639410c295",
  "timeStamp": "2023-08-02 12:02:52.831",
  "responseData": {
    "vendorName": "testposting",
    "locale": "en_us",
    "instanceType": "SPECTRUM",
    "resultsCount": 0,
    "totalFound": 1
  }
}