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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-16T11:25:32.3866163+00:00",
"SubmitDate": "2026-06-16T11:25:32.3866163+00:00",
"ReportPeriodStart": "2026-06-16T11:25:32.3866163+00:00",
"ReportPeriodEnd": "2026-06-16T11:25:32.3866163+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "43ead7b3-bbca-446b-849a-45384260001e",
"Rows": [
{
"ItemId": "9f0e0ad0-4556-41e9-96d8-30d7fc5a4803",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f0e0ad0-4556-41e9-96d8-30d7fc5a4803",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "43ead7b3-bbca-446b-849a-45384260001e",
"Rows": [
{
"ItemId": "9f0e0ad0-4556-41e9-96d8-30d7fc5a4803",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f0e0ad0-4556-41e9-96d8-30d7fc5a4803",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c4b933d0-fdd5-4149-b995-9421ce233767",
"47457a03-2147-493d-9590-9e9e3eb1cd12"
],
"Approvers": [
"8b90d02b-6587-43dc-8257-206d864f7c8e",
"c55ca135-eca4-49fd-8d59-d45c5c391f4a"
],
"ApprovedBy": "4fe29dca-6ff0-4043-8e24-108118891fdb",
"ApprovalDate": "2026-06-16T11:25:32.3866163+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e4f0af79-45c4-4a30-8027-2060b9988590",
"id": "18128402-d07f-4aec-9a3c-5080c91ca6d7",
"ConfigId": "05e4ad85-c74a-41e3-9cc0-2f3c3e8b25b5"
},
{
"GenerationDate": "2026-06-16T11:25:32.3866163+00:00",
"SubmitDate": "2026-06-16T11:25:32.3866163+00:00",
"ReportPeriodStart": "2026-06-16T11:25:32.3866163+00:00",
"ReportPeriodEnd": "2026-06-16T11:25:32.3866163+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "43ead7b3-bbca-446b-849a-45384260001e",
"Rows": [
{
"ItemId": "9f0e0ad0-4556-41e9-96d8-30d7fc5a4803",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f0e0ad0-4556-41e9-96d8-30d7fc5a4803",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "43ead7b3-bbca-446b-849a-45384260001e",
"Rows": [
{
"ItemId": "9f0e0ad0-4556-41e9-96d8-30d7fc5a4803",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f0e0ad0-4556-41e9-96d8-30d7fc5a4803",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c4b933d0-fdd5-4149-b995-9421ce233767",
"47457a03-2147-493d-9590-9e9e3eb1cd12"
],
"Approvers": [
"8b90d02b-6587-43dc-8257-206d864f7c8e",
"c55ca135-eca4-49fd-8d59-d45c5c391f4a"
],
"ApprovedBy": "4fe29dca-6ff0-4043-8e24-108118891fdb",
"ApprovalDate": "2026-06-16T11:25:32.3866163+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e4f0af79-45c4-4a30-8027-2060b9988590",
"id": "18128402-d07f-4aec-9a3c-5080c91ca6d7",
"ConfigId": "05e4ad85-c74a-41e3-9cc0-2f3c3e8b25b5"
}
]