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-03-23T14:07:38.4093946+00:00",
"SubmitDate": "2026-03-23T14:07:38.4093946+00:00",
"ReportPeriodStart": "2026-03-23T14:07:38.4093946+00:00",
"ReportPeriodEnd": "2026-03-23T14:07:38.4093946+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9c892dd4-e9d3-45a6-aa67-c56a9d8a0924",
"Rows": [
{
"ItemId": "2922dac3-f1f1-48e9-b5e2-27f9f6f6eeef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2922dac3-f1f1-48e9-b5e2-27f9f6f6eeef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9c892dd4-e9d3-45a6-aa67-c56a9d8a0924",
"Rows": [
{
"ItemId": "2922dac3-f1f1-48e9-b5e2-27f9f6f6eeef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2922dac3-f1f1-48e9-b5e2-27f9f6f6eeef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1c903691-5fc6-45c5-80aa-ee813f95518a",
"5acb47bb-ab60-49ca-a0f4-ac3a07918e00"
],
"Approvers": [
"ab20b92c-8036-4b33-b8e2-4dee9ecf252a",
"c3b8bce0-6a38-44a7-bae1-c4af71283d73"
],
"ApprovedBy": "45334cd5-a7c5-4576-99b2-b77efc8efc9a",
"ApprovalDate": "2026-03-23T14:07:38.4093946+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "91fe0c06-eaa2-4a58-9e0f-e54d083d49ee",
"id": "944afbba-807d-46d7-9e0d-5ba9d18a35c5",
"ConfigId": "8a612c6b-f97c-471a-96f9-27d1046cded6"
}