Logo
Accusoft API Documentation

Start a Search Task

POST {{pas_base_url}}/v2/viewingSessions/{{viewingSessionId}}/searchTasks

https://help.accusoft.com/PrizmDoc/latest/HTML/pas-search-tasks.html#i-heading-post-v2-viewingsessions-viewingsessionid-searchtasks

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'pas_base_url/v2/viewingSessions/viewingSessionId/searchTasks' -H 'Content-Type: application/json' -d '{"input":{"searchTerms":[{"type":"simple","pattern":"example"}]}}'

ENDPOINTS