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-19T10:27:25.4064793+00:00",
"SubmitDate": "2026-09-19T10:27:25.4064793+00:00",
"ReportPeriodStart": "2026-09-19T10:27:25.4064793+00:00",
"ReportPeriodEnd": "2026-09-19T10:27:25.4064793+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "38576de8-bc83-4877-98d6-04cc2e7fdda3",
"Rows": [
{
"ItemId": "0d95d0a2-5b40-44a2-9e61-599b74558646",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0d95d0a2-5b40-44a2-9e61-599b74558646",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "38576de8-bc83-4877-98d6-04cc2e7fdda3",
"Rows": [
{
"ItemId": "0d95d0a2-5b40-44a2-9e61-599b74558646",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0d95d0a2-5b40-44a2-9e61-599b74558646",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"34f2662b-8d01-414c-bda0-d2941c918538",
"c5a67b11-7586-4b81-9fd6-984a78ceaa08"
],
"Approvers": [
"fd9edb31-115b-4382-9f9a-13c56cb0b494",
"885f62b7-24e6-470e-a6dc-01c8edf2b161"
],
"ApprovedBy": "f465d438-1c53-4962-af1d-1bedc4732b02",
"ApprovalDate": "2026-09-19T10:27:25.4064793+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "031691f1-845e-47b4-85bb-4f6de08d4888",
"WorkPlanId": "b9dffdd7-0cd1-4592-bd97-ef57dcf6b72f",
"id": "7631601c-ec00-409b-937a-9aeb86acf1e6",
"ConfigId": "9ea22f71-67da-4a25-bf8c-2a8d79cb074d"
},
{
"GenerationDate": "2026-09-19T10:27:25.4064793+00:00",
"SubmitDate": "2026-09-19T10:27:25.4064793+00:00",
"ReportPeriodStart": "2026-09-19T10:27:25.4064793+00:00",
"ReportPeriodEnd": "2026-09-19T10:27:25.4064793+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "38576de8-bc83-4877-98d6-04cc2e7fdda3",
"Rows": [
{
"ItemId": "0d95d0a2-5b40-44a2-9e61-599b74558646",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0d95d0a2-5b40-44a2-9e61-599b74558646",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "38576de8-bc83-4877-98d6-04cc2e7fdda3",
"Rows": [
{
"ItemId": "0d95d0a2-5b40-44a2-9e61-599b74558646",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0d95d0a2-5b40-44a2-9e61-599b74558646",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"34f2662b-8d01-414c-bda0-d2941c918538",
"c5a67b11-7586-4b81-9fd6-984a78ceaa08"
],
"Approvers": [
"fd9edb31-115b-4382-9f9a-13c56cb0b494",
"885f62b7-24e6-470e-a6dc-01c8edf2b161"
],
"ApprovedBy": "f465d438-1c53-4962-af1d-1bedc4732b02",
"ApprovalDate": "2026-09-19T10:27:25.4064793+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "031691f1-845e-47b4-85bb-4f6de08d4888",
"WorkPlanId": "b9dffdd7-0cd1-4592-bd97-ef57dcf6b72f",
"id": "7631601c-ec00-409b-937a-9aeb86acf1e6",
"ConfigId": "9ea22f71-67da-4a25-bf8c-2a8d79cb074d"
}
]