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-04-25T08:39:32.7230529+00:00",
"SubmitDate": "2026-04-25T08:39:32.7230529+00:00",
"ReportPeriodStart": "2026-04-25T08:39:32.7230529+00:00",
"ReportPeriodEnd": "2026-04-25T08:39:32.7230529+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3305241c-aeea-41b3-aeb7-ac16291b67e8",
"Rows": [
{
"ItemId": "885e0713-ddcc-48d4-be0f-50d98ce86538",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "885e0713-ddcc-48d4-be0f-50d98ce86538",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3305241c-aeea-41b3-aeb7-ac16291b67e8",
"Rows": [
{
"ItemId": "885e0713-ddcc-48d4-be0f-50d98ce86538",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "885e0713-ddcc-48d4-be0f-50d98ce86538",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b4de588f-3a11-4f43-8724-20620601261f",
"af69c1ac-ddf6-4cc9-92d3-80aa83b7b477"
],
"Approvers": [
"017344ee-4d70-45db-9d4b-c0f975558595",
"5c5d9928-4d92-430c-8d3a-6a875a5fd9cf"
],
"ApprovedBy": "e4c082a8-6a7a-4f9b-8ea9-804286ad7c29",
"ApprovalDate": "2026-04-25T08:39:32.7230529+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "568eb02e-556a-443e-bbfe-51a4e9ffea08",
"id": "edb94754-43f8-404a-8d13-9ee2f73d429e",
"ConfigId": "696d32fd-79d8-41f7-b171-bfc6d80c7500"
},
{
"GenerationDate": "2026-04-25T08:39:32.7230529+00:00",
"SubmitDate": "2026-04-25T08:39:32.7230529+00:00",
"ReportPeriodStart": "2026-04-25T08:39:32.7230529+00:00",
"ReportPeriodEnd": "2026-04-25T08:39:32.7230529+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3305241c-aeea-41b3-aeb7-ac16291b67e8",
"Rows": [
{
"ItemId": "885e0713-ddcc-48d4-be0f-50d98ce86538",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "885e0713-ddcc-48d4-be0f-50d98ce86538",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3305241c-aeea-41b3-aeb7-ac16291b67e8",
"Rows": [
{
"ItemId": "885e0713-ddcc-48d4-be0f-50d98ce86538",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "885e0713-ddcc-48d4-be0f-50d98ce86538",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b4de588f-3a11-4f43-8724-20620601261f",
"af69c1ac-ddf6-4cc9-92d3-80aa83b7b477"
],
"Approvers": [
"017344ee-4d70-45db-9d4b-c0f975558595",
"5c5d9928-4d92-430c-8d3a-6a875a5fd9cf"
],
"ApprovedBy": "e4c082a8-6a7a-4f9b-8ea9-804286ad7c29",
"ApprovalDate": "2026-04-25T08:39:32.7230529+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "568eb02e-556a-443e-bbfe-51a4e9ffea08",
"id": "edb94754-43f8-404a-8d13-9ee2f73d429e",
"ConfigId": "696d32fd-79d8-41f7-b171-bfc6d80c7500"
}
]