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-21T02:23:39.2915086+00:00",
"SubmitDate": "2026-04-21T02:23:39.2915086+00:00",
"ReportPeriodStart": "2026-04-21T02:23:39.2915086+00:00",
"ReportPeriodEnd": "2026-04-21T02:23:39.2915086+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "35b8dccc-c1b3-481e-87e9-bc414e584ae5",
"Rows": [
{
"ItemId": "3b01ed1b-bc58-418f-b2f7-cc60594835a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3b01ed1b-bc58-418f-b2f7-cc60594835a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "35b8dccc-c1b3-481e-87e9-bc414e584ae5",
"Rows": [
{
"ItemId": "3b01ed1b-bc58-418f-b2f7-cc60594835a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3b01ed1b-bc58-418f-b2f7-cc60594835a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1503d770-584d-4594-99e4-29a768f1f6db",
"6657ecb4-c2bb-4b2c-a99e-215f2edc8173"
],
"Approvers": [
"c18adf70-f163-4d15-86b1-5741f93837fb",
"2f37f889-a610-435f-8912-1df8ab05804e"
],
"ApprovedBy": "e0871a2f-f22e-453e-ba33-fac538db8b66",
"ApprovalDate": "2026-04-21T02:23:39.2915086+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4884aff0-879f-4ceb-8e27-eaf705dc8fdd",
"id": "cdb4506e-c4f2-4eb0-9e0f-fbe1a1f83cee",
"ConfigId": "1a960169-b362-4e04-bc21-b3d84182c467"
},
{
"GenerationDate": "2026-04-21T02:23:39.2915086+00:00",
"SubmitDate": "2026-04-21T02:23:39.2915086+00:00",
"ReportPeriodStart": "2026-04-21T02:23:39.2915086+00:00",
"ReportPeriodEnd": "2026-04-21T02:23:39.2915086+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "35b8dccc-c1b3-481e-87e9-bc414e584ae5",
"Rows": [
{
"ItemId": "3b01ed1b-bc58-418f-b2f7-cc60594835a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3b01ed1b-bc58-418f-b2f7-cc60594835a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "35b8dccc-c1b3-481e-87e9-bc414e584ae5",
"Rows": [
{
"ItemId": "3b01ed1b-bc58-418f-b2f7-cc60594835a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3b01ed1b-bc58-418f-b2f7-cc60594835a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1503d770-584d-4594-99e4-29a768f1f6db",
"6657ecb4-c2bb-4b2c-a99e-215f2edc8173"
],
"Approvers": [
"c18adf70-f163-4d15-86b1-5741f93837fb",
"2f37f889-a610-435f-8912-1df8ab05804e"
],
"ApprovedBy": "e0871a2f-f22e-453e-ba33-fac538db8b66",
"ApprovalDate": "2026-04-21T02:23:39.2915086+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4884aff0-879f-4ceb-8e27-eaf705dc8fdd",
"id": "cdb4506e-c4f2-4eb0-9e0f-fbe1a1f83cee",
"ConfigId": "1a960169-b362-4e04-bc21-b3d84182c467"
}
]