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-21T10:47:47.7191786+00:00",
"SubmitDate": "2026-04-21T10:47:47.7191786+00:00",
"ReportPeriodStart": "2026-04-21T10:47:47.7191786+00:00",
"ReportPeriodEnd": "2026-04-21T10:47:47.7191786+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1e5f4ea8-618a-4be5-8d28-952970817c49",
"Rows": [
{
"ItemId": "ac372006-6017-464d-87ef-231b245367de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac372006-6017-464d-87ef-231b245367de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1e5f4ea8-618a-4be5-8d28-952970817c49",
"Rows": [
{
"ItemId": "ac372006-6017-464d-87ef-231b245367de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac372006-6017-464d-87ef-231b245367de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8a098792-5867-4325-b830-2e27c488911c",
"9746848b-14d2-45f8-9a3b-b100e478b3d6"
],
"Approvers": [
"8cced680-8e25-4b9c-bd6c-361af20d7fa7",
"c3acc905-c33c-4ff1-8028-54cfcbda166d"
],
"ApprovedBy": "dc2e1859-fac0-42e4-8684-3e66dc3f3cc8",
"ApprovalDate": "2026-04-21T10:47:47.7191786+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "876e209c-4256-42b0-8954-db99ab0d8389",
"id": "5b3d9ace-e691-4fca-813b-d33f62ab43e0",
"ConfigId": "36e55f69-b109-4234-9165-91bba19c0ec9"
},
{
"GenerationDate": "2026-04-21T10:47:47.7191786+00:00",
"SubmitDate": "2026-04-21T10:47:47.7191786+00:00",
"ReportPeriodStart": "2026-04-21T10:47:47.7191786+00:00",
"ReportPeriodEnd": "2026-04-21T10:47:47.7191786+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1e5f4ea8-618a-4be5-8d28-952970817c49",
"Rows": [
{
"ItemId": "ac372006-6017-464d-87ef-231b245367de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac372006-6017-464d-87ef-231b245367de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1e5f4ea8-618a-4be5-8d28-952970817c49",
"Rows": [
{
"ItemId": "ac372006-6017-464d-87ef-231b245367de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac372006-6017-464d-87ef-231b245367de",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8a098792-5867-4325-b830-2e27c488911c",
"9746848b-14d2-45f8-9a3b-b100e478b3d6"
],
"Approvers": [
"8cced680-8e25-4b9c-bd6c-361af20d7fa7",
"c3acc905-c33c-4ff1-8028-54cfcbda166d"
],
"ApprovedBy": "dc2e1859-fac0-42e4-8684-3e66dc3f3cc8",
"ApprovalDate": "2026-04-21T10:47:47.7191786+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "876e209c-4256-42b0-8954-db99ab0d8389",
"id": "5b3d9ace-e691-4fca-813b-d33f62ab43e0",
"ConfigId": "36e55f69-b109-4234-9165-91bba19c0ec9"
}
]