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-05-05T08:34:42.3705759+00:00",
"SubmitDate": "2026-05-05T08:34:42.3705759+00:00",
"ReportPeriodStart": "2026-05-05T08:34:42.3705759+00:00",
"ReportPeriodEnd": "2026-05-05T08:34:42.3705759+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d27c4890-a986-4832-9589-ccd4beaf3934",
"Rows": [
{
"ItemId": "460c108e-ff4c-4dd3-8037-eb60d270edec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "460c108e-ff4c-4dd3-8037-eb60d270edec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d27c4890-a986-4832-9589-ccd4beaf3934",
"Rows": [
{
"ItemId": "460c108e-ff4c-4dd3-8037-eb60d270edec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "460c108e-ff4c-4dd3-8037-eb60d270edec",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4a90e899-4c87-40e7-bed8-3d18fb8a5127",
"b6c65569-cf7a-45e3-9953-4510d62a95ea"
],
"Approvers": [
"494f8c33-6b22-4128-8788-17e69ce9a41c",
"72c49099-d049-4447-a1e8-581275f77d5a"
],
"ApprovedBy": "8ccef11a-9ce1-4a06-81fd-6bc409e21b80",
"ApprovalDate": "2026-05-05T08:34:42.3705759+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a7a148c1-955e-488e-9fa8-23cd3350a2ad",
"id": "7903d0df-c937-4abd-acf8-3f8013ac0153",
"ConfigId": "7814ae90-0935-4530-969a-5f34951ec770"
}