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-02-10T15:34:31.3021752+00:00",
"SubmitDate": "2026-02-10T15:34:31.3021752+00:00",
"ReportPeriodStart": "2026-02-10T15:34:31.3021752+00:00",
"ReportPeriodEnd": "2026-02-10T15:34:31.3021752+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "33fec964-06f2-49c1-90db-df0549b9fbd4",
"Rows": [
{
"ItemId": "7d137a42-2ffc-4965-87b9-6f3c7c8d9298",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7d137a42-2ffc-4965-87b9-6f3c7c8d9298",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "33fec964-06f2-49c1-90db-df0549b9fbd4",
"Rows": [
{
"ItemId": "7d137a42-2ffc-4965-87b9-6f3c7c8d9298",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7d137a42-2ffc-4965-87b9-6f3c7c8d9298",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"729d2091-62c5-4ade-b0fd-01a83cdd5116",
"cf7fa11f-bccf-4b53-85c6-79fa5bcd86d2"
],
"Approvers": [
"42dc8148-d909-4f1e-833e-56b975350fb8",
"832f8ef5-64bf-4008-a904-14b5304ef042"
],
"ApprovedBy": "468ef059-bc1d-4b3e-945b-1c8163a15f54",
"ApprovalDate": "2026-02-10T15:34:31.3021752+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1ea8490c-1b40-431d-a18a-25e905c66052",
"id": "247452d5-1c49-435a-a6b6-288d516deb10",
"ConfigId": "e5b52718-e45a-403f-9406-5730874b8099"
},
{
"GenerationDate": "2026-02-10T15:34:31.3021752+00:00",
"SubmitDate": "2026-02-10T15:34:31.3021752+00:00",
"ReportPeriodStart": "2026-02-10T15:34:31.3021752+00:00",
"ReportPeriodEnd": "2026-02-10T15:34:31.3021752+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "33fec964-06f2-49c1-90db-df0549b9fbd4",
"Rows": [
{
"ItemId": "7d137a42-2ffc-4965-87b9-6f3c7c8d9298",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7d137a42-2ffc-4965-87b9-6f3c7c8d9298",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "33fec964-06f2-49c1-90db-df0549b9fbd4",
"Rows": [
{
"ItemId": "7d137a42-2ffc-4965-87b9-6f3c7c8d9298",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7d137a42-2ffc-4965-87b9-6f3c7c8d9298",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"729d2091-62c5-4ade-b0fd-01a83cdd5116",
"cf7fa11f-bccf-4b53-85c6-79fa5bcd86d2"
],
"Approvers": [
"42dc8148-d909-4f1e-833e-56b975350fb8",
"832f8ef5-64bf-4008-a904-14b5304ef042"
],
"ApprovedBy": "468ef059-bc1d-4b3e-945b-1c8163a15f54",
"ApprovalDate": "2026-02-10T15:34:31.3021752+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1ea8490c-1b40-431d-a18a-25e905c66052",
"id": "247452d5-1c49-435a-a6b6-288d516deb10",
"ConfigId": "e5b52718-e45a-403f-9406-5730874b8099"
}
]