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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"GenerationDate": "2026-06-16T21:32:49.2379501+00:00",
"SubmitDate": "2026-06-16T21:32:49.2379501+00:00",
"ReportPeriodStart": "2026-06-16T21:32:49.2379501+00:00",
"ReportPeriodEnd": "2026-06-16T21:32:49.2379501+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f6c2ac72-1c52-4c90-963b-7e5d17731b54",
"Rows": [
{
"ItemId": "df60afd0-728e-4cc4-b390-3a04a183a209",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "df60afd0-728e-4cc4-b390-3a04a183a209",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f6c2ac72-1c52-4c90-963b-7e5d17731b54",
"Rows": [
{
"ItemId": "df60afd0-728e-4cc4-b390-3a04a183a209",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "df60afd0-728e-4cc4-b390-3a04a183a209",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"08009210-f2ff-4c05-bd07-fa5480110fbd",
"7a268b72-988c-43b5-a3b7-748c92d69874"
],
"Approvers": [
"1d09d5a1-c1c7-43d4-8197-fa27e8800073",
"6d2d39a9-755b-4cfa-b059-79034c1dd3b2"
],
"ApprovedBy": "419dac87-f7c3-4179-b9ec-520af8df97ca",
"ApprovalDate": "2026-06-16T21:32:49.2379501+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "83f93c35-c5ca-4d6f-aa0c-1d2ffc61620c",
"id": "0150529c-b978-47b9-9bf9-e84a5c2b7148",
"ConfigId": "f509d29e-a10b-4d67-b978-aa39e7597263"
}