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-02-16T11:36:15.5383654+00:00",
"SubmitDate": "2026-02-16T11:36:15.5383654+00:00",
"ReportPeriodStart": "2026-02-16T11:36:15.5383654+00:00",
"ReportPeriodEnd": "2026-02-16T11:36:15.5383654+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dd60f541-b79f-4d30-974d-a0387e3b6c25",
"Rows": [
{
"ItemId": "5f79a30b-afff-45c7-8961-041b5fd20565",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f79a30b-afff-45c7-8961-041b5fd20565",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dd60f541-b79f-4d30-974d-a0387e3b6c25",
"Rows": [
{
"ItemId": "5f79a30b-afff-45c7-8961-041b5fd20565",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f79a30b-afff-45c7-8961-041b5fd20565",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"95e7f4af-1939-4931-a22a-2c20ee00b5af",
"2e34344c-fe09-4bd2-912e-52aa4650072b"
],
"Approvers": [
"94296dee-9d8a-4283-b40e-b4bd94b78578",
"e72b3c24-e2a6-4837-9cd1-406b6647c03b"
],
"ApprovedBy": "c0f7b4a8-39e4-42be-b260-2332f450406d",
"ApprovalDate": "2026-02-16T11:36:15.5383654+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bcf84899-934b-451a-a840-183187b6ffe6",
"id": "176a3dfa-0239-45a5-99d2-3fea8df7fb3b",
"ConfigId": "0694c926-73b1-4278-84f4-e81873ed0fc7"
}