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-07-25T10:15:42.3489359+00:00",
"SubmitDate": "2026-07-25T10:15:42.3489359+00:00",
"ReportPeriodStart": "2026-07-25T10:15:42.3489359+00:00",
"ReportPeriodEnd": "2026-07-25T10:15:42.3489359+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5cb1b57b-1049-4e14-84c9-aa300dc0709d",
"Rows": [
{
"ItemId": "70891fda-30bd-476b-8c10-88c992251134",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "70891fda-30bd-476b-8c10-88c992251134",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5cb1b57b-1049-4e14-84c9-aa300dc0709d",
"Rows": [
{
"ItemId": "70891fda-30bd-476b-8c10-88c992251134",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "70891fda-30bd-476b-8c10-88c992251134",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d67f63bc-c506-4ae0-88b6-d96b30bfb35f",
"68fa3910-187f-4d37-aa51-2fc090dcb885"
],
"Approvers": [
"988340d1-7206-4e75-be04-c7a4f605700a",
"c1db0f22-6901-47ab-bfca-4e9b409fca1d"
],
"ApprovedBy": "a1e25425-caec-4a96-ab62-ace0d0e7c06e",
"ApprovalDate": "2026-07-25T10:15:42.3489359+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c472fe17-5a1a-48b0-b6b9-29b7e96fb1db",
"WorkPlanId": "deffc406-2c1a-4c6b-90ff-de50e3bb42e9",
"id": "9bc89461-0d0a-4206-9563-0b9fdf444d4f",
"ConfigId": "0758537a-c317-4f73-9366-87ba64151c8a"
},
{
"GenerationDate": "2026-07-25T10:15:42.3489359+00:00",
"SubmitDate": "2026-07-25T10:15:42.3489359+00:00",
"ReportPeriodStart": "2026-07-25T10:15:42.3489359+00:00",
"ReportPeriodEnd": "2026-07-25T10:15:42.3489359+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5cb1b57b-1049-4e14-84c9-aa300dc0709d",
"Rows": [
{
"ItemId": "70891fda-30bd-476b-8c10-88c992251134",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "70891fda-30bd-476b-8c10-88c992251134",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5cb1b57b-1049-4e14-84c9-aa300dc0709d",
"Rows": [
{
"ItemId": "70891fda-30bd-476b-8c10-88c992251134",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "70891fda-30bd-476b-8c10-88c992251134",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d67f63bc-c506-4ae0-88b6-d96b30bfb35f",
"68fa3910-187f-4d37-aa51-2fc090dcb885"
],
"Approvers": [
"988340d1-7206-4e75-be04-c7a4f605700a",
"c1db0f22-6901-47ab-bfca-4e9b409fca1d"
],
"ApprovedBy": "a1e25425-caec-4a96-ab62-ace0d0e7c06e",
"ApprovalDate": "2026-07-25T10:15:42.3489359+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c472fe17-5a1a-48b0-b6b9-29b7e96fb1db",
"WorkPlanId": "deffc406-2c1a-4c6b-90ff-de50e3bb42e9",
"id": "9bc89461-0d0a-4206-9563-0b9fdf444d4f",
"ConfigId": "0758537a-c317-4f73-9366-87ba64151c8a"
}
]