Logo
Accusoft API Documentation

Start a Search Task

POST {{prizmdoc_server_base_url}}/v2/searchTasks

https://help.accusoft.com/PrizmDoc/latest/HTML/search-tasks.html#post-v2viewingsessionsviewingsessionidsearchtasks

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accusoft-Affinity-Token
string




RESPONSES

status





Curl
curl -X POST 'prizmdoc_server_base_url/v2/searchTasks' -H 'Content-Type: application/json' -H 'Accusoft-Affinity-Token: affinityToken' -d '{"input":{"contextId":"contextId","searchTerms":[{"type":"simple","pattern":"example"}]}}'

ENDPOINTS