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-18T09:46:53.4715464+00:00",
"SubmitDate": "2026-02-18T09:46:53.4715464+00:00",
"ReportPeriodStart": "2026-02-18T09:46:53.4715464+00:00",
"ReportPeriodEnd": "2026-02-18T09:46:53.4715464+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a938dd02-afe2-4be5-8341-3f0fe7e7f9f5",
"Rows": [
{
"ItemId": "64aebf7a-905b-433f-a248-74a65b80dd18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "64aebf7a-905b-433f-a248-74a65b80dd18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a938dd02-afe2-4be5-8341-3f0fe7e7f9f5",
"Rows": [
{
"ItemId": "64aebf7a-905b-433f-a248-74a65b80dd18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "64aebf7a-905b-433f-a248-74a65b80dd18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fcdcb164-f089-48a4-917a-e4fdc645d169",
"27ca0fe4-f50f-4308-8f92-bb95845998b3"
],
"Approvers": [
"77060226-b490-4ffe-a059-468352f17005",
"31d56a51-96f1-4b1b-9a5e-fb3793ca37a4"
],
"ApprovedBy": "189294f8-3a49-405f-a9ba-50e59f285bf1",
"ApprovalDate": "2026-02-18T09:46:53.4871659+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "eefc5941-27d6-4323-9cb2-1b8414c526f5",
"id": "e09c1d4a-7102-466b-aee6-e53a3735cbc7",
"ConfigId": "cfd59b2f-8c0d-481f-a085-b5aeccf3b7ea"
},
{
"GenerationDate": "2026-02-18T09:46:53.4715464+00:00",
"SubmitDate": "2026-02-18T09:46:53.4715464+00:00",
"ReportPeriodStart": "2026-02-18T09:46:53.4715464+00:00",
"ReportPeriodEnd": "2026-02-18T09:46:53.4715464+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a938dd02-afe2-4be5-8341-3f0fe7e7f9f5",
"Rows": [
{
"ItemId": "64aebf7a-905b-433f-a248-74a65b80dd18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "64aebf7a-905b-433f-a248-74a65b80dd18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a938dd02-afe2-4be5-8341-3f0fe7e7f9f5",
"Rows": [
{
"ItemId": "64aebf7a-905b-433f-a248-74a65b80dd18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "64aebf7a-905b-433f-a248-74a65b80dd18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fcdcb164-f089-48a4-917a-e4fdc645d169",
"27ca0fe4-f50f-4308-8f92-bb95845998b3"
],
"Approvers": [
"77060226-b490-4ffe-a059-468352f17005",
"31d56a51-96f1-4b1b-9a5e-fb3793ca37a4"
],
"ApprovedBy": "189294f8-3a49-405f-a9ba-50e59f285bf1",
"ApprovalDate": "2026-02-18T09:46:53.4871659+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "eefc5941-27d6-4323-9cb2-1b8414c526f5",
"id": "e09c1d4a-7102-466b-aee6-e53a3735cbc7",
"ConfigId": "cfd59b2f-8c0d-481f-a085-b5aeccf3b7ea"
}
]