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-04-23T23:10:20.6307978+00:00",
"SubmitDate": "2026-04-23T23:10:20.6307978+00:00",
"ReportPeriodStart": "2026-04-23T23:10:20.6307978+00:00",
"ReportPeriodEnd": "2026-04-23T23:10:20.6307978+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ff0563a7-1375-430d-945b-5ee33e9b402c",
"Rows": [
{
"ItemId": "eb9388cb-4756-4ad4-bc49-7377bf566828",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eb9388cb-4756-4ad4-bc49-7377bf566828",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ff0563a7-1375-430d-945b-5ee33e9b402c",
"Rows": [
{
"ItemId": "eb9388cb-4756-4ad4-bc49-7377bf566828",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eb9388cb-4756-4ad4-bc49-7377bf566828",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7ca1d6af-ba87-40a0-bf13-1ba97a186411",
"72f5504e-49d7-4547-8126-2c07f38adaf9"
],
"Approvers": [
"92686ae0-3391-4a79-b8be-8e21aebf10a2",
"033f992c-5f24-4844-ae13-2111d8748667"
],
"ApprovedBy": "0017eb02-e1ef-424e-a920-ae0fb4b8c113",
"ApprovalDate": "2026-04-23T23:10:20.6307978+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5c48ff8b-63e3-406e-aba7-727fb0363c75",
"id": "2fc6dedc-1278-46c1-a2c4-436f220b935f",
"ConfigId": "897835ca-b6d8-44cc-adb2-eebb5f210557"
}