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-08-16T16:06:58.7576238+00:00",
"SubmitDate": "2026-08-16T16:06:58.7576238+00:00",
"ReportPeriodStart": "2026-08-16T16:06:58.7576238+00:00",
"ReportPeriodEnd": "2026-08-16T16:06:58.7576238+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c4045a52-12ca-40a8-bf22-f790678b390a",
"Rows": [
{
"ItemId": "b2edf8ad-bc93-4adc-9711-ea053f71c61c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2edf8ad-bc93-4adc-9711-ea053f71c61c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c4045a52-12ca-40a8-bf22-f790678b390a",
"Rows": [
{
"ItemId": "b2edf8ad-bc93-4adc-9711-ea053f71c61c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2edf8ad-bc93-4adc-9711-ea053f71c61c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e2eb3ab3-5a67-48b0-b960-88b07b443ea5",
"a395c988-920f-4c61-b3cd-db1d697ab273"
],
"Approvers": [
"66e3f109-df55-4f01-96d1-d894ac188bd6",
"0863dd53-7931-4a94-88bb-950d786a196a"
],
"ApprovedBy": "e57eaac7-8a50-4b36-94b4-d98821fc5e89",
"ApprovalDate": "2026-08-16T16:06:58.7576238+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f8d59595-98f0-45c2-a4eb-44f806dc9b07",
"WorkPlanId": "6213787f-19b4-4ab2-a23f-2e78e0ee82ba",
"id": "766b30a1-4128-4859-bb76-fde88fa32721",
"ConfigId": "38570bc9-8840-4c0f-a8a8-97ea24a863de"
},
{
"GenerationDate": "2026-08-16T16:06:58.7576238+00:00",
"SubmitDate": "2026-08-16T16:06:58.7576238+00:00",
"ReportPeriodStart": "2026-08-16T16:06:58.7576238+00:00",
"ReportPeriodEnd": "2026-08-16T16:06:58.7576238+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c4045a52-12ca-40a8-bf22-f790678b390a",
"Rows": [
{
"ItemId": "b2edf8ad-bc93-4adc-9711-ea053f71c61c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2edf8ad-bc93-4adc-9711-ea053f71c61c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c4045a52-12ca-40a8-bf22-f790678b390a",
"Rows": [
{
"ItemId": "b2edf8ad-bc93-4adc-9711-ea053f71c61c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b2edf8ad-bc93-4adc-9711-ea053f71c61c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e2eb3ab3-5a67-48b0-b960-88b07b443ea5",
"a395c988-920f-4c61-b3cd-db1d697ab273"
],
"Approvers": [
"66e3f109-df55-4f01-96d1-d894ac188bd6",
"0863dd53-7931-4a94-88bb-950d786a196a"
],
"ApprovedBy": "e57eaac7-8a50-4b36-94b4-d98821fc5e89",
"ApprovalDate": "2026-08-16T16:06:58.7576238+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f8d59595-98f0-45c2-a4eb-44f806dc9b07",
"WorkPlanId": "6213787f-19b4-4ab2-a23f-2e78e0ee82ba",
"id": "766b30a1-4128-4859-bb76-fde88fa32721",
"ConfigId": "38570bc9-8840-4c0f-a8a8-97ea24a863de"
}
]