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-12T07:15:52.261354+00:00",
"SubmitDate": "2026-06-12T07:15:52.261354+00:00",
"ReportPeriodStart": "2026-06-12T07:15:52.261354+00:00",
"ReportPeriodEnd": "2026-06-12T07:15:52.261354+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "64f99733-dd5b-4cba-b3b0-9a06621532d8",
"Rows": [
{
"ItemId": "53cef704-6067-4b04-8726-4aedb3b38cc7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53cef704-6067-4b04-8726-4aedb3b38cc7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "64f99733-dd5b-4cba-b3b0-9a06621532d8",
"Rows": [
{
"ItemId": "53cef704-6067-4b04-8726-4aedb3b38cc7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53cef704-6067-4b04-8726-4aedb3b38cc7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"46e06ffc-ddac-4883-a328-1d0585fe1c99",
"61cff0c9-3853-4b61-bcf5-8feaeeb292f1"
],
"Approvers": [
"0362f084-4938-473a-b8b0-7dd6e5eb8d3a",
"eda32355-38a0-418b-b9e1-d0433f749c96"
],
"ApprovedBy": "a85e28e0-cf9e-46e8-8765-4642773ce95f",
"ApprovalDate": "2026-06-12T07:15:52.261354+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e98f116a-1022-46c3-b887-069a20138c9e",
"id": "858f4e2d-3d74-456b-a6ee-62d317e4a473",
"ConfigId": "3d8fc486-f41c-450d-9664-06b710d4225d"
},
{
"GenerationDate": "2026-06-12T07:15:52.261354+00:00",
"SubmitDate": "2026-06-12T07:15:52.261354+00:00",
"ReportPeriodStart": "2026-06-12T07:15:52.261354+00:00",
"ReportPeriodEnd": "2026-06-12T07:15:52.261354+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "64f99733-dd5b-4cba-b3b0-9a06621532d8",
"Rows": [
{
"ItemId": "53cef704-6067-4b04-8726-4aedb3b38cc7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53cef704-6067-4b04-8726-4aedb3b38cc7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "64f99733-dd5b-4cba-b3b0-9a06621532d8",
"Rows": [
{
"ItemId": "53cef704-6067-4b04-8726-4aedb3b38cc7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "53cef704-6067-4b04-8726-4aedb3b38cc7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"46e06ffc-ddac-4883-a328-1d0585fe1c99",
"61cff0c9-3853-4b61-bcf5-8feaeeb292f1"
],
"Approvers": [
"0362f084-4938-473a-b8b0-7dd6e5eb8d3a",
"eda32355-38a0-418b-b9e1-d0433f749c96"
],
"ApprovedBy": "a85e28e0-cf9e-46e8-8765-4642773ce95f",
"ApprovalDate": "2026-06-12T07:15:52.261354+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e98f116a-1022-46c3-b887-069a20138c9e",
"id": "858f4e2d-3d74-456b-a6ee-62d317e4a473",
"ConfigId": "3d8fc486-f41c-450d-9664-06b710d4225d"
}
]