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-08T10:04:13.9158827+00:00",
"SubmitDate": "2025-12-08T10:04:13.9158827+00:00",
"ReportPeriodStart": "2025-12-08T10:04:13.9158827+00:00",
"ReportPeriodEnd": "2025-12-08T10:04:13.9158827+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e87cedc2-35fc-4c38-a877-f19a32f95f88",
"Rows": [
{
"ItemId": "0ebde00c-8f65-4390-b77d-54b8bfc3056e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ebde00c-8f65-4390-b77d-54b8bfc3056e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e87cedc2-35fc-4c38-a877-f19a32f95f88",
"Rows": [
{
"ItemId": "0ebde00c-8f65-4390-b77d-54b8bfc3056e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ebde00c-8f65-4390-b77d-54b8bfc3056e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6926982a-364a-46b2-8adf-c98baab947d1",
"aaa7ed36-3185-461f-a89d-1147d58e580e"
],
"Approvers": [
"d3b6c886-a073-4428-9d40-67023836b089",
"4f4095aa-65c6-427b-92b8-b9d052bde8d1"
],
"ApprovedBy": "a67a5051-a18d-4015-90ca-56ebdf08d0a6",
"ApprovalDate": "2025-12-08T10:04:13.9315214+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "25762e53-9a32-4907-a626-834efcd55906",
"id": "554effb1-833e-44bc-af95-9f1b33ef8c8a",
"ConfigId": "445ffbac-e788-4282-90d1-8d5a953b837b"
},
{
"GenerationDate": "2025-12-08T10:04:13.9158827+00:00",
"SubmitDate": "2025-12-08T10:04:13.9158827+00:00",
"ReportPeriodStart": "2025-12-08T10:04:13.9158827+00:00",
"ReportPeriodEnd": "2025-12-08T10:04:13.9158827+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e87cedc2-35fc-4c38-a877-f19a32f95f88",
"Rows": [
{
"ItemId": "0ebde00c-8f65-4390-b77d-54b8bfc3056e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ebde00c-8f65-4390-b77d-54b8bfc3056e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e87cedc2-35fc-4c38-a877-f19a32f95f88",
"Rows": [
{
"ItemId": "0ebde00c-8f65-4390-b77d-54b8bfc3056e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0ebde00c-8f65-4390-b77d-54b8bfc3056e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6926982a-364a-46b2-8adf-c98baab947d1",
"aaa7ed36-3185-461f-a89d-1147d58e580e"
],
"Approvers": [
"d3b6c886-a073-4428-9d40-67023836b089",
"4f4095aa-65c6-427b-92b8-b9d052bde8d1"
],
"ApprovedBy": "a67a5051-a18d-4015-90ca-56ebdf08d0a6",
"ApprovalDate": "2025-12-08T10:04:13.9315214+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "25762e53-9a32-4907-a626-834efcd55906",
"id": "554effb1-833e-44bc-af95-9f1b33ef8c8a",
"ConfigId": "445ffbac-e788-4282-90d1-8d5a953b837b"
}
]