Task Search v2

post

/jderest/v2/taskauthorization/search

Receive a list of tasks matching the provided search terms.

Request

Supported Media Types
Header Parameters
Body ()
The input to the task search service.
Root Schema : TaskSearchRequest
Type: object
The input to the task search service.
Show Source
Nested Schema : searchTerms
Type: array
The list of search terms.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful Execution

400 Response

Bad Request - Invalid JSON Input

403 Response

Authorization Failure

415 Response

Invalid Content-Type Header - Must use application/json

444 Response

Invalid Token
Body ()
Root Schema : ServiceErrorResponse
Type: object
Error Response
Show Source

500 Response

Server Failed to Process Request
Body ()
Root Schema : ServiceErrorResponse
Type: object
Error Response
Show Source
Back to Top