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-11-21T10:14:12.5253647+00:00",
"SubmitDate": "2025-11-21T10:14:12.5253647+00:00",
"ReportPeriodStart": "2025-11-21T10:14:12.5253647+00:00",
"ReportPeriodEnd": "2025-11-21T10:14:12.5253647+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e729eec9-2ce1-4b61-98b8-19247a1f4523",
"Rows": [
{
"ItemId": "f8472b0c-e3a3-4d79-8a69-eedb7ae5399d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8472b0c-e3a3-4d79-8a69-eedb7ae5399d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e729eec9-2ce1-4b61-98b8-19247a1f4523",
"Rows": [
{
"ItemId": "f8472b0c-e3a3-4d79-8a69-eedb7ae5399d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8472b0c-e3a3-4d79-8a69-eedb7ae5399d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7a4a95d1-50f1-4d0a-bcfd-bbda69c4c0b1",
"03962aa4-2cea-4eb9-9c8b-02e3708a3d60"
],
"Approvers": [
"86f5a15d-fa5d-4003-925d-53dee6d01212",
"86546829-9ca9-45d9-8f17-83f5bb4cae32"
],
"ApprovedBy": "be73f6f3-43a6-4093-9bf2-dc5f6025888d",
"ApprovalDate": "2025-11-21T10:14:12.5253647+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ca408800-b429-4d0d-9e24-191e797862a4",
"id": "17486ad2-dd8f-40b4-9ff1-93dc7f02c785",
"ConfigId": "1616c4ae-216c-4d71-a3e1-4242e922a146"
},
{
"GenerationDate": "2025-11-21T10:14:12.5253647+00:00",
"SubmitDate": "2025-11-21T10:14:12.5253647+00:00",
"ReportPeriodStart": "2025-11-21T10:14:12.5253647+00:00",
"ReportPeriodEnd": "2025-11-21T10:14:12.5253647+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e729eec9-2ce1-4b61-98b8-19247a1f4523",
"Rows": [
{
"ItemId": "f8472b0c-e3a3-4d79-8a69-eedb7ae5399d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8472b0c-e3a3-4d79-8a69-eedb7ae5399d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e729eec9-2ce1-4b61-98b8-19247a1f4523",
"Rows": [
{
"ItemId": "f8472b0c-e3a3-4d79-8a69-eedb7ae5399d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8472b0c-e3a3-4d79-8a69-eedb7ae5399d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7a4a95d1-50f1-4d0a-bcfd-bbda69c4c0b1",
"03962aa4-2cea-4eb9-9c8b-02e3708a3d60"
],
"Approvers": [
"86f5a15d-fa5d-4003-925d-53dee6d01212",
"86546829-9ca9-45d9-8f17-83f5bb4cae32"
],
"ApprovedBy": "be73f6f3-43a6-4093-9bf2-dc5f6025888d",
"ApprovalDate": "2025-11-21T10:14:12.5253647+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ca408800-b429-4d0d-9e24-191e797862a4",
"id": "17486ad2-dd8f-40b4-9ff1-93dc7f02c785",
"ConfigId": "1616c4ae-216c-4d71-a3e1-4242e922a146"
}
]