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-07-11T13:14:20.8573048+00:00", "SubmitDate": "2025-07-11T13:14:20.8573048+00:00", "ReportPeriodStart": "2025-07-11T13:14:20.8573048+00:00", "ReportPeriodEnd": "2025-07-11T13:14:20.8573048+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "6ccfda65-7c8c-4698-bce6-a5818d20eabe", "Rows": [ { "ItemId": "f4f00517-092d-4fc2-938a-06d025b5fc6f", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "f4f00517-092d-4fc2-938a-06d025b5fc6f", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "6ccfda65-7c8c-4698-bce6-a5818d20eabe", "Rows": [ { "ItemId": "f4f00517-092d-4fc2-938a-06d025b5fc6f", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "f4f00517-092d-4fc2-938a-06d025b5fc6f", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "584abc1b-9a18-44a6-9f42-fb929e6c8275", "2de5740d-5486-4798-a1e8-71710bd1cd9b" ], "Approvers": [ "d9071bf8-8ee8-4595-81e5-b4d4a78d5537", "cff1ea47-7142-4c49-b71e-747fc560be18" ], "ApprovedBy": "caf24898-edeb-48ad-8b82-b80d18b38875", "ApprovalDate": "2025-07-11T13:14:20.8573048+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "1f308c8e-965a-428d-9bc3-8b885e1561d7", "id": "21209e82-ac22-48f2-bdf9-b69e04fbdacb", "ConfigId": "7a9e48ea-8c81-4e1c-ac37-e6a8fb474bdb" }, "ReportsList": { "2025-07-11T13:14:20.8573048+00:00": "869bca17-30c4-4eb1-9f1d-ca276bfc2695" } }