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-08T05:41:09.4154024+00:00",
"SubmitDate": "2026-07-08T05:41:09.4154024+00:00",
"ReportPeriodStart": "2026-07-08T05:41:09.4154024+00:00",
"ReportPeriodEnd": "2026-07-08T05:41:09.4154024+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f242ffd1-e19c-46d7-bda4-8b42892a5f5f",
"Rows": [
{
"ItemId": "85866508-ad76-4059-810c-81cffe6bd601",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "85866508-ad76-4059-810c-81cffe6bd601",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f242ffd1-e19c-46d7-bda4-8b42892a5f5f",
"Rows": [
{
"ItemId": "85866508-ad76-4059-810c-81cffe6bd601",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "85866508-ad76-4059-810c-81cffe6bd601",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9d3a363a-9bcd-43e4-a022-769e9da46418",
"12cf63ea-d6be-44c3-ab75-ffa011f009d7"
],
"Approvers": [
"3a683932-5ce9-4ee7-bd5f-1f6a5a8d3441",
"984f8486-c195-4f08-ad9c-78dfafc5349e"
],
"ApprovedBy": "cad2d15f-d9a4-4501-aaed-db93590b05b8",
"ApprovalDate": "2026-07-08T05:41:09.4154024+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d3382fa7-ce01-4b9b-a216-63f9be6fc379",
"WorkPlanId": "ae6e6d71-b526-49b7-95d8-9d43352ad3a6",
"id": "1f24a9ef-a124-43d3-96fa-fe7fbf360c00",
"ConfigId": "8a43b959-57fd-422a-9a35-dccce9588661"
},
{
"GenerationDate": "2026-07-08T05:41:09.4154024+00:00",
"SubmitDate": "2026-07-08T05:41:09.4154024+00:00",
"ReportPeriodStart": "2026-07-08T05:41:09.4154024+00:00",
"ReportPeriodEnd": "2026-07-08T05:41:09.4154024+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f242ffd1-e19c-46d7-bda4-8b42892a5f5f",
"Rows": [
{
"ItemId": "85866508-ad76-4059-810c-81cffe6bd601",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "85866508-ad76-4059-810c-81cffe6bd601",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f242ffd1-e19c-46d7-bda4-8b42892a5f5f",
"Rows": [
{
"ItemId": "85866508-ad76-4059-810c-81cffe6bd601",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "85866508-ad76-4059-810c-81cffe6bd601",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9d3a363a-9bcd-43e4-a022-769e9da46418",
"12cf63ea-d6be-44c3-ab75-ffa011f009d7"
],
"Approvers": [
"3a683932-5ce9-4ee7-bd5f-1f6a5a8d3441",
"984f8486-c195-4f08-ad9c-78dfafc5349e"
],
"ApprovedBy": "cad2d15f-d9a4-4501-aaed-db93590b05b8",
"ApprovalDate": "2026-07-08T05:41:09.4154024+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d3382fa7-ce01-4b9b-a216-63f9be6fc379",
"WorkPlanId": "ae6e6d71-b526-49b7-95d8-9d43352ad3a6",
"id": "1f24a9ef-a124-43d3-96fa-fe7fbf360c00",
"ConfigId": "8a43b959-57fd-422a-9a35-dccce9588661"
}
]