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-01-19T12:40:28.0631735+00:00",
"SubmitDate": "2026-01-19T12:40:28.0631735+00:00",
"ReportPeriodStart": "2026-01-19T12:40:28.0631735+00:00",
"ReportPeriodEnd": "2026-01-19T12:40:28.0631735+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f987b116-c4d0-4db0-9731-88499ac6ea36",
"Rows": [
{
"ItemId": "1addfba5-b0cf-49fa-9808-861e7a6132f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1addfba5-b0cf-49fa-9808-861e7a6132f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f987b116-c4d0-4db0-9731-88499ac6ea36",
"Rows": [
{
"ItemId": "1addfba5-b0cf-49fa-9808-861e7a6132f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1addfba5-b0cf-49fa-9808-861e7a6132f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7837b947-e9b6-4782-a585-30e3c59405fa",
"c4f14413-1e29-4dca-b712-657c311d80d7"
],
"Approvers": [
"bba86c26-7889-4644-92c6-251fead46cef",
"58d1bac8-d758-44a4-87c7-49384fbbf8f7"
],
"ApprovedBy": "c75ed978-2af6-4be7-ab56-182fd570e179",
"ApprovalDate": "2026-01-19T12:40:28.0631735+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6c668c62-06a9-499d-893e-a9d18f50d9f7",
"id": "67ceba00-664e-443a-b1c4-20efad2f3de4",
"ConfigId": "88eb7053-1726-4fa4-8f4b-29e669f2bced"
},
{
"GenerationDate": "2026-01-19T12:40:28.0631735+00:00",
"SubmitDate": "2026-01-19T12:40:28.0631735+00:00",
"ReportPeriodStart": "2026-01-19T12:40:28.0631735+00:00",
"ReportPeriodEnd": "2026-01-19T12:40:28.0631735+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f987b116-c4d0-4db0-9731-88499ac6ea36",
"Rows": [
{
"ItemId": "1addfba5-b0cf-49fa-9808-861e7a6132f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1addfba5-b0cf-49fa-9808-861e7a6132f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f987b116-c4d0-4db0-9731-88499ac6ea36",
"Rows": [
{
"ItemId": "1addfba5-b0cf-49fa-9808-861e7a6132f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1addfba5-b0cf-49fa-9808-861e7a6132f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7837b947-e9b6-4782-a585-30e3c59405fa",
"c4f14413-1e29-4dca-b712-657c311d80d7"
],
"Approvers": [
"bba86c26-7889-4644-92c6-251fead46cef",
"58d1bac8-d758-44a4-87c7-49384fbbf8f7"
],
"ApprovedBy": "c75ed978-2af6-4be7-ab56-182fd570e179",
"ApprovalDate": "2026-01-19T12:40:28.0631735+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6c668c62-06a9-499d-893e-a9d18f50d9f7",
"id": "67ceba00-664e-443a-b1c4-20efad2f3de4",
"ConfigId": "88eb7053-1726-4fa4-8f4b-29e669f2bced"
}
]