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-06-13T14:35:56.9500688+00:00",
"SubmitDate": "2026-06-13T14:35:56.9500688+00:00",
"ReportPeriodStart": "2026-06-13T14:35:56.9500688+00:00",
"ReportPeriodEnd": "2026-06-13T14:35:56.9500688+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "70ca952b-648b-49c2-a94f-0c4498dd932b",
"Rows": [
{
"ItemId": "9cec0b19-4ed5-442f-9aa7-f2c9dd57ad54",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9cec0b19-4ed5-442f-9aa7-f2c9dd57ad54",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "70ca952b-648b-49c2-a94f-0c4498dd932b",
"Rows": [
{
"ItemId": "9cec0b19-4ed5-442f-9aa7-f2c9dd57ad54",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9cec0b19-4ed5-442f-9aa7-f2c9dd57ad54",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ca99ccd0-0f96-48c9-8454-625e0e103e2f",
"4a7d6ea3-c884-4572-a0c5-94445b2c6074"
],
"Approvers": [
"687b3abe-610c-4e87-ad31-c016e5977a7f",
"4756c7e8-26af-48eb-a970-436a376aa1e6"
],
"ApprovedBy": "3447d8a9-9fc9-49f9-861b-f7eb1ba42cf1",
"ApprovalDate": "2026-06-13T14:35:56.9500688+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "abdecebc-538b-4b01-b39d-dea69ffeed95",
"id": "aa181815-8570-4e4e-81da-e99b2102a9e3",
"ConfigId": "c6c821ea-b7fd-44c1-b37c-c3a066870fdf"
}