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-16T03:46:39.6503632+00:00",
"SubmitDate": "2026-02-16T03:46:39.6503632+00:00",
"ReportPeriodStart": "2026-02-16T03:46:39.6503632+00:00",
"ReportPeriodEnd": "2026-02-16T03:46:39.6503632+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "07e442c1-8587-4acb-b484-b835f5bb679f",
"Rows": [
{
"ItemId": "bb5206a4-a28c-4213-88aa-8ba918c41760",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb5206a4-a28c-4213-88aa-8ba918c41760",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "07e442c1-8587-4acb-b484-b835f5bb679f",
"Rows": [
{
"ItemId": "bb5206a4-a28c-4213-88aa-8ba918c41760",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bb5206a4-a28c-4213-88aa-8ba918c41760",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"be34ef17-9f9c-44a5-b248-bf9b26831a09",
"da917db2-8869-4afd-960a-683a08119194"
],
"Approvers": [
"0550c0a1-7bdf-40f7-93b4-9b39320905cd",
"6c96b7c1-e651-43dc-a251-c5bd9c6502c6"
],
"ApprovedBy": "3fb16c45-d692-4e1a-a5c2-95a042ee2a79",
"ApprovalDate": "2026-02-16T03:46:39.6503632+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "37440961-239c-4060-bad7-fdf3e118c569",
"id": "c9a009a1-775b-4852-9d18-57ad73c64be9",
"ConfigId": "0414bbb9-a993-4bbf-afb8-9f39c76b1b87"
}