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-17T05:53:12.1954865+00:00",
"SubmitDate": "2026-09-17T05:53:12.1954865+00:00",
"ReportPeriodStart": "2026-09-17T05:53:12.1954865+00:00",
"ReportPeriodEnd": "2026-09-17T05:53:12.1954865+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0cd3fed4-728f-47a9-b74f-1bd510129c38",
"Rows": [
{
"ItemId": "3943ffa3-b886-497e-bd37-9d289c849727",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3943ffa3-b886-497e-bd37-9d289c849727",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0cd3fed4-728f-47a9-b74f-1bd510129c38",
"Rows": [
{
"ItemId": "3943ffa3-b886-497e-bd37-9d289c849727",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3943ffa3-b886-497e-bd37-9d289c849727",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f766fd89-a9fa-44ca-82c2-a9d62ffe308e",
"c5b7619f-52e6-4dfb-8219-f9a168c92919"
],
"Approvers": [
"c531c1ad-f3e0-4d67-9a53-df43b9c04145",
"e97a732a-5170-43f7-8136-2f4414b13f55"
],
"ApprovedBy": "c2c7e046-e146-40df-9cfe-49f0edbcf8a7",
"ApprovalDate": "2026-09-17T05:53:12.1954865+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5b91bf69-d270-4c58-ab76-94c2dfa2354e",
"WorkPlanId": "467c13d8-0762-4ef2-9112-d811202120dd",
"id": "2a763c90-564f-44ff-a691-16ce513e29e0",
"ConfigId": "7d08b38b-3779-4a31-b50e-e7a413f82c6b"
},
{
"GenerationDate": "2026-09-17T05:53:12.1954865+00:00",
"SubmitDate": "2026-09-17T05:53:12.1954865+00:00",
"ReportPeriodStart": "2026-09-17T05:53:12.1954865+00:00",
"ReportPeriodEnd": "2026-09-17T05:53:12.1954865+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0cd3fed4-728f-47a9-b74f-1bd510129c38",
"Rows": [
{
"ItemId": "3943ffa3-b886-497e-bd37-9d289c849727",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3943ffa3-b886-497e-bd37-9d289c849727",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0cd3fed4-728f-47a9-b74f-1bd510129c38",
"Rows": [
{
"ItemId": "3943ffa3-b886-497e-bd37-9d289c849727",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3943ffa3-b886-497e-bd37-9d289c849727",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f766fd89-a9fa-44ca-82c2-a9d62ffe308e",
"c5b7619f-52e6-4dfb-8219-f9a168c92919"
],
"Approvers": [
"c531c1ad-f3e0-4d67-9a53-df43b9c04145",
"e97a732a-5170-43f7-8136-2f4414b13f55"
],
"ApprovedBy": "c2c7e046-e146-40df-9cfe-49f0edbcf8a7",
"ApprovalDate": "2026-09-17T05:53:12.1954865+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5b91bf69-d270-4c58-ab76-94c2dfa2354e",
"WorkPlanId": "467c13d8-0762-4ef2-9112-d811202120dd",
"id": "2a763c90-564f-44ff-a691-16ce513e29e0",
"ConfigId": "7d08b38b-3779-4a31-b50e-e7a413f82c6b"
}
]