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-07T01:10:49.7594199+00:00",
"SubmitDate": "2026-06-07T01:10:49.7594199+00:00",
"ReportPeriodStart": "2026-06-07T01:10:49.7594199+00:00",
"ReportPeriodEnd": "2026-06-07T01:10:49.7594199+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "392409f1-7ad1-43c9-8544-fd2f0fa92808",
"Rows": [
{
"ItemId": "7435e341-d60a-4c2c-b10f-4d1791d8f56c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7435e341-d60a-4c2c-b10f-4d1791d8f56c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "392409f1-7ad1-43c9-8544-fd2f0fa92808",
"Rows": [
{
"ItemId": "7435e341-d60a-4c2c-b10f-4d1791d8f56c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7435e341-d60a-4c2c-b10f-4d1791d8f56c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1b585241-ba2c-4cdc-964a-1718a10109aa",
"f26af1ff-3e60-40e5-a156-b4d06b22bff5"
],
"Approvers": [
"686bd75f-13e7-4eda-acd9-f31d511ad3fc",
"2e316615-9c87-47a2-87be-03f1d411a0a2"
],
"ApprovedBy": "f6002e5a-f2db-46cc-ae7a-250aa2271918",
"ApprovalDate": "2026-06-07T01:10:49.7594199+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "35efcc13-f454-4c94-bfe9-9f710cd953ec",
"id": "3087b187-b35c-4caf-acda-e884824f41ab",
"ConfigId": "dfdee236-b26e-4665-ab12-493dca643787"
},
{
"GenerationDate": "2026-06-07T01:10:49.7594199+00:00",
"SubmitDate": "2026-06-07T01:10:49.7594199+00:00",
"ReportPeriodStart": "2026-06-07T01:10:49.7594199+00:00",
"ReportPeriodEnd": "2026-06-07T01:10:49.7594199+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "392409f1-7ad1-43c9-8544-fd2f0fa92808",
"Rows": [
{
"ItemId": "7435e341-d60a-4c2c-b10f-4d1791d8f56c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7435e341-d60a-4c2c-b10f-4d1791d8f56c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "392409f1-7ad1-43c9-8544-fd2f0fa92808",
"Rows": [
{
"ItemId": "7435e341-d60a-4c2c-b10f-4d1791d8f56c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7435e341-d60a-4c2c-b10f-4d1791d8f56c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1b585241-ba2c-4cdc-964a-1718a10109aa",
"f26af1ff-3e60-40e5-a156-b4d06b22bff5"
],
"Approvers": [
"686bd75f-13e7-4eda-acd9-f31d511ad3fc",
"2e316615-9c87-47a2-87be-03f1d411a0a2"
],
"ApprovedBy": "f6002e5a-f2db-46cc-ae7a-250aa2271918",
"ApprovalDate": "2026-06-07T01:10:49.7594199+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "35efcc13-f454-4c94-bfe9-9f710cd953ec",
"id": "3087b187-b35c-4caf-acda-e884824f41ab",
"ConfigId": "dfdee236-b26e-4665-ab12-493dca643787"
}
]