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-06-05T00:10:28.0980117+00:00",
"SubmitDate": "2026-06-05T00:10:28.0980117+00:00",
"ReportPeriodStart": "2026-06-05T00:10:28.0980117+00:00",
"ReportPeriodEnd": "2026-06-05T00:10:28.0980117+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "def6c06c-9036-4f3c-aa33-ecf8b170cd13",
"Rows": [
{
"ItemId": "1659d54a-c8bf-4a48-8a20-a87d116d7706",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1659d54a-c8bf-4a48-8a20-a87d116d7706",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "def6c06c-9036-4f3c-aa33-ecf8b170cd13",
"Rows": [
{
"ItemId": "1659d54a-c8bf-4a48-8a20-a87d116d7706",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1659d54a-c8bf-4a48-8a20-a87d116d7706",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"eb0a1e4d-3361-4f32-b7a1-4e89639778ac",
"897e2d31-e26d-4ab6-af2a-3b0964f1773e"
],
"Approvers": [
"296e9738-174c-4038-92e4-e5ac96d13c5b",
"ebb94d78-44db-403d-80e0-50c890f10c4d"
],
"ApprovedBy": "ccda9c71-fcb4-4e01-8170-e1084725aa75",
"ApprovalDate": "2026-06-05T00:10:28.0980117+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f585ad39-a34d-4f8f-833a-96a419b609c1",
"id": "bb7ab774-c0e4-4c2e-a222-46193bb4ecee",
"ConfigId": "e45042bd-ea15-4693-aeea-55697db39a4f"
},
{
"GenerationDate": "2026-06-05T00:10:28.0980117+00:00",
"SubmitDate": "2026-06-05T00:10:28.0980117+00:00",
"ReportPeriodStart": "2026-06-05T00:10:28.0980117+00:00",
"ReportPeriodEnd": "2026-06-05T00:10:28.0980117+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "def6c06c-9036-4f3c-aa33-ecf8b170cd13",
"Rows": [
{
"ItemId": "1659d54a-c8bf-4a48-8a20-a87d116d7706",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1659d54a-c8bf-4a48-8a20-a87d116d7706",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "def6c06c-9036-4f3c-aa33-ecf8b170cd13",
"Rows": [
{
"ItemId": "1659d54a-c8bf-4a48-8a20-a87d116d7706",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1659d54a-c8bf-4a48-8a20-a87d116d7706",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"eb0a1e4d-3361-4f32-b7a1-4e89639778ac",
"897e2d31-e26d-4ab6-af2a-3b0964f1773e"
],
"Approvers": [
"296e9738-174c-4038-92e4-e5ac96d13c5b",
"ebb94d78-44db-403d-80e0-50c890f10c4d"
],
"ApprovedBy": "ccda9c71-fcb4-4e01-8170-e1084725aa75",
"ApprovalDate": "2026-06-05T00:10:28.0980117+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f585ad39-a34d-4f8f-833a-96a419b609c1",
"id": "bb7ab774-c0e4-4c2e-a222-46193bb4ecee",
"ConfigId": "e45042bd-ea15-4693-aeea-55697db39a4f"
}
]