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-18T07:39:26.7232907+00:00",
"SubmitDate": "2026-06-18T07:39:26.7232907+00:00",
"ReportPeriodStart": "2026-06-18T07:39:26.7232907+00:00",
"ReportPeriodEnd": "2026-06-18T07:39:26.7232907+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4a2937e5-5b6d-4fa2-8677-e284b4886009",
"Rows": [
{
"ItemId": "e04c0194-6797-4121-919d-9b1f673ebf56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e04c0194-6797-4121-919d-9b1f673ebf56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4a2937e5-5b6d-4fa2-8677-e284b4886009",
"Rows": [
{
"ItemId": "e04c0194-6797-4121-919d-9b1f673ebf56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e04c0194-6797-4121-919d-9b1f673ebf56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"01942087-1274-42ff-ad80-d6e438cdd14c",
"196de8cf-70d4-42d7-b991-71c5501a0b79"
],
"Approvers": [
"480b4339-5133-47b4-bade-6b5c2069718e",
"e731e2d4-5909-4deb-a1e2-fa1b40be069d"
],
"ApprovedBy": "e35c9566-26a1-4de2-948a-27dff51553c0",
"ApprovalDate": "2026-06-18T07:39:26.7232907+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1bbbb53c-f217-46c2-9c95-c4c1258908a5",
"id": "efccbc11-b959-41ae-8cb1-b2b1e9184448",
"ConfigId": "a6886aec-a63d-43dd-b1d1-ed3929d9f013"
}