GET api/statusreports/{PlanId}?ReportId={ReportId}
Get latest report for plan
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
PlanId | globally unique identifier |
Required |
|
ReportId | globally unique identifier |
None. |
Body Parameters
None.
Response Information
Resource Description
StatusReportInfoName | Description | Type | Additional information |
---|---|---|---|
Report | StatusReport |
None. |
|
ReportsList | Dictionary of date [key] and globally unique identifier [value] |
None. |
Response Formats
application/json, text/json
Sample:
{ "Report": { "GenerationDate": "2025-07-08T19:12:16.8198006+00:00", "SubmitDate": "2025-07-08T19:12:16.8198006+00:00", "ReportPeriodStart": "2025-07-08T19:12:16.8198006+00:00", "ReportPeriodEnd": "2025-07-08T19:12:16.8198006+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "88fb0381-c1dc-4c91-9870-fb7e88c1328c", "Rows": [ { "ItemId": "eeb2218d-69e5-48f7-9635-aaeae4f40794", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "eeb2218d-69e5-48f7-9635-aaeae4f40794", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "88fb0381-c1dc-4c91-9870-fb7e88c1328c", "Rows": [ { "ItemId": "eeb2218d-69e5-48f7-9635-aaeae4f40794", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "eeb2218d-69e5-48f7-9635-aaeae4f40794", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "11ba40e3-ce24-4242-9799-944b6ceedfc1", "6ec39df3-3eaf-46c5-9d2b-730553d3377d" ], "Approvers": [ "9622b025-dc58-4e64-8873-82d027ac4ae9", "fca4d27b-7620-4ca1-bf7e-f6f0440e615d" ], "ApprovedBy": "8ae920ca-4dd3-452f-9bd6-ef9465ab3b38", "ApprovalDate": "2025-07-08T19:12:16.8198006+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "e6802662-f952-428b-9708-0f13adeb3a91", "id": "8757c895-5965-4df4-8f0c-0839857e0c05", "ConfigId": "74880aeb-9912-4d86-b480-98486d9d4266" }, "ReportsList": { "2025-07-08T19:12:16.8198006+00:00": "37abc70b-c680-473f-a111-0e4498cd269f" } }