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-25T18:56:04.2647963+00:00",
"SubmitDate": "2026-08-25T18:56:04.2647963+00:00",
"ReportPeriodStart": "2026-08-25T18:56:04.2647963+00:00",
"ReportPeriodEnd": "2026-08-25T18:56:04.2647963+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a1852d96-122a-47f4-9ee2-529bcb184f9e",
"Rows": [
{
"ItemId": "59fd03b8-a71d-469b-a180-e039e1716a32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "59fd03b8-a71d-469b-a180-e039e1716a32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a1852d96-122a-47f4-9ee2-529bcb184f9e",
"Rows": [
{
"ItemId": "59fd03b8-a71d-469b-a180-e039e1716a32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "59fd03b8-a71d-469b-a180-e039e1716a32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c2fe255b-651e-476f-8bfd-6fa000352632",
"bdea7763-2066-4ef6-a807-79f31fe8106a"
],
"Approvers": [
"21787453-7917-4fff-aad6-474c5410c6f5",
"36bf5476-797a-4944-96e8-3278596c959a"
],
"ApprovedBy": "7f7e6c8b-f95c-4584-9284-a68aad8c5b45",
"ApprovalDate": "2026-08-25T18:56:04.2647963+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1e485f66-c67d-4c87-8dd3-44b007535970",
"WorkPlanId": "40f5b8a0-2038-4033-a1c8-fbf6d681256a",
"id": "af6d7cd2-9011-4448-a3b1-72bf5edc0eb8",
"ConfigId": "3545a619-2447-41f7-a8c8-9b5df87f628a"
},
{
"GenerationDate": "2026-08-25T18:56:04.2647963+00:00",
"SubmitDate": "2026-08-25T18:56:04.2647963+00:00",
"ReportPeriodStart": "2026-08-25T18:56:04.2647963+00:00",
"ReportPeriodEnd": "2026-08-25T18:56:04.2647963+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a1852d96-122a-47f4-9ee2-529bcb184f9e",
"Rows": [
{
"ItemId": "59fd03b8-a71d-469b-a180-e039e1716a32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "59fd03b8-a71d-469b-a180-e039e1716a32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a1852d96-122a-47f4-9ee2-529bcb184f9e",
"Rows": [
{
"ItemId": "59fd03b8-a71d-469b-a180-e039e1716a32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "59fd03b8-a71d-469b-a180-e039e1716a32",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c2fe255b-651e-476f-8bfd-6fa000352632",
"bdea7763-2066-4ef6-a807-79f31fe8106a"
],
"Approvers": [
"21787453-7917-4fff-aad6-474c5410c6f5",
"36bf5476-797a-4944-96e8-3278596c959a"
],
"ApprovedBy": "7f7e6c8b-f95c-4584-9284-a68aad8c5b45",
"ApprovalDate": "2026-08-25T18:56:04.2647963+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "1e485f66-c67d-4c87-8dd3-44b007535970",
"WorkPlanId": "40f5b8a0-2038-4033-a1c8-fbf6d681256a",
"id": "af6d7cd2-9011-4448-a3b1-72bf5edc0eb8",
"ConfigId": "3545a619-2447-41f7-a8c8-9b5df87f628a"
}
]