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-22T01:56:51.1444797+00:00",
"SubmitDate": "2026-05-22T01:56:51.1444797+00:00",
"ReportPeriodStart": "2026-05-22T01:56:51.1444797+00:00",
"ReportPeriodEnd": "2026-05-22T01:56:51.1444797+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b7b87c21-5ec8-4e43-ad76-487188122945",
"Rows": [
{
"ItemId": "230dcecf-2a88-4e81-9ee8-0bde897f6e59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "230dcecf-2a88-4e81-9ee8-0bde897f6e59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b7b87c21-5ec8-4e43-ad76-487188122945",
"Rows": [
{
"ItemId": "230dcecf-2a88-4e81-9ee8-0bde897f6e59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "230dcecf-2a88-4e81-9ee8-0bde897f6e59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f9e94b00-578c-43ed-9675-704bc7946fd9",
"c62c8202-4dca-4ccf-9730-2bf7e4d472b3"
],
"Approvers": [
"3304515b-ae91-422f-a381-0afe2056675f",
"28d1dfcf-699c-4708-9b43-56c898216698"
],
"ApprovedBy": "b622cfed-5319-48f2-b553-938775d1183d",
"ApprovalDate": "2026-05-22T01:56:51.1444797+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d4964f29-5ff4-477e-a096-8d930441f3b7",
"id": "7f1de32d-98b0-44cc-b09f-0294fc996ca9",
"ConfigId": "423b40d3-d184-4326-99cd-120a21e30df6"
},
{
"GenerationDate": "2026-05-22T01:56:51.1444797+00:00",
"SubmitDate": "2026-05-22T01:56:51.1444797+00:00",
"ReportPeriodStart": "2026-05-22T01:56:51.1444797+00:00",
"ReportPeriodEnd": "2026-05-22T01:56:51.1444797+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b7b87c21-5ec8-4e43-ad76-487188122945",
"Rows": [
{
"ItemId": "230dcecf-2a88-4e81-9ee8-0bde897f6e59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "230dcecf-2a88-4e81-9ee8-0bde897f6e59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b7b87c21-5ec8-4e43-ad76-487188122945",
"Rows": [
{
"ItemId": "230dcecf-2a88-4e81-9ee8-0bde897f6e59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "230dcecf-2a88-4e81-9ee8-0bde897f6e59",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f9e94b00-578c-43ed-9675-704bc7946fd9",
"c62c8202-4dca-4ccf-9730-2bf7e4d472b3"
],
"Approvers": [
"3304515b-ae91-422f-a381-0afe2056675f",
"28d1dfcf-699c-4708-9b43-56c898216698"
],
"ApprovedBy": "b622cfed-5319-48f2-b553-938775d1183d",
"ApprovalDate": "2026-05-22T01:56:51.1444797+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d4964f29-5ff4-477e-a096-8d930441f3b7",
"id": "7f1de32d-98b0-44cc-b09f-0294fc996ca9",
"ConfigId": "423b40d3-d184-4326-99cd-120a21e30df6"
}
]