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": "2025-12-07T01:00:22.2689131+00:00",
"SubmitDate": "2025-12-07T01:00:22.2689131+00:00",
"ReportPeriodStart": "2025-12-07T01:00:22.2689131+00:00",
"ReportPeriodEnd": "2025-12-07T01:00:22.2845365+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cd25148e-1427-44ff-bec6-34c686f8ac6a",
"Rows": [
{
"ItemId": "63d254c9-83b1-4f3b-8193-ab6c310cbd91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "63d254c9-83b1-4f3b-8193-ab6c310cbd91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cd25148e-1427-44ff-bec6-34c686f8ac6a",
"Rows": [
{
"ItemId": "63d254c9-83b1-4f3b-8193-ab6c310cbd91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "63d254c9-83b1-4f3b-8193-ab6c310cbd91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fcb37ad9-f6df-4751-867d-a00a4165cbb5",
"5ba8faed-642e-44a3-8852-f40e266bc7bc"
],
"Approvers": [
"27ffc882-ff4f-44f0-a840-c5caa6c55b77",
"f795836f-981f-4581-9b33-4a651d4f2f85"
],
"ApprovedBy": "31377994-8b10-4589-a056-f5269e9eb631",
"ApprovalDate": "2025-12-07T01:00:22.2845365+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fb8e1dbe-c938-48e1-9a46-3888bf78d706",
"id": "3cfabac9-8bca-40e9-97dc-fd0c4cc861ea",
"ConfigId": "9df90de5-414c-4778-b424-e73cf318bfb1"
},
{
"GenerationDate": "2025-12-07T01:00:22.2689131+00:00",
"SubmitDate": "2025-12-07T01:00:22.2689131+00:00",
"ReportPeriodStart": "2025-12-07T01:00:22.2689131+00:00",
"ReportPeriodEnd": "2025-12-07T01:00:22.2845365+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cd25148e-1427-44ff-bec6-34c686f8ac6a",
"Rows": [
{
"ItemId": "63d254c9-83b1-4f3b-8193-ab6c310cbd91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "63d254c9-83b1-4f3b-8193-ab6c310cbd91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cd25148e-1427-44ff-bec6-34c686f8ac6a",
"Rows": [
{
"ItemId": "63d254c9-83b1-4f3b-8193-ab6c310cbd91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "63d254c9-83b1-4f3b-8193-ab6c310cbd91",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fcb37ad9-f6df-4751-867d-a00a4165cbb5",
"5ba8faed-642e-44a3-8852-f40e266bc7bc"
],
"Approvers": [
"27ffc882-ff4f-44f0-a840-c5caa6c55b77",
"f795836f-981f-4581-9b33-4a651d4f2f85"
],
"ApprovedBy": "31377994-8b10-4589-a056-f5269e9eb631",
"ApprovalDate": "2025-12-07T01:00:22.2845365+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fb8e1dbe-c938-48e1-9a46-3888bf78d706",
"id": "3cfabac9-8bca-40e9-97dc-fd0c4cc861ea",
"ConfigId": "9df90de5-414c-4778-b424-e73cf318bfb1"
}
]