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-03-26T13:37:48.7738072+00:00",
"SubmitDate": "2026-03-26T13:37:48.7738072+00:00",
"ReportPeriodStart": "2026-03-26T13:37:48.7738072+00:00",
"ReportPeriodEnd": "2026-03-26T13:37:48.7738072+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "70e87c6a-c57c-4286-8c68-540981c8410d",
"Rows": [
{
"ItemId": "835edc63-49e8-480b-8006-a6df40ef8f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "835edc63-49e8-480b-8006-a6df40ef8f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "70e87c6a-c57c-4286-8c68-540981c8410d",
"Rows": [
{
"ItemId": "835edc63-49e8-480b-8006-a6df40ef8f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "835edc63-49e8-480b-8006-a6df40ef8f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"96a601e1-facd-44c2-92f9-19d5047bb8fb",
"1033f831-2a7a-48c4-80a7-c437731e5098"
],
"Approvers": [
"7c57dade-9f18-4ed5-a886-e52ef947c8e7",
"b84f4dff-ad01-4572-99a7-d00f980afabb"
],
"ApprovedBy": "fd9e25fe-676d-434a-9497-0bb91cb1bd90",
"ApprovalDate": "2026-03-26T13:37:48.7738072+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a2b3f080-71d3-4d84-83c4-3c762b47d000",
"id": "747f5828-9060-45b1-a5d2-b40af275d5d1",
"ConfigId": "5066b754-cfd4-4c52-8ace-57ec9b8af0ae"
},
{
"GenerationDate": "2026-03-26T13:37:48.7738072+00:00",
"SubmitDate": "2026-03-26T13:37:48.7738072+00:00",
"ReportPeriodStart": "2026-03-26T13:37:48.7738072+00:00",
"ReportPeriodEnd": "2026-03-26T13:37:48.7738072+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "70e87c6a-c57c-4286-8c68-540981c8410d",
"Rows": [
{
"ItemId": "835edc63-49e8-480b-8006-a6df40ef8f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "835edc63-49e8-480b-8006-a6df40ef8f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "70e87c6a-c57c-4286-8c68-540981c8410d",
"Rows": [
{
"ItemId": "835edc63-49e8-480b-8006-a6df40ef8f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "835edc63-49e8-480b-8006-a6df40ef8f24",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"96a601e1-facd-44c2-92f9-19d5047bb8fb",
"1033f831-2a7a-48c4-80a7-c437731e5098"
],
"Approvers": [
"7c57dade-9f18-4ed5-a886-e52ef947c8e7",
"b84f4dff-ad01-4572-99a7-d00f980afabb"
],
"ApprovedBy": "fd9e25fe-676d-434a-9497-0bb91cb1bd90",
"ApprovalDate": "2026-03-26T13:37:48.7738072+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a2b3f080-71d3-4d84-83c4-3c762b47d000",
"id": "747f5828-9060-45b1-a5d2-b40af275d5d1",
"ConfigId": "5066b754-cfd4-4c52-8ace-57ec9b8af0ae"
}
]