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-26T11:25:19.6307951+00:00",
"SubmitDate": "2026-09-26T11:25:19.6307951+00:00",
"ReportPeriodStart": "2026-09-26T11:25:19.6307951+00:00",
"ReportPeriodEnd": "2026-09-26T11:25:19.6307951+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cccb05da-4227-48be-bb6d-a9a4dfffd5ea",
"Rows": [
{
"ItemId": "7ac73803-47ee-460a-a685-57462c3bd215",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7ac73803-47ee-460a-a685-57462c3bd215",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cccb05da-4227-48be-bb6d-a9a4dfffd5ea",
"Rows": [
{
"ItemId": "7ac73803-47ee-460a-a685-57462c3bd215",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7ac73803-47ee-460a-a685-57462c3bd215",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"420eaeef-e6fa-471e-9b0d-55e2aaa50e91",
"cc38d261-d4ce-4a43-ad61-69271df9be8e"
],
"Approvers": [
"94c93c03-1471-42a6-b2af-73900abdf749",
"b90d7c09-af83-4d61-8fb9-90728091f22d"
],
"ApprovedBy": "6171b26c-e0f9-4d0c-ae69-4f5985fc17e2",
"ApprovalDate": "2026-09-26T11:25:19.6307951+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "589f2bb6-7234-4b19-9a3b-bb38ec3d8839",
"WorkPlanId": "dca6baa5-5ae1-4928-91c0-30f6926dce93",
"id": "d8f76e6d-98af-4645-bc59-872b6b82a840",
"ConfigId": "e5ad7387-0901-4965-b18c-34190024b20b"
},
{
"GenerationDate": "2026-09-26T11:25:19.6307951+00:00",
"SubmitDate": "2026-09-26T11:25:19.6307951+00:00",
"ReportPeriodStart": "2026-09-26T11:25:19.6307951+00:00",
"ReportPeriodEnd": "2026-09-26T11:25:19.6307951+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cccb05da-4227-48be-bb6d-a9a4dfffd5ea",
"Rows": [
{
"ItemId": "7ac73803-47ee-460a-a685-57462c3bd215",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7ac73803-47ee-460a-a685-57462c3bd215",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cccb05da-4227-48be-bb6d-a9a4dfffd5ea",
"Rows": [
{
"ItemId": "7ac73803-47ee-460a-a685-57462c3bd215",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7ac73803-47ee-460a-a685-57462c3bd215",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"420eaeef-e6fa-471e-9b0d-55e2aaa50e91",
"cc38d261-d4ce-4a43-ad61-69271df9be8e"
],
"Approvers": [
"94c93c03-1471-42a6-b2af-73900abdf749",
"b90d7c09-af83-4d61-8fb9-90728091f22d"
],
"ApprovedBy": "6171b26c-e0f9-4d0c-ae69-4f5985fc17e2",
"ApprovalDate": "2026-09-26T11:25:19.6307951+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "589f2bb6-7234-4b19-9a3b-bb38ec3d8839",
"WorkPlanId": "dca6baa5-5ae1-4928-91c0-30f6926dce93",
"id": "d8f76e6d-98af-4645-bc59-872b6b82a840",
"ConfigId": "e5ad7387-0901-4965-b18c-34190024b20b"
}
]