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-09-03T18:02:47.8237815+00:00", "SubmitDate": "2025-09-03T18:02:47.8237815+00:00", "ReportPeriodStart": "2025-09-03T18:02:47.8237815+00:00", "ReportPeriodEnd": "2025-09-03T18:02:47.8237815+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "c2d889a9-6d9a-4f27-9a2e-46c670a7bfbb", "Rows": [ { "ItemId": "80babe8d-7bf8-461d-a083-1eed5029706c", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "80babe8d-7bf8-461d-a083-1eed5029706c", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "c2d889a9-6d9a-4f27-9a2e-46c670a7bfbb", "Rows": [ { "ItemId": "80babe8d-7bf8-461d-a083-1eed5029706c", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "80babe8d-7bf8-461d-a083-1eed5029706c", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "3d9f7bcd-b63c-4cf7-bc0e-0a6c78000aa5", "2cf33a33-662c-4026-bac9-e9d225c828b7" ], "Approvers": [ "ca7ade2a-d32a-4830-835a-21ca3482ec09", "aee3a6ca-3e08-4e4d-839f-43aa68f83993" ], "ApprovedBy": "3e1a091b-8dde-46ad-a802-13fcd4bf17fb", "ApprovalDate": "2025-09-03T18:02:47.8237815+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "fd417ab7-f451-4391-b24e-83274860f6a0", "id": "441e32cd-fa26-49bb-85af-13e76f670925", "ConfigId": "b363e224-5b09-4220-9fb5-3f2bcd12cfed" }, "ReportsList": { "2025-09-03T18:02:47.8237815+00:00": "bee48bd1-8e5e-4750-a023-60d845026373" } }