Pre-requisites from Enadoc:You must have created libraries under your Enadoc organization
The request headers consist of access token and Request body is not required here.
Headers
Name
Type
Description
Authorization
string
Type : Bearer
Access token should be sent in request headers
Pre-requisites from Enadoc - You must have uploaded documents in the given library. Advanced search is functioning here. You can search documents from the specific library by index with values. Each search will have hundred results count. Default 1 to 100 results will be sent this end point.
Path Parameters
Name
Type
Description
libraryId
integer
Library Id
Query Parameters
Name
Type
Description
from
integer
Start point of results
to
integer
End point of results
Headers
Name
Type
Description
Authorization
string
Type - Bearer
Access token should be sent in the request headers
Request Body
Name
Type
Description
Search Indexes
object
Content type - Application/JSON, Request body should contain index value filters. Follow the format given in the code block below ⤵️
Follow the format given in the code block to send the index value filters as the body parameter of API request.