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-07T18:20:47.3787524+00:00",
"SubmitDate": "2026-02-07T18:20:47.3787524+00:00",
"ReportPeriodStart": "2026-02-07T18:20:47.3787524+00:00",
"ReportPeriodEnd": "2026-02-07T18:20:47.3787524+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4c38b388-b00a-46cf-8c8f-78fd05c71bf3",
"Rows": [
{
"ItemId": "392c149f-f2a6-40ae-ad98-dd0705753293",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "392c149f-f2a6-40ae-ad98-dd0705753293",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4c38b388-b00a-46cf-8c8f-78fd05c71bf3",
"Rows": [
{
"ItemId": "392c149f-f2a6-40ae-ad98-dd0705753293",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "392c149f-f2a6-40ae-ad98-dd0705753293",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d503b830-8492-4aa2-8b31-4fa2a7c694ca",
"1c8d0482-3b6c-41bd-aacc-997a2f183e76"
],
"Approvers": [
"d00cc4f5-f476-48d7-bbeb-33d4d4704cf8",
"c48bc0fa-955f-40a5-ae34-a4ee1e2e3b11"
],
"ApprovedBy": "de0c5195-3add-46e9-b1b3-a852069a5e5b",
"ApprovalDate": "2026-02-07T18:20:47.3787524+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b18fcd1f-85d7-4ca5-ae11-2b3a86eff667",
"id": "ff6c766f-1954-4346-9135-779feb244ae6",
"ConfigId": "1cbf9e17-7109-42d6-b2d8-bccd4d2cfe49"
}