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-12T23:51:58.206066+00:00",
"SubmitDate": "2026-02-12T23:51:58.206066+00:00",
"ReportPeriodStart": "2026-02-12T23:51:58.206066+00:00",
"ReportPeriodEnd": "2026-02-12T23:51:58.206066+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "51fa6a48-ce79-4252-ae66-5a7a1505a3c5",
"Rows": [
{
"ItemId": "859f0375-878c-4938-9277-ca0460dbd5cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "859f0375-878c-4938-9277-ca0460dbd5cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "51fa6a48-ce79-4252-ae66-5a7a1505a3c5",
"Rows": [
{
"ItemId": "859f0375-878c-4938-9277-ca0460dbd5cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "859f0375-878c-4938-9277-ca0460dbd5cf",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"20a58af3-90c2-405a-bdc3-7186bdd9b6bc",
"a5c26728-744a-425b-81b7-a827606ed23b"
],
"Approvers": [
"9ea6fc72-ddc6-4762-94ac-2ef85b77aa80",
"c5a22c74-3042-4bb9-8bcf-58f705735170"
],
"ApprovedBy": "3edba133-e5a6-413f-8054-d6723104c5aa",
"ApprovalDate": "2026-02-12T23:51:58.206066+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d122b6ec-a9d5-45cb-9d63-48ce041d2f57",
"id": "d2bf9b17-335b-4af8-a4b5-f1740910b976",
"ConfigId": "dfa2b419-11a6-4612-adf3-f97ec60396fa"
}