Endpoints
Job Registration
Stores a job in the search repository using a unique job ID.
post/searchservice/job/create
Request body
Example request
{
"jobId": "Jobtxttxt",
"binaryData": "IA0KICAgDQogIA0KIENvbW11bmljYXRpb24gU....",
"extension": "txt",
"vendor": "testposting",
"locale": "en_us",
"instanceType": "SPECTRUM",
"registerParsedBinaryData": "false",
"errorOnDuplicateorOverwrite": "Error"
}Response
OK
Example response
{
"status": true,
"statusCode": "OK",
"requestId": "c1b4b27d-0abc-402e-853e-3671ef522160",
"timeStamp": "2023-08-02 11:48:08.514",
"responseData": {
"type": "posting",
"id": "Jobtxttxt",
"vendor": "testposting",
"locale": "en_us",
"instanceType": "SPECTRUM",
"maxDocumentCount": 1000,
"registeredDocumentCount": 6
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.