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-04-29T04:03:17.7153466+00:00",
"SubmitDate": "2026-04-29T04:03:17.7153466+00:00",
"ReportPeriodStart": "2026-04-29T04:03:17.7153466+00:00",
"ReportPeriodEnd": "2026-04-29T04:03:17.7153466+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4a37912a-933e-488b-8360-2cab61a467b3",
"Rows": [
{
"ItemId": "6c7aa67b-ba00-4570-a22b-38458473d627",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6c7aa67b-ba00-4570-a22b-38458473d627",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4a37912a-933e-488b-8360-2cab61a467b3",
"Rows": [
{
"ItemId": "6c7aa67b-ba00-4570-a22b-38458473d627",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6c7aa67b-ba00-4570-a22b-38458473d627",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e18735cb-2098-4f98-9238-d73e37442180",
"b1c8e9c4-0abd-48f4-b36f-f3abfa07a44d"
],
"Approvers": [
"a950ce04-3682-4c03-9750-a5c177bb58e7",
"3191924e-5630-448e-a7f7-162d59c3c10a"
],
"ApprovedBy": "a47adf81-0746-407c-baee-4fc9f2c882bf",
"ApprovalDate": "2026-04-29T04:03:17.7153466+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "62ed71d7-ab7f-4cb6-a99a-988c21441df7",
"id": "c6bb0094-9b51-412a-90eb-7b894fffa0a8",
"ConfigId": "1c3adecf-8ba3-4804-ab82-66073e948e58"
},
{
"GenerationDate": "2026-04-29T04:03:17.7153466+00:00",
"SubmitDate": "2026-04-29T04:03:17.7153466+00:00",
"ReportPeriodStart": "2026-04-29T04:03:17.7153466+00:00",
"ReportPeriodEnd": "2026-04-29T04:03:17.7153466+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4a37912a-933e-488b-8360-2cab61a467b3",
"Rows": [
{
"ItemId": "6c7aa67b-ba00-4570-a22b-38458473d627",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6c7aa67b-ba00-4570-a22b-38458473d627",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4a37912a-933e-488b-8360-2cab61a467b3",
"Rows": [
{
"ItemId": "6c7aa67b-ba00-4570-a22b-38458473d627",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6c7aa67b-ba00-4570-a22b-38458473d627",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e18735cb-2098-4f98-9238-d73e37442180",
"b1c8e9c4-0abd-48f4-b36f-f3abfa07a44d"
],
"Approvers": [
"a950ce04-3682-4c03-9750-a5c177bb58e7",
"3191924e-5630-448e-a7f7-162d59c3c10a"
],
"ApprovedBy": "a47adf81-0746-407c-baee-4fc9f2c882bf",
"ApprovalDate": "2026-04-29T04:03:17.7153466+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "62ed71d7-ab7f-4cb6-a99a-988c21441df7",
"id": "c6bb0094-9b51-412a-90eb-7b894fffa0a8",
"ConfigId": "1c3adecf-8ba3-4804-ab82-66073e948e58"
}
]