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-27T00:10:08.826331+00:00",
"SubmitDate": "2026-09-27T00:10:08.826331+00:00",
"ReportPeriodStart": "2026-09-27T00:10:08.826331+00:00",
"ReportPeriodEnd": "2026-09-27T00:10:08.826331+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "51c941a7-6820-4077-b217-708089475231",
"Rows": [
{
"ItemId": "fcdf066e-c094-4a49-8cc1-4eea7a89977f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fcdf066e-c094-4a49-8cc1-4eea7a89977f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "51c941a7-6820-4077-b217-708089475231",
"Rows": [
{
"ItemId": "fcdf066e-c094-4a49-8cc1-4eea7a89977f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fcdf066e-c094-4a49-8cc1-4eea7a89977f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8f057369-453e-4689-bf43-ad16a6511ad8",
"5990e8d1-1cb3-431e-b9b4-6a9b5dd925cd"
],
"Approvers": [
"52257950-1ed0-4b68-9250-117f664474be",
"389d08a9-f4e2-4fef-a042-42cc0381def9"
],
"ApprovedBy": "75ca9027-6173-4c73-99e5-5cb5be00bbd4",
"ApprovalDate": "2026-09-27T00:10:08.826331+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "611082aa-d3c6-47a8-b4bb-e9a6eb0a77e3",
"WorkPlanId": "f57ba861-7bd0-45f5-8963-8b639a631436",
"id": "bd87a1ce-8b89-4cd9-8b97-1525f23ff5b1",
"ConfigId": "eb3e9266-15a1-4ff7-8e52-e59c901ceef6"
},
{
"GenerationDate": "2026-09-27T00:10:08.826331+00:00",
"SubmitDate": "2026-09-27T00:10:08.826331+00:00",
"ReportPeriodStart": "2026-09-27T00:10:08.826331+00:00",
"ReportPeriodEnd": "2026-09-27T00:10:08.826331+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "51c941a7-6820-4077-b217-708089475231",
"Rows": [
{
"ItemId": "fcdf066e-c094-4a49-8cc1-4eea7a89977f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fcdf066e-c094-4a49-8cc1-4eea7a89977f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "51c941a7-6820-4077-b217-708089475231",
"Rows": [
{
"ItemId": "fcdf066e-c094-4a49-8cc1-4eea7a89977f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fcdf066e-c094-4a49-8cc1-4eea7a89977f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8f057369-453e-4689-bf43-ad16a6511ad8",
"5990e8d1-1cb3-431e-b9b4-6a9b5dd925cd"
],
"Approvers": [
"52257950-1ed0-4b68-9250-117f664474be",
"389d08a9-f4e2-4fef-a042-42cc0381def9"
],
"ApprovedBy": "75ca9027-6173-4c73-99e5-5cb5be00bbd4",
"ApprovalDate": "2026-09-27T00:10:08.826331+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "611082aa-d3c6-47a8-b4bb-e9a6eb0a77e3",
"WorkPlanId": "f57ba861-7bd0-45f5-8963-8b639a631436",
"id": "bd87a1ce-8b89-4cd9-8b97-1525f23ff5b1",
"ConfigId": "eb3e9266-15a1-4ff7-8e52-e59c901ceef6"
}
]