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-05-07T00:47:11.328808+00:00",
"SubmitDate": "2026-05-07T00:47:11.328808+00:00",
"ReportPeriodStart": "2026-05-07T00:47:11.328808+00:00",
"ReportPeriodEnd": "2026-05-07T00:47:11.328808+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bb709556-1ccc-4f58-be10-56eb11b3213a",
"Rows": [
{
"ItemId": "f08c854a-cf6b-496b-aaf4-db1710a955d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f08c854a-cf6b-496b-aaf4-db1710a955d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bb709556-1ccc-4f58-be10-56eb11b3213a",
"Rows": [
{
"ItemId": "f08c854a-cf6b-496b-aaf4-db1710a955d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f08c854a-cf6b-496b-aaf4-db1710a955d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a35feb71-ae3b-490d-8521-d5a32cd95fe1",
"8f9a8008-8aa5-4d95-9652-76c792a3cdd9"
],
"Approvers": [
"85e47492-495b-42f6-a692-c965afd3b1f9",
"3d406f6c-888e-4198-9476-23e809739941"
],
"ApprovedBy": "787b6bbe-0440-4502-a6dd-fd477b43dc4f",
"ApprovalDate": "2026-05-07T00:47:11.328808+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cc402dcd-9b9c-47d3-ac44-53f06be3a267",
"id": "d8e2a318-06ed-437b-8ac0-64f4dde323a7",
"ConfigId": "e060e0b6-e144-406e-9dcb-b0fa17bb06d0"
},
{
"GenerationDate": "2026-05-07T00:47:11.328808+00:00",
"SubmitDate": "2026-05-07T00:47:11.328808+00:00",
"ReportPeriodStart": "2026-05-07T00:47:11.328808+00:00",
"ReportPeriodEnd": "2026-05-07T00:47:11.328808+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bb709556-1ccc-4f58-be10-56eb11b3213a",
"Rows": [
{
"ItemId": "f08c854a-cf6b-496b-aaf4-db1710a955d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f08c854a-cf6b-496b-aaf4-db1710a955d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bb709556-1ccc-4f58-be10-56eb11b3213a",
"Rows": [
{
"ItemId": "f08c854a-cf6b-496b-aaf4-db1710a955d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f08c854a-cf6b-496b-aaf4-db1710a955d7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a35feb71-ae3b-490d-8521-d5a32cd95fe1",
"8f9a8008-8aa5-4d95-9652-76c792a3cdd9"
],
"Approvers": [
"85e47492-495b-42f6-a692-c965afd3b1f9",
"3d406f6c-888e-4198-9476-23e809739941"
],
"ApprovedBy": "787b6bbe-0440-4502-a6dd-fd477b43dc4f",
"ApprovalDate": "2026-05-07T00:47:11.328808+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cc402dcd-9b9c-47d3-ac44-53f06be3a267",
"id": "d8e2a318-06ed-437b-8ac0-64f4dde323a7",
"ConfigId": "e060e0b6-e144-406e-9dcb-b0fa17bb06d0"
}
]