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-02T20:40:07.5828178+00:00",
"SubmitDate": "2026-05-02T20:40:07.5828178+00:00",
"ReportPeriodStart": "2026-05-02T20:40:07.5828178+00:00",
"ReportPeriodEnd": "2026-05-02T20:40:07.5828178+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d4d00391-7995-4ddb-beaf-03969f80f46f",
"Rows": [
{
"ItemId": "9bc98a82-0304-47c1-9ed6-5c5e4e55479d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9bc98a82-0304-47c1-9ed6-5c5e4e55479d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d4d00391-7995-4ddb-beaf-03969f80f46f",
"Rows": [
{
"ItemId": "9bc98a82-0304-47c1-9ed6-5c5e4e55479d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9bc98a82-0304-47c1-9ed6-5c5e4e55479d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"96d9166c-46b0-496e-aebb-b82e627f1824",
"d0b6da49-0104-42e7-9c7f-b060f9f27b59"
],
"Approvers": [
"a518b23a-a0ce-4fb6-a34a-7bfd10b190a3",
"d3179a5b-ca7c-4124-94ef-6003616eccfb"
],
"ApprovedBy": "275cd4e3-7c56-4900-a430-19c369703aad",
"ApprovalDate": "2026-05-02T20:40:07.5828178+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "904186f2-c4a1-4d65-9c63-9980c56d0253",
"id": "c36176c3-23fb-4f45-b20a-8ac8a0c167c4",
"ConfigId": "3a2577ff-f3f7-4227-871b-15ab487ffe9c"
},
{
"GenerationDate": "2026-05-02T20:40:07.5828178+00:00",
"SubmitDate": "2026-05-02T20:40:07.5828178+00:00",
"ReportPeriodStart": "2026-05-02T20:40:07.5828178+00:00",
"ReportPeriodEnd": "2026-05-02T20:40:07.5828178+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d4d00391-7995-4ddb-beaf-03969f80f46f",
"Rows": [
{
"ItemId": "9bc98a82-0304-47c1-9ed6-5c5e4e55479d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9bc98a82-0304-47c1-9ed6-5c5e4e55479d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d4d00391-7995-4ddb-beaf-03969f80f46f",
"Rows": [
{
"ItemId": "9bc98a82-0304-47c1-9ed6-5c5e4e55479d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9bc98a82-0304-47c1-9ed6-5c5e4e55479d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"96d9166c-46b0-496e-aebb-b82e627f1824",
"d0b6da49-0104-42e7-9c7f-b060f9f27b59"
],
"Approvers": [
"a518b23a-a0ce-4fb6-a34a-7bfd10b190a3",
"d3179a5b-ca7c-4124-94ef-6003616eccfb"
],
"ApprovedBy": "275cd4e3-7c56-4900-a430-19c369703aad",
"ApprovalDate": "2026-05-02T20:40:07.5828178+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "904186f2-c4a1-4d65-9c63-9980c56d0253",
"id": "c36176c3-23fb-4f45-b20a-8ac8a0c167c4",
"ConfigId": "3a2577ff-f3f7-4227-871b-15ab487ffe9c"
}
]