Search Assessments
Searches for assessments within the designated client.
Basic Parameters
Parameter | Description |
---|---|
Client ID | The unique identifier of the client. |
Field | the field to be queried. |
Filter Operator | Select the operator to filter by. |
Projection Type | The granularity of the results. |
Query | The query to filter results by. |
Advanced Parameters
Parameter | Description |
---|---|
Page | The page number of results to return. |
Page Size | The number of results per page to return. |
Example Output
{
"_embedded": {
"assessments": [
{
"id": <ID>,
"name": "<NAME>",
"notes": "<NOTES>",
"clientId": <CLIENTID>,
"startDate": "<STARTDATE>"
}
]
},
"errors": [],
"page": {
"size": <PAGESIZE>,
"totalElements": <TOTALELEMENTS>,
"totalPages": <TOTALPAGES>,
"number": <PAGENUMBER>
},
"_links": {
"self": {
"href": "http://platform<PLATFORM>.risksense.com/api/v1/client/<CLIENTID>/assessment/search?page=<PAGENUMBER>&size=<PAGESIZE>&sort=<SORTFIELD>,<SORTDIRECTION>"
}
}
}
Workflow Library Example
Search Assessments with Ivanti Risksense and Send Results Via Email
Preview this Workflow on desktop