To locate a specific indexed resume, follow these two simple steps:
1. List All Document IDs Using the GetDocumentIDs API:
- GetDocumentIDs API provides a list of all documents that have been indexed under your API key. This allows you to view all the resumes that have been processed and indexed.
- The response from this API will include Document IDs for each indexed resume.
Steps:
- Make a call to the GetDocumentIDs API with your API key.
- The API will return a list of document IDs, which you can filter to find the specific resume you're looking for.
2. Retrieve Resume Content Using the GetDocumentDetail API:
- Once you have the Document ID from the previous step, use the GetDocumentDetail API along with the FieldList feature to retrieve all indexed entities for that specific resume.
- This API will return the detailed content of the resume, including all extracted data (such as name, skills, experience, etc.).
Steps:
- Pass the Document ID obtained from Step 1 to the GetDocumentDetail API.
- The response will contain all the parsed data for the specific resume, allowing you to view its contents.
By following these two steps, you can easily search for and retrieve any specific resume/jd you have uploaded and indexed.
For more details, you can refer to the Search and Match API documentation.
Comments
0 comments
Please sign in to leave a comment.