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-22T15:14:46.3004948+00:00",
"SubmitDate": "2026-05-22T15:14:46.3004948+00:00",
"ReportPeriodStart": "2026-05-22T15:14:46.3004948+00:00",
"ReportPeriodEnd": "2026-05-22T15:14:46.3004948+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9f195489-4854-491d-ae31-d10fd606f549",
"Rows": [
{
"ItemId": "0b7ca7d8-5766-4ce8-a753-61b9cc663399",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b7ca7d8-5766-4ce8-a753-61b9cc663399",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9f195489-4854-491d-ae31-d10fd606f549",
"Rows": [
{
"ItemId": "0b7ca7d8-5766-4ce8-a753-61b9cc663399",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b7ca7d8-5766-4ce8-a753-61b9cc663399",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2005da69-a43e-4b58-8a62-6004a7b8ee7b",
"13fe32c9-5c7f-46b3-8d2b-28804a0f0498"
],
"Approvers": [
"60ed3cd6-8890-4fd8-8d80-5a3a30ce937a",
"b06c8b24-cd77-4006-97c3-04c6e48b1751"
],
"ApprovedBy": "1a3d4deb-a63b-4ee2-8be8-5414ca735f62",
"ApprovalDate": "2026-05-22T15:14:46.3004948+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "77b79a7f-1972-48bf-8028-565deeddd732",
"id": "5cf0055c-40d2-4743-8e44-222d5777c5f3",
"ConfigId": "85507bde-2d29-4856-b1e2-c384d038d92e"
},
{
"GenerationDate": "2026-05-22T15:14:46.3004948+00:00",
"SubmitDate": "2026-05-22T15:14:46.3004948+00:00",
"ReportPeriodStart": "2026-05-22T15:14:46.3004948+00:00",
"ReportPeriodEnd": "2026-05-22T15:14:46.3004948+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9f195489-4854-491d-ae31-d10fd606f549",
"Rows": [
{
"ItemId": "0b7ca7d8-5766-4ce8-a753-61b9cc663399",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b7ca7d8-5766-4ce8-a753-61b9cc663399",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9f195489-4854-491d-ae31-d10fd606f549",
"Rows": [
{
"ItemId": "0b7ca7d8-5766-4ce8-a753-61b9cc663399",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b7ca7d8-5766-4ce8-a753-61b9cc663399",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2005da69-a43e-4b58-8a62-6004a7b8ee7b",
"13fe32c9-5c7f-46b3-8d2b-28804a0f0498"
],
"Approvers": [
"60ed3cd6-8890-4fd8-8d80-5a3a30ce937a",
"b06c8b24-cd77-4006-97c3-04c6e48b1751"
],
"ApprovedBy": "1a3d4deb-a63b-4ee2-8be8-5414ca735f62",
"ApprovalDate": "2026-05-22T15:14:46.3004948+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "77b79a7f-1972-48bf-8028-565deeddd732",
"id": "5cf0055c-40d2-4743-8e44-222d5777c5f3",
"ConfigId": "85507bde-2d29-4856-b1e2-c384d038d92e"
}
]