GET api/statusreports/mysubmit
Get list of submitted reports for me to approve
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-09-15T04:13:07.1730541+00:00",
"SubmitDate": "2026-09-15T04:13:07.1730541+00:00",
"ReportPeriodStart": "2026-09-15T04:13:07.1730541+00:00",
"ReportPeriodEnd": "2026-09-15T04:13:07.1730541+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aba8696f-324d-4815-ac77-d660d5a88336",
"Rows": [
{
"ItemId": "7cfc8212-9914-4f69-9f4d-8824123076e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7cfc8212-9914-4f69-9f4d-8824123076e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aba8696f-324d-4815-ac77-d660d5a88336",
"Rows": [
{
"ItemId": "7cfc8212-9914-4f69-9f4d-8824123076e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7cfc8212-9914-4f69-9f4d-8824123076e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3fc64869-3479-4ac7-afe8-ce3b5e8676f1",
"ea348518-153e-4890-b92f-2070f9d9a906"
],
"Approvers": [
"965265d4-fd97-4b06-bd19-9523ea723c53",
"f99aa53f-c96f-4535-9569-38812231aa61"
],
"ApprovedBy": "2de15f0c-95cc-4679-8f89-315046970abd",
"ApprovalDate": "2026-09-15T04:13:07.1730541+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ede1834b-4a3c-4d8d-a700-78024d6bcb5f",
"WorkPlanId": "721f9c6b-9ab2-40e8-a373-9be15f122f8f",
"id": "31d0b2b4-1724-4af7-960b-4fae93f17ae7",
"ConfigId": "34c886b2-c930-4eff-b1c4-1a6dca13aa97"
},
{
"GenerationDate": "2026-09-15T04:13:07.1730541+00:00",
"SubmitDate": "2026-09-15T04:13:07.1730541+00:00",
"ReportPeriodStart": "2026-09-15T04:13:07.1730541+00:00",
"ReportPeriodEnd": "2026-09-15T04:13:07.1730541+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "aba8696f-324d-4815-ac77-d660d5a88336",
"Rows": [
{
"ItemId": "7cfc8212-9914-4f69-9f4d-8824123076e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7cfc8212-9914-4f69-9f4d-8824123076e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "aba8696f-324d-4815-ac77-d660d5a88336",
"Rows": [
{
"ItemId": "7cfc8212-9914-4f69-9f4d-8824123076e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7cfc8212-9914-4f69-9f4d-8824123076e1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3fc64869-3479-4ac7-afe8-ce3b5e8676f1",
"ea348518-153e-4890-b92f-2070f9d9a906"
],
"Approvers": [
"965265d4-fd97-4b06-bd19-9523ea723c53",
"f99aa53f-c96f-4535-9569-38812231aa61"
],
"ApprovedBy": "2de15f0c-95cc-4679-8f89-315046970abd",
"ApprovalDate": "2026-09-15T04:13:07.1730541+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ede1834b-4a3c-4d8d-a700-78024d6bcb5f",
"WorkPlanId": "721f9c6b-9ab2-40e8-a373-9be15f122f8f",
"id": "31d0b2b4-1724-4af7-960b-4fae93f17ae7",
"ConfigId": "34c886b2-c930-4eff-b1c4-1a6dca13aa97"
}
]