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-24T11:20:49.5860728+00:00",
"SubmitDate": "2026-05-24T11:20:49.5860728+00:00",
"ReportPeriodStart": "2026-05-24T11:20:49.5860728+00:00",
"ReportPeriodEnd": "2026-05-24T11:20:49.5860728+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "820b25ae-7483-455c-81ca-a53550d5bbc0",
"Rows": [
{
"ItemId": "97437aa2-3f78-45bc-95a6-2bfb72d4f260",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "97437aa2-3f78-45bc-95a6-2bfb72d4f260",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "820b25ae-7483-455c-81ca-a53550d5bbc0",
"Rows": [
{
"ItemId": "97437aa2-3f78-45bc-95a6-2bfb72d4f260",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "97437aa2-3f78-45bc-95a6-2bfb72d4f260",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b563fbf8-4058-41f3-a104-a0025e7ed550",
"d6d943e4-4007-4146-bd21-d0e05a02dd29"
],
"Approvers": [
"bc1c2085-3651-4968-ab93-15773a4faf8e",
"fc2ea676-bcd4-44ed-a9e9-3cd398cc2513"
],
"ApprovedBy": "805aba0b-53f6-421c-b95e-9be57019661e",
"ApprovalDate": "2026-05-24T11:20:49.5860728+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b9804211-f6ca-4057-9dc5-e9234659d6d2",
"id": "e73be27f-02e3-488f-ab9c-2ccb87552b9f",
"ConfigId": "e91176e9-f19f-41a5-9bf3-ff0148e1aeb5"
},
{
"GenerationDate": "2026-05-24T11:20:49.5860728+00:00",
"SubmitDate": "2026-05-24T11:20:49.5860728+00:00",
"ReportPeriodStart": "2026-05-24T11:20:49.5860728+00:00",
"ReportPeriodEnd": "2026-05-24T11:20:49.5860728+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "820b25ae-7483-455c-81ca-a53550d5bbc0",
"Rows": [
{
"ItemId": "97437aa2-3f78-45bc-95a6-2bfb72d4f260",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "97437aa2-3f78-45bc-95a6-2bfb72d4f260",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "820b25ae-7483-455c-81ca-a53550d5bbc0",
"Rows": [
{
"ItemId": "97437aa2-3f78-45bc-95a6-2bfb72d4f260",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "97437aa2-3f78-45bc-95a6-2bfb72d4f260",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b563fbf8-4058-41f3-a104-a0025e7ed550",
"d6d943e4-4007-4146-bd21-d0e05a02dd29"
],
"Approvers": [
"bc1c2085-3651-4968-ab93-15773a4faf8e",
"fc2ea676-bcd4-44ed-a9e9-3cd398cc2513"
],
"ApprovedBy": "805aba0b-53f6-421c-b95e-9be57019661e",
"ApprovalDate": "2026-05-24T11:20:49.5860728+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b9804211-f6ca-4057-9dc5-e9234659d6d2",
"id": "e73be27f-02e3-488f-ab9c-2ccb87552b9f",
"ConfigId": "e91176e9-f19f-41a5-9bf3-ff0148e1aeb5"
}
]