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-26T03:23:52.6383261+00:00",
"SubmitDate": "2026-04-26T03:23:52.6383261+00:00",
"ReportPeriodStart": "2026-04-26T03:23:52.6383261+00:00",
"ReportPeriodEnd": "2026-04-26T03:23:52.6383261+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4214f003-d72e-4662-bacf-1222e4eba3a7",
"Rows": [
{
"ItemId": "71c405c2-8612-4fd3-ad2c-3318d19edd59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "71c405c2-8612-4fd3-ad2c-3318d19edd59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4214f003-d72e-4662-bacf-1222e4eba3a7",
"Rows": [
{
"ItemId": "71c405c2-8612-4fd3-ad2c-3318d19edd59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "71c405c2-8612-4fd3-ad2c-3318d19edd59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9abb93c8-e8f0-4256-afee-9aff6bddbb59",
"ec40e475-4df6-4031-b460-4de807133ca0"
],
"Approvers": [
"0414b48a-83da-4d46-b986-0ca61867f3ad",
"23f7fe30-4f78-4d06-b6c5-18abd111cd5c"
],
"ApprovedBy": "142ce4ef-2d3a-47a2-9e51-984b212e1bf4",
"ApprovalDate": "2026-04-26T03:23:52.6383261+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4c9c9733-7e54-429a-86b8-740ea31c658a",
"id": "ead806d6-8932-47e4-9a52-10ac615b2b4b",
"ConfigId": "7bf84460-886e-4c71-aed5-e0c88cf27b7a"
}