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-06-22T20:08:25.9489941+00:00",
"SubmitDate": "2026-06-22T20:08:25.9489941+00:00",
"ReportPeriodStart": "2026-06-22T20:08:25.9489941+00:00",
"ReportPeriodEnd": "2026-06-22T20:08:25.9489941+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2f14bff8-fdf2-414b-9d50-ca7b5cf988b8",
"Rows": [
{
"ItemId": "75562507-e632-4a06-92c0-a7272fa9b6c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "75562507-e632-4a06-92c0-a7272fa9b6c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2f14bff8-fdf2-414b-9d50-ca7b5cf988b8",
"Rows": [
{
"ItemId": "75562507-e632-4a06-92c0-a7272fa9b6c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "75562507-e632-4a06-92c0-a7272fa9b6c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b00d9113-e0a2-488e-8323-ee80fbd4beb9",
"bb33475b-a6d6-401c-a919-27f2566ae6c9"
],
"Approvers": [
"e2435eff-6357-48c8-92ea-af6b67d0f6f7",
"014a9d6f-dd12-435d-968b-0d9cf8a2a048"
],
"ApprovedBy": "6c67077c-6975-4b3e-ba9a-102c427108ec",
"ApprovalDate": "2026-06-22T20:08:25.9489941+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3e458679-d57a-46fb-a0d6-3b64887dcd87",
"id": "aefdebdd-0054-422c-b969-6a8863ecf64c",
"ConfigId": "5ce79924-16f7-496a-a62e-ed2be93bfeeb"
},
{
"GenerationDate": "2026-06-22T20:08:25.9489941+00:00",
"SubmitDate": "2026-06-22T20:08:25.9489941+00:00",
"ReportPeriodStart": "2026-06-22T20:08:25.9489941+00:00",
"ReportPeriodEnd": "2026-06-22T20:08:25.9489941+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2f14bff8-fdf2-414b-9d50-ca7b5cf988b8",
"Rows": [
{
"ItemId": "75562507-e632-4a06-92c0-a7272fa9b6c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "75562507-e632-4a06-92c0-a7272fa9b6c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2f14bff8-fdf2-414b-9d50-ca7b5cf988b8",
"Rows": [
{
"ItemId": "75562507-e632-4a06-92c0-a7272fa9b6c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "75562507-e632-4a06-92c0-a7272fa9b6c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b00d9113-e0a2-488e-8323-ee80fbd4beb9",
"bb33475b-a6d6-401c-a919-27f2566ae6c9"
],
"Approvers": [
"e2435eff-6357-48c8-92ea-af6b67d0f6f7",
"014a9d6f-dd12-435d-968b-0d9cf8a2a048"
],
"ApprovedBy": "6c67077c-6975-4b3e-ba9a-102c427108ec",
"ApprovalDate": "2026-06-22T20:08:25.9489941+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3e458679-d57a-46fb-a0d6-3b64887dcd87",
"id": "aefdebdd-0054-422c-b969-6a8863ecf64c",
"ConfigId": "5ce79924-16f7-496a-a62e-ed2be93bfeeb"
}
]