Reporting - List Report Status

URI

https://164.99.19.131:8443/SentinelRESTServices/rpt/definitions/{reportDefinitionID}/reports

Supported Methods

GET

Given a report definition ID, return the status of all reports run for that report definition job. Included will be information on when the report was run, by whom, completion status, and error messages generated during the run

Authentication

Authentication Types
Sentinel Permissions Needed

URL Parameters

None.

Success Codes

Fault Codes

Sample Request

GET /rpt/definitions/91702BA0-EE9A-102B-BBAC-00218502569D/reports
Sample Response for application/json
Status: 200
{"TotalSize":4,"Results":[{"ReportID":"1A187CD0-0228-102E-AFCE-001641E6949B","DisplayName":"Identity Report","RunDate":1295025664055,"InProgress":false,"Failed":false,
"RunBy":{"Value":"admin","Roles":["Administrator"]}},{"ReportID":"E0235B40-0221-102E-B80D-001641E6949B","DisplayName":"test",
"RunDate":1295020500047,"InProgress":false,"Failed":false,
"RunBy":{"Value":"admin","Roles":["Administrator"]}},{"ReportID":"E0235B40-0221-102E-B805-001641E6949B","DisplayName":
"sleepy john","RunDate":1295020320098,"InProgress":false,"Failed":false,
"RunBy":{"Value":"admin","Roles":["Administrator"]}},{"ReportID":"2C09AE00-0219-102E-8D09-001641E6949B","DisplayName":
"muddy waters","RunDate":1295016682530,"InProgress":false,"Failed":false,
"RunBy":{"Value":"admin","Roles":["Administrator"]}}]}


Sample Request

GET /rpt/definitions/notAValidReport
Sample Response for application/json
Status: 404
{"Fault":{"Code":{"Value":"Sender","Subcode":{"Value":"ReportDefinitionDoesNotExist"}},"Reason":{"Text":"The report definition "notAValidReport" does not exist."}}}