POST api/statusreports/{id}/approve?Comments={Comments}
Approves a Report
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| Comments | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-07-06T18:37:31.6798489+00:00",
"SubmitDate": "2026-07-06T18:37:31.6798489+00:00",
"ReportPeriodStart": "2026-07-06T18:37:31.6798489+00:00",
"ReportPeriodEnd": "2026-07-06T18:37:31.6798489+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c2fe1785-ecf3-4bf8-a882-263bd9a98268",
"Rows": [
{
"ItemId": "da571aa1-4b08-4a4b-b81e-50bd3154c4c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da571aa1-4b08-4a4b-b81e-50bd3154c4c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c2fe1785-ecf3-4bf8-a882-263bd9a98268",
"Rows": [
{
"ItemId": "da571aa1-4b08-4a4b-b81e-50bd3154c4c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "da571aa1-4b08-4a4b-b81e-50bd3154c4c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"54aefaf1-b098-4354-ae2f-892f91725f59",
"6be5cba7-4b53-4c10-aa82-9b689f0343b1"
],
"Approvers": [
"2d66b9cf-7763-4a66-9cf6-323a8078316d",
"d6c678c6-3d51-4c56-b217-bb744b77abb0"
],
"ApprovedBy": "03c8ac7b-093c-4046-b3ce-4187ce444dbb",
"ApprovalDate": "2026-07-06T18:37:31.6798489+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "a450b734-ce5d-4e07-b412-c4f40c4c007b",
"WorkPlanId": "112c25a9-dbc2-41cf-982b-7d12d671ce5c",
"id": "1d8fa4ad-d65f-4a6b-9553-6d752df75a38",
"ConfigId": "e4045915-4b12-45b7-b80a-06e29a55c3ff"
}