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-05-30T19:32:30.0329099+00:00",
"SubmitDate": "2026-05-30T19:32:30.0329099+00:00",
"ReportPeriodStart": "2026-05-30T19:32:30.0329099+00:00",
"ReportPeriodEnd": "2026-05-30T19:32:30.0329099+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0c66a78a-35f9-4eca-8ef1-af3103777b8c",
"Rows": [
{
"ItemId": "2f7fc269-66df-4aa4-b4e4-7599c5180028",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2f7fc269-66df-4aa4-b4e4-7599c5180028",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0c66a78a-35f9-4eca-8ef1-af3103777b8c",
"Rows": [
{
"ItemId": "2f7fc269-66df-4aa4-b4e4-7599c5180028",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2f7fc269-66df-4aa4-b4e4-7599c5180028",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ff8a3260-c64f-46bc-ad04-195827f017ff",
"c8f5159f-7fd7-4332-a9e3-f3268c1e7cdd"
],
"Approvers": [
"92689d30-45c0-4fef-b823-b88a93240b95",
"d14777ba-9d9d-4fee-bf6f-7d2cf93a5e65"
],
"ApprovedBy": "427b55b7-6de6-4831-bb60-ee2a4d2809c7",
"ApprovalDate": "2026-05-30T19:32:30.0329099+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5b81c44b-ee80-4af4-9e79-af391c570a66",
"id": "9e94f573-128d-4ab2-82c9-5f37258f8851",
"ConfigId": "b0d262ad-ec88-48ed-946a-96b78adc33a9"
}