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": "2025-11-01T15:08:50.5770537+00:00",
  "SubmitDate": "2025-11-01T15:08:50.5770537+00:00",
  "ReportPeriodStart": "2025-11-01T15:08:50.5770537+00:00",
  "ReportPeriodEnd": "2025-11-01T15:08:50.5770537+00:00",
  "State": 0,
  "Fields": {
    "sample string 1": {},
    "sample string 3": {}
  },
  "Tables": [
    {
      "TableId": "7a861ec1-6382-433f-85ca-79a38448b54c",
      "Rows": [
        {
          "ItemId": "b65d159d-e386-40f3-a376-48288cda8a9d",
          "Fields": {
            "sample string 1": {},
            "sample string 3": {}
          }
        },
        {
          "ItemId": "b65d159d-e386-40f3-a376-48288cda8a9d",
          "Fields": {
            "sample string 1": {},
            "sample string 3": {}
          }
        }
      ]
    },
    {
      "TableId": "7a861ec1-6382-433f-85ca-79a38448b54c",
      "Rows": [
        {
          "ItemId": "b65d159d-e386-40f3-a376-48288cda8a9d",
          "Fields": {
            "sample string 1": {},
            "sample string 3": {}
          }
        },
        {
          "ItemId": "b65d159d-e386-40f3-a376-48288cda8a9d",
          "Fields": {
            "sample string 1": {},
            "sample string 3": {}
          }
        }
      ]
    }
  ],
  "Owners": [
    "d2e34363-c19a-40a6-a88a-315901140523",
    "58209358-6cd0-4314-9613-b81ffbec7a43"
  ],
  "Approvers": [
    "0ecb2a18-22a2-429a-8f1e-0d40dcb79cee",
    "93013ea0-8698-44b7-9c63-096370a8fbe4"
  ],
  "ApprovedBy": "babe84d1-249c-478e-ab63-d32a48c49315",
  "ApprovalDate": "2025-11-01T15:08:50.5770537+00:00",
  "ApprovalComments": "sample string 7",
  "WorkPlanId": "2fffd942-0b58-4407-ad9a-2d9ae615ea63",
  "id": "24b3c9a1-d83f-4608-b83c-a7e3e7c3dd53",
  "ConfigId": "faf601fc-eb73-46ae-9bf4-3edcea29abb0"
}