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-27T18:59:09.3885108+00:00",
"SubmitDate": "2026-02-27T18:59:09.3885108+00:00",
"ReportPeriodStart": "2026-02-27T18:59:09.3885108+00:00",
"ReportPeriodEnd": "2026-02-27T18:59:09.3885108+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dba78c63-0624-4e05-8e7f-41b5df6a3f8a",
"Rows": [
{
"ItemId": "a54de864-dc07-4a9b-ada8-b51beddb4c65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a54de864-dc07-4a9b-ada8-b51beddb4c65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dba78c63-0624-4e05-8e7f-41b5df6a3f8a",
"Rows": [
{
"ItemId": "a54de864-dc07-4a9b-ada8-b51beddb4c65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a54de864-dc07-4a9b-ada8-b51beddb4c65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e06cac1f-05b6-4bce-bbff-4d108eb7d198",
"7966ec42-9324-45d3-ad19-df176de9b80e"
],
"Approvers": [
"db96cfab-0e75-41c8-bb61-327af452f593",
"7855ae97-db7c-4c0b-83ac-719665ff30db"
],
"ApprovedBy": "2d4b0314-0a83-426a-a3c9-ff4b3c7436e4",
"ApprovalDate": "2026-02-27T18:59:09.3885108+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c589e2ff-ae84-412d-b617-8aa6669034f7",
"id": "5d27336c-4436-4439-bded-94452b9b44dd",
"ConfigId": "3e701f89-c351-48be-b0d9-f08c9f60bf2c"
},
{
"GenerationDate": "2026-02-27T18:59:09.3885108+00:00",
"SubmitDate": "2026-02-27T18:59:09.3885108+00:00",
"ReportPeriodStart": "2026-02-27T18:59:09.3885108+00:00",
"ReportPeriodEnd": "2026-02-27T18:59:09.3885108+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dba78c63-0624-4e05-8e7f-41b5df6a3f8a",
"Rows": [
{
"ItemId": "a54de864-dc07-4a9b-ada8-b51beddb4c65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a54de864-dc07-4a9b-ada8-b51beddb4c65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dba78c63-0624-4e05-8e7f-41b5df6a3f8a",
"Rows": [
{
"ItemId": "a54de864-dc07-4a9b-ada8-b51beddb4c65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a54de864-dc07-4a9b-ada8-b51beddb4c65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e06cac1f-05b6-4bce-bbff-4d108eb7d198",
"7966ec42-9324-45d3-ad19-df176de9b80e"
],
"Approvers": [
"db96cfab-0e75-41c8-bb61-327af452f593",
"7855ae97-db7c-4c0b-83ac-719665ff30db"
],
"ApprovedBy": "2d4b0314-0a83-426a-a3c9-ff4b3c7436e4",
"ApprovalDate": "2026-02-27T18:59:09.3885108+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c589e2ff-ae84-412d-b617-8aa6669034f7",
"id": "5d27336c-4436-4439-bded-94452b9b44dd",
"ConfigId": "3e701f89-c351-48be-b0d9-f08c9f60bf2c"
}
]