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-04-04T02:37:11.6368959+00:00", "SubmitDate": "2025-04-04T02:37:11.6368959+00:00", "ReportPeriodStart": "2025-04-04T02:37:11.6368959+00:00", "ReportPeriodEnd": "2025-04-04T02:37:11.6368959+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "c7a195d0-ffb6-4a28-ae07-8a8a338e6e75", "Rows": [ { "ItemId": "21bc6f37-6d64-4fd1-a195-4c5e86eddf3d", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "21bc6f37-6d64-4fd1-a195-4c5e86eddf3d", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "c7a195d0-ffb6-4a28-ae07-8a8a338e6e75", "Rows": [ { "ItemId": "21bc6f37-6d64-4fd1-a195-4c5e86eddf3d", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "21bc6f37-6d64-4fd1-a195-4c5e86eddf3d", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "cb9508cd-b8db-401a-8def-7c9bae28a1a4", "487e96e1-6cfd-4245-a926-fb61d503e0bd" ], "Approvers": [ "6cd884c2-ce0a-43d3-a912-84b08f11acd5", "fa8a117a-d7a8-4e96-bf68-25c36d6bb293" ], "ApprovedBy": "c8629cfc-5ec4-4e0c-a263-3f753bdb078c", "ApprovalDate": "2025-04-04T02:37:11.6368959+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "69ac8f22-266a-49ab-a5a8-87d290242ac6", "id": "3018ce6b-0047-4169-abd9-682e6322bf40", "ConfigId": "eacca361-1dd7-4eb2-aed6-219000791d2d" }, "ReportsList": { "2025-04-04T02:37:11.6368959+00:00": "40a92cf1-4ce2-462f-af77-d251fd818e38" } }