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-18T14:33:20.566127+00:00",
"SubmitDate": "2026-02-18T14:33:20.566127+00:00",
"ReportPeriodStart": "2026-02-18T14:33:20.566127+00:00",
"ReportPeriodEnd": "2026-02-18T14:33:20.566127+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1cac09f0-6f61-4c5e-842a-cc722933df2b",
"Rows": [
{
"ItemId": "a2addc30-b4c0-47a7-b1d0-401e426e03b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a2addc30-b4c0-47a7-b1d0-401e426e03b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1cac09f0-6f61-4c5e-842a-cc722933df2b",
"Rows": [
{
"ItemId": "a2addc30-b4c0-47a7-b1d0-401e426e03b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a2addc30-b4c0-47a7-b1d0-401e426e03b3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a8f9a29f-fad7-4cca-975d-70a99944aae3",
"98a2dee2-115c-4958-b15e-6082a01c3e3a"
],
"Approvers": [
"fe279dd6-873f-4a45-aa19-64603a20aa88",
"b73cfbec-3484-4927-b284-7d0246a2274d"
],
"ApprovedBy": "007e6ca9-7445-4dcc-9c6b-35596f11dbad",
"ApprovalDate": "2026-02-18T14:33:20.566127+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ab5852c8-d0ee-4f60-a114-ce24a7a10339",
"id": "6723e40a-22f3-401f-9ee0-ba91009d48a9",
"ConfigId": "7333a64d-62ef-476e-93f8-be6cc458d8e8"
}