Query analysis results, optionally applying a filter.
id
OBJECT_ID
engagementId
analysisId
api.analyses.read
cURL
curl --request POST \ --url https://localtest.mindbridge.ai/api/v1/analysis-results/query \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "totalElements": 123, "totalPages": 123, "first": true, "last": true, "size": 123, "content": [ { "version": 123, "id": {}, "creationDate": "2023-11-07T05:31:56Z", "lastModifiedDate": "2023-11-07T05:31:56Z", "createdUserInfo": { "userId": {}, "userName": "<string>" }, "lastModifiedUserInfo": { "userId": {}, "userName": "<string>" }, "analysisId": {}, "engagementId": {}, "analysisTypeId": {}, "interim": true, "analysisPeriods": [ { "startDate": "2023-12-25", "endDate": "2023-12-25", "id": {}, "interimAsAtDate": "2023-12-25" } ] } ], "number": 123, "sort": { "empty": true, "unsorted": true, "sorted": true }, "numberOfElements": 123, "pageable": { "offset": 123, "sort": { "empty": true, "unsorted": true, "sorted": true }, "unpaged": true, "paged": true, "pageNumber": 123, "pageSize": 123 }, "empty": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 0
x >= 1
OK
Show child attributes
Was this page helpful?