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-10-19T09:09:56.7419889+00:00", "SubmitDate": "2025-10-19T09:09:56.7419889+00:00", "ReportPeriodStart": "2025-10-19T09:09:56.7419889+00:00", "ReportPeriodEnd": "2025-10-19T09:09:56.7419889+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "1c22c41a-afc8-4799-a4da-5066860bff80", "Rows": [ { "ItemId": "638f19ea-8b5d-4b19-be8a-cf7a41d45177", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "638f19ea-8b5d-4b19-be8a-cf7a41d45177", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "1c22c41a-afc8-4799-a4da-5066860bff80", "Rows": [ { "ItemId": "638f19ea-8b5d-4b19-be8a-cf7a41d45177", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "638f19ea-8b5d-4b19-be8a-cf7a41d45177", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "4430802e-7173-412e-82a6-cbd270d4bb56", "c03043c3-b99a-466c-ab5d-e0867f48fc20" ], "Approvers": [ "5e745fcd-2836-4c63-9ac2-5d4c6577c00f", "0eaed093-cd2b-4f0f-b2c3-8e99dac052b9" ], "ApprovedBy": "beff1c1b-f09c-4f9e-aa8c-8a254dcf8c17", "ApprovalDate": "2025-10-19T09:09:56.7419889+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "1c86f83c-6a05-454e-b956-a25b3c227a0f", "id": "f23d8893-c902-44a4-bc25-7fa10377d295", "ConfigId": "2533ccd3-ad8f-46d0-a162-7a72c871939d" }, "ReportsList": { "2025-10-19T09:09:56.7419889+00:00": "480e95c2-64e6-44a7-a32d-3cb4a9cb0ae9" } }