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-05-23T21:11:59.9572954+00:00", "SubmitDate": "2025-05-23T21:11:59.9572954+00:00", "ReportPeriodStart": "2025-05-23T21:11:59.9572954+00:00", "ReportPeriodEnd": "2025-05-23T21:11:59.9572954+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "0821fa1c-4a2a-484f-9a7f-3b60f41a92ac", "Rows": [ { "ItemId": "e6586517-b833-4361-8c5e-5bc6085d9a79", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "e6586517-b833-4361-8c5e-5bc6085d9a79", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "0821fa1c-4a2a-484f-9a7f-3b60f41a92ac", "Rows": [ { "ItemId": "e6586517-b833-4361-8c5e-5bc6085d9a79", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "e6586517-b833-4361-8c5e-5bc6085d9a79", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "67be0d9f-eb7d-4097-bb0d-1acbbb1840b0", "2e785e4d-c068-4a39-875f-5d09c3ae522b" ], "Approvers": [ "b75c8791-fdfa-4d9c-b5d7-cf5d8577b23d", "cabc7f87-e044-47e9-860e-da7da478353c" ], "ApprovedBy": "d087986d-2ac2-4b3e-a78d-4f7223c2997b", "ApprovalDate": "2025-05-23T21:11:59.9572954+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "efc65392-01a6-41b9-a797-c3ba21e0d027", "id": "bc45f86f-2e43-4225-bcbc-691ee6c28464", "ConfigId": "cb74ba1c-789e-48b7-a52c-386d6bf7d9ff" }, "ReportsList": { "2025-05-23T21:11:59.9572954+00:00": "0d885fe9-f2c1-46a8-8e03-a431706a1d99" } }