Skip to main content

Search Assessments

Searches for assessments within the designated client.

Basic Parameters

ParameterDescription
Client IDThe unique identifier of the client.
Fieldthe field to be queried.
Filter OperatorSelect the operator to filter by.
Projection TypeThe granularity of the results.
QueryThe query to filter results by.

Advanced Parameters

ParameterDescription
PageThe page number of results to return.
SizeThe 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

Workflow LibraryPreview this Workflow on desktop