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-13T17:02:32.692627+00:00",
"SubmitDate": "2026-02-13T17:02:32.692627+00:00",
"ReportPeriodStart": "2026-02-13T17:02:32.692627+00:00",
"ReportPeriodEnd": "2026-02-13T17:02:32.692627+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4ecec0aa-e469-4369-8e42-fe82f2a71a29",
"Rows": [
{
"ItemId": "1344395a-1042-4e99-85f7-dcf5df527afb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1344395a-1042-4e99-85f7-dcf5df527afb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4ecec0aa-e469-4369-8e42-fe82f2a71a29",
"Rows": [
{
"ItemId": "1344395a-1042-4e99-85f7-dcf5df527afb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1344395a-1042-4e99-85f7-dcf5df527afb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"03282185-5e53-4a0c-936a-7593d175d675",
"8b09a018-3092-476a-952d-84756b2ae1eb"
],
"Approvers": [
"750fffc9-2082-4e9d-a72f-37271d31d865",
"d1fe9162-2284-4206-a0b4-5832942fae59"
],
"ApprovedBy": "cb40630c-864d-4c59-8664-045414b8da78",
"ApprovalDate": "2026-02-13T17:02:32.692627+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5a9734b7-a9ba-4ccc-af2b-586496a315e2",
"id": "ea608474-76a4-4f59-b580-0dcf332a4b08",
"ConfigId": "a02e48ef-a5e3-40b8-9937-b2dbaaedf112"
},
{
"GenerationDate": "2026-02-13T17:02:32.692627+00:00",
"SubmitDate": "2026-02-13T17:02:32.692627+00:00",
"ReportPeriodStart": "2026-02-13T17:02:32.692627+00:00",
"ReportPeriodEnd": "2026-02-13T17:02:32.692627+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4ecec0aa-e469-4369-8e42-fe82f2a71a29",
"Rows": [
{
"ItemId": "1344395a-1042-4e99-85f7-dcf5df527afb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1344395a-1042-4e99-85f7-dcf5df527afb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4ecec0aa-e469-4369-8e42-fe82f2a71a29",
"Rows": [
{
"ItemId": "1344395a-1042-4e99-85f7-dcf5df527afb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1344395a-1042-4e99-85f7-dcf5df527afb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"03282185-5e53-4a0c-936a-7593d175d675",
"8b09a018-3092-476a-952d-84756b2ae1eb"
],
"Approvers": [
"750fffc9-2082-4e9d-a72f-37271d31d865",
"d1fe9162-2284-4206-a0b4-5832942fae59"
],
"ApprovedBy": "cb40630c-864d-4c59-8664-045414b8da78",
"ApprovalDate": "2026-02-13T17:02:32.692627+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5a9734b7-a9ba-4ccc-af2b-586496a315e2",
"id": "ea608474-76a4-4f59-b580-0dcf332a4b08",
"ConfigId": "a02e48ef-a5e3-40b8-9937-b2dbaaedf112"
}
]