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-19T04:42:24.7347564+00:00",
"SubmitDate": "2026-06-19T04:42:24.7347564+00:00",
"ReportPeriodStart": "2026-06-19T04:42:24.7347564+00:00",
"ReportPeriodEnd": "2026-06-19T04:42:24.7347564+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3a38b886-5285-4eba-84ed-fca414cd4e46",
"Rows": [
{
"ItemId": "a435c2b6-3f21-4164-8c32-3f1b337c8f37",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a435c2b6-3f21-4164-8c32-3f1b337c8f37",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3a38b886-5285-4eba-84ed-fca414cd4e46",
"Rows": [
{
"ItemId": "a435c2b6-3f21-4164-8c32-3f1b337c8f37",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a435c2b6-3f21-4164-8c32-3f1b337c8f37",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ae8b10af-6ab6-4264-bfec-8c7b3948ae39",
"f29722a9-c859-4a1e-a638-f8ecd3d90975"
],
"Approvers": [
"4e5886f3-00c6-448e-bb04-4a9178a303df",
"30fcbe06-ee74-42d2-9958-5bc7d8b9a71d"
],
"ApprovedBy": "22ee227b-7c11-4c17-9e18-dec0c16a5b61",
"ApprovalDate": "2026-06-19T04:42:24.7347564+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fa778356-ac3d-4b8a-9af4-e11da3a1ab31",
"id": "e2671e93-14f5-4dd2-9e0f-b7a090453502",
"ConfigId": "7f85503a-aa51-49d7-9480-bf20ecfdea00"
},
{
"GenerationDate": "2026-06-19T04:42:24.7347564+00:00",
"SubmitDate": "2026-06-19T04:42:24.7347564+00:00",
"ReportPeriodStart": "2026-06-19T04:42:24.7347564+00:00",
"ReportPeriodEnd": "2026-06-19T04:42:24.7347564+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3a38b886-5285-4eba-84ed-fca414cd4e46",
"Rows": [
{
"ItemId": "a435c2b6-3f21-4164-8c32-3f1b337c8f37",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a435c2b6-3f21-4164-8c32-3f1b337c8f37",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3a38b886-5285-4eba-84ed-fca414cd4e46",
"Rows": [
{
"ItemId": "a435c2b6-3f21-4164-8c32-3f1b337c8f37",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a435c2b6-3f21-4164-8c32-3f1b337c8f37",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ae8b10af-6ab6-4264-bfec-8c7b3948ae39",
"f29722a9-c859-4a1e-a638-f8ecd3d90975"
],
"Approvers": [
"4e5886f3-00c6-448e-bb04-4a9178a303df",
"30fcbe06-ee74-42d2-9958-5bc7d8b9a71d"
],
"ApprovedBy": "22ee227b-7c11-4c17-9e18-dec0c16a5b61",
"ApprovalDate": "2026-06-19T04:42:24.7347564+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "fa778356-ac3d-4b8a-9af4-e11da3a1ab31",
"id": "e2671e93-14f5-4dd2-9e0f-b7a090453502",
"ConfigId": "7f85503a-aa51-49d7-9480-bf20ecfdea00"
}
]