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": "2025-12-07T19:39:46.25198+00:00",
"SubmitDate": "2025-12-07T19:39:46.25198+00:00",
"ReportPeriodStart": "2025-12-07T19:39:46.25198+00:00",
"ReportPeriodEnd": "2025-12-07T19:39:46.25198+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "268d75c0-ac2f-4e90-a075-bb326934347a",
"Rows": [
{
"ItemId": "875ff495-69f7-4035-aa41-6ea9383860c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "875ff495-69f7-4035-aa41-6ea9383860c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "268d75c0-ac2f-4e90-a075-bb326934347a",
"Rows": [
{
"ItemId": "875ff495-69f7-4035-aa41-6ea9383860c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "875ff495-69f7-4035-aa41-6ea9383860c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6fbd402c-94b7-45cb-b147-0699bc93af23",
"9aebcca8-13a3-4892-a07f-d1cf8be1bec3"
],
"Approvers": [
"54ffe721-c15f-4793-80c1-f68b5d8b6f3b",
"0c0e0370-3277-4d85-8f6a-34ca3b573479"
],
"ApprovedBy": "e4b8b1a4-7973-43b6-83a0-11a73087d5ab",
"ApprovalDate": "2025-12-07T19:39:46.25198+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4b7ae393-8278-4018-b62b-4ea9e8454b7a",
"id": "14751635-3d63-4fc7-846a-84a609619959",
"ConfigId": "82ae1396-eb7f-46ee-b0ba-f8086eca5622"
},
{
"GenerationDate": "2025-12-07T19:39:46.25198+00:00",
"SubmitDate": "2025-12-07T19:39:46.25198+00:00",
"ReportPeriodStart": "2025-12-07T19:39:46.25198+00:00",
"ReportPeriodEnd": "2025-12-07T19:39:46.25198+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "268d75c0-ac2f-4e90-a075-bb326934347a",
"Rows": [
{
"ItemId": "875ff495-69f7-4035-aa41-6ea9383860c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "875ff495-69f7-4035-aa41-6ea9383860c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "268d75c0-ac2f-4e90-a075-bb326934347a",
"Rows": [
{
"ItemId": "875ff495-69f7-4035-aa41-6ea9383860c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "875ff495-69f7-4035-aa41-6ea9383860c8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6fbd402c-94b7-45cb-b147-0699bc93af23",
"9aebcca8-13a3-4892-a07f-d1cf8be1bec3"
],
"Approvers": [
"54ffe721-c15f-4793-80c1-f68b5d8b6f3b",
"0c0e0370-3277-4d85-8f6a-34ca3b573479"
],
"ApprovedBy": "e4b8b1a4-7973-43b6-83a0-11a73087d5ab",
"ApprovalDate": "2025-12-07T19:39:46.25198+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4b7ae393-8278-4018-b62b-4ea9e8454b7a",
"id": "14751635-3d63-4fc7-846a-84a609619959",
"ConfigId": "82ae1396-eb7f-46ee-b0ba-f8086eca5622"
}
]