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-28T02:58:06.0700134+00:00",
"SubmitDate": "2026-05-28T02:58:06.0700134+00:00",
"ReportPeriodStart": "2026-05-28T02:58:06.0700134+00:00",
"ReportPeriodEnd": "2026-05-28T02:58:06.0700134+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dbbe4a31-b9e7-4d56-a237-260f92dfd88e",
"Rows": [
{
"ItemId": "cba046ab-38e5-484d-872e-2712da3ba444",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cba046ab-38e5-484d-872e-2712da3ba444",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dbbe4a31-b9e7-4d56-a237-260f92dfd88e",
"Rows": [
{
"ItemId": "cba046ab-38e5-484d-872e-2712da3ba444",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cba046ab-38e5-484d-872e-2712da3ba444",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"eeeec1bd-d040-4a31-824d-d4f4404c83d0",
"003e7ce4-1592-4fe3-b29f-2a3c13f6cdef"
],
"Approvers": [
"0ebb2cf6-e8b3-4345-8a69-eb6e4ac6c4e2",
"43025c59-7d4b-4db5-95db-de938dbad9a1"
],
"ApprovedBy": "9f353803-95be-4c43-838d-8ffb23373f11",
"ApprovalDate": "2026-05-28T02:58:06.0700134+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "607abac7-2c2b-4c11-b755-63f6d3e663bb",
"id": "2b17dca4-ae6b-4567-9801-92ca595567d1",
"ConfigId": "ecdc03fb-bd3f-4b2e-ac1d-2e618b0cb10e"
},
{
"GenerationDate": "2026-05-28T02:58:06.0700134+00:00",
"SubmitDate": "2026-05-28T02:58:06.0700134+00:00",
"ReportPeriodStart": "2026-05-28T02:58:06.0700134+00:00",
"ReportPeriodEnd": "2026-05-28T02:58:06.0700134+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dbbe4a31-b9e7-4d56-a237-260f92dfd88e",
"Rows": [
{
"ItemId": "cba046ab-38e5-484d-872e-2712da3ba444",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cba046ab-38e5-484d-872e-2712da3ba444",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dbbe4a31-b9e7-4d56-a237-260f92dfd88e",
"Rows": [
{
"ItemId": "cba046ab-38e5-484d-872e-2712da3ba444",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cba046ab-38e5-484d-872e-2712da3ba444",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"eeeec1bd-d040-4a31-824d-d4f4404c83d0",
"003e7ce4-1592-4fe3-b29f-2a3c13f6cdef"
],
"Approvers": [
"0ebb2cf6-e8b3-4345-8a69-eb6e4ac6c4e2",
"43025c59-7d4b-4db5-95db-de938dbad9a1"
],
"ApprovedBy": "9f353803-95be-4c43-838d-8ffb23373f11",
"ApprovalDate": "2026-05-28T02:58:06.0700134+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "607abac7-2c2b-4c11-b755-63f6d3e663bb",
"id": "2b17dca4-ae6b-4567-9801-92ca595567d1",
"ConfigId": "ecdc03fb-bd3f-4b2e-ac1d-2e618b0cb10e"
}
]