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": "2024-12-18T20:01:14.1414306+00:00", "SubmitDate": "2024-12-18T20:01:14.1414306+00:00", "ReportPeriodStart": "2024-12-18T20:01:14.1414306+00:00", "ReportPeriodEnd": "2024-12-18T20:01:14.1414306+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "8960489e-2a10-41fb-afef-2afd67d1f3b3", "Rows": [ { "ItemId": "ed6fe83f-b81f-4b44-b352-9554c38193cf", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "ed6fe83f-b81f-4b44-b352-9554c38193cf", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "8960489e-2a10-41fb-afef-2afd67d1f3b3", "Rows": [ { "ItemId": "ed6fe83f-b81f-4b44-b352-9554c38193cf", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "ed6fe83f-b81f-4b44-b352-9554c38193cf", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "adf07001-cac9-40eb-8b29-5464f1c837a2", "1dfd22e2-4a83-48b9-9b27-5b83f35b28eb" ], "Approvers": [ "f76c9b3a-93e0-4a81-bb03-9fe74c520660", "b893fd4c-8049-4f7d-8c28-715a83c5f13f" ], "ApprovedBy": "498eb514-6226-4c77-8ed0-c7ecc77a2d15", "ApprovalDate": "2024-12-18T20:01:14.1414306+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "0c2918d8-b3a4-4bc6-863a-6a464695f627", "id": "e6567ab5-025e-41fe-b589-d67c2e26433f", "ConfigId": "96f90329-52aa-4c92-9f96-6386e06ef945" }, "ReportsList": { "2024-12-18T20:01:14.1414306+00:00": "121255b2-1cd4-496d-a1d1-492107d80bcd" } }