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-17T22:30:39.5926947+00:00",
"SubmitDate": "2026-06-17T22:30:39.5926947+00:00",
"ReportPeriodStart": "2026-06-17T22:30:39.5926947+00:00",
"ReportPeriodEnd": "2026-06-17T22:30:39.5926947+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "823f4383-6f26-4004-aa1f-f1f125558216",
"Rows": [
{
"ItemId": "93645bda-fd80-41a7-a674-34f26388c333",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "93645bda-fd80-41a7-a674-34f26388c333",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "823f4383-6f26-4004-aa1f-f1f125558216",
"Rows": [
{
"ItemId": "93645bda-fd80-41a7-a674-34f26388c333",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "93645bda-fd80-41a7-a674-34f26388c333",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"688624d8-e77b-46e3-9daf-423560170357",
"f3aae82b-2907-4a0b-a91f-50e793ee295a"
],
"Approvers": [
"d9550fdf-94ce-4082-8bd0-6d7427caf358",
"5f5ad434-d6cf-42b8-a78e-d57f39c3ff66"
],
"ApprovedBy": "beb65e57-21b8-4462-b099-d4fdb295fde4",
"ApprovalDate": "2026-06-17T22:30:39.5926947+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "724f4306-a2e7-40ee-8b49-465dc04f75b9",
"id": "261fb48c-b32f-4187-bb1b-e5e171aa3d19",
"ConfigId": "a7ce72d2-be63-4594-b06c-c25c662495dc"
}