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
StatusReportInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Report | StatusReport |
None. |
|
| ReportsList | Dictionary of date [key] and globally unique identifier [value] |
None. |
|
| ManualReportIds | Collection of globally unique identifier |
None. |
|
| PlanLevelOverrideReportIds | Collection of globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Report": {
"GenerationDate": "2026-07-01T16:20:54.355112+00:00",
"SubmitDate": "2026-07-01T16:20:54.355112+00:00",
"ReportPeriodStart": "2026-07-01T16:20:54.355112+00:00",
"ReportPeriodEnd": "2026-07-01T16:20:54.355112+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c58e5dfa-326f-4dec-8233-d29792fa6b99",
"Rows": [
{
"ItemId": "cb9e43c6-653e-4d45-aafb-73b371cf176b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb9e43c6-653e-4d45-aafb-73b371cf176b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c58e5dfa-326f-4dec-8233-d29792fa6b99",
"Rows": [
{
"ItemId": "cb9e43c6-653e-4d45-aafb-73b371cf176b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb9e43c6-653e-4d45-aafb-73b371cf176b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ff27e6f6-7269-469d-99bf-97cbf6a557c0",
"edc7549b-7f62-49fd-af0d-139d3fd9a0cc"
],
"Approvers": [
"f7454ccd-7939-4abc-a824-81d0e8346ab7",
"32938e7f-c740-4244-843c-8b804aa03c88"
],
"ApprovedBy": "caac8794-4706-49e2-9ed1-bda8beedb6fb",
"ApprovalDate": "2026-07-01T16:20:54.355112+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "85195b86-1844-4838-b945-f2ec4cde3f01",
"WorkPlanId": "16130bca-c38c-4ffe-ad25-0b5541d9c833",
"id": "f29a7895-7e2a-46dd-b49e-4852a3ce413d",
"ConfigId": "db6dc6a5-8687-45f1-b23f-7dfa2f7d1653"
},
"ReportsList": {
"2026-07-01T16:20:54.355112+00:00": "e721fc15-d049-4fd2-88ff-a651d192676b"
},
"ManualReportIds": [
"d856f2dc-2ba6-49dd-a687-bdb13cbd29f4",
"f34660b0-ed8a-4966-8c5f-d74756193485"
],
"PlanLevelOverrideReportIds": [
"bfaab314-d732-4606-8a40-17f29c44840d",
"c97d0ffb-6a4f-47e4-8f07-dcbaa47f75cb"
]
}