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-11T02:15:14.1888804+00:00",
"SubmitDate": "2026-09-11T02:15:14.1888804+00:00",
"ReportPeriodStart": "2026-09-11T02:15:14.1888804+00:00",
"ReportPeriodEnd": "2026-09-11T02:15:14.1888804+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bdab4cbe-723b-4881-a17d-94530f10dd49",
"Rows": [
{
"ItemId": "c903627f-30c7-48bd-9f04-267e2052f955",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c903627f-30c7-48bd-9f04-267e2052f955",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bdab4cbe-723b-4881-a17d-94530f10dd49",
"Rows": [
{
"ItemId": "c903627f-30c7-48bd-9f04-267e2052f955",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c903627f-30c7-48bd-9f04-267e2052f955",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8e6f7d8f-df04-4c11-8257-64ac538e20ed",
"ca089566-e66d-4f42-8d0a-6a92b1ab4f20"
],
"Approvers": [
"eacfcd59-5687-4ddf-89a9-6ead7cd942be",
"ae1b78f2-407e-464b-a27e-80fc10da799d"
],
"ApprovedBy": "6b2cf377-8fad-4b04-9854-f002b7974f8b",
"ApprovalDate": "2026-09-11T02:15:14.1888804+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "6b1d2a65-4e2b-4fdd-827e-99d5069f947a",
"WorkPlanId": "a4072e58-7a60-4cd3-81bd-b8846b6ee8c4",
"id": "d097f51f-4562-458d-9f18-969df30375cf",
"ConfigId": "22f5e1c5-0dee-41db-83de-a4e5061f8515"
},
{
"GenerationDate": "2026-09-11T02:15:14.1888804+00:00",
"SubmitDate": "2026-09-11T02:15:14.1888804+00:00",
"ReportPeriodStart": "2026-09-11T02:15:14.1888804+00:00",
"ReportPeriodEnd": "2026-09-11T02:15:14.1888804+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bdab4cbe-723b-4881-a17d-94530f10dd49",
"Rows": [
{
"ItemId": "c903627f-30c7-48bd-9f04-267e2052f955",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c903627f-30c7-48bd-9f04-267e2052f955",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bdab4cbe-723b-4881-a17d-94530f10dd49",
"Rows": [
{
"ItemId": "c903627f-30c7-48bd-9f04-267e2052f955",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c903627f-30c7-48bd-9f04-267e2052f955",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8e6f7d8f-df04-4c11-8257-64ac538e20ed",
"ca089566-e66d-4f42-8d0a-6a92b1ab4f20"
],
"Approvers": [
"eacfcd59-5687-4ddf-89a9-6ead7cd942be",
"ae1b78f2-407e-464b-a27e-80fc10da799d"
],
"ApprovedBy": "6b2cf377-8fad-4b04-9854-f002b7974f8b",
"ApprovalDate": "2026-09-11T02:15:14.1888804+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "6b1d2a65-4e2b-4fdd-827e-99d5069f947a",
"WorkPlanId": "a4072e58-7a60-4cd3-81bd-b8846b6ee8c4",
"id": "d097f51f-4562-458d-9f18-969df30375cf",
"ConfigId": "22f5e1c5-0dee-41db-83de-a4e5061f8515"
}
]