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-11T09:57:24.2341829+00:00",
"SubmitDate": "2026-06-11T09:57:24.2341829+00:00",
"ReportPeriodStart": "2026-06-11T09:57:24.2341829+00:00",
"ReportPeriodEnd": "2026-06-11T09:57:24.2341829+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "efa38c58-4d13-4082-a589-625aa0c71f0e",
"Rows": [
{
"ItemId": "fe52e25c-9b53-4201-a8d6-71532a4a5111",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fe52e25c-9b53-4201-a8d6-71532a4a5111",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "efa38c58-4d13-4082-a589-625aa0c71f0e",
"Rows": [
{
"ItemId": "fe52e25c-9b53-4201-a8d6-71532a4a5111",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fe52e25c-9b53-4201-a8d6-71532a4a5111",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d7c5a3f2-c85d-4c2d-a709-ba1f1edc3090",
"47b4a782-78c5-4f70-b097-a543db5506fd"
],
"Approvers": [
"94edaa45-3c2f-4275-b17f-b8798e1d6bba",
"7f9094ad-fc97-478a-9545-627074c9f665"
],
"ApprovedBy": "c5eee0a3-2069-46c2-aacd-fb36a65cbed9",
"ApprovalDate": "2026-06-11T09:57:24.2341829+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "960cab38-af1a-44d9-96ca-1a952f2a1c9c",
"id": "2c444f22-bee1-42f6-a1cf-fabb6adf42b3",
"ConfigId": "e12cc8ee-c35e-45d0-b8f5-5df8c5d834b9"
}