Skip to main

API Technical Specs

Learn how to configure and leverage our services to achieve your toughest recruiting needs.
SaaS     |

Check if a Document Exists

HEAD /v10/index/(indexId)/documents/(documentId)

Check id a document exists in an index.

Path Parameters

ParameterData TypeDescription
indexIdstringThe id for the index that contains the document (case-insensitive).
documentIdstringThe id of the document to retrieve (case-insensitive).

Response

This api call has no reponse body, and utilizes the HttpStatusCode to specify success or failure.

Http Status CodeDescription
200The document exists in the index
404The document doesn't exist in the index
500An unexpected error occured