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-01-25T22:27:49.179109+00:00",
"SubmitDate": "2026-01-25T22:27:49.179109+00:00",
"ReportPeriodStart": "2026-01-25T22:27:49.179109+00:00",
"ReportPeriodEnd": "2026-01-25T22:27:49.179109+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "83ff572f-9489-4746-80fc-c251da5e06c6",
"Rows": [
{
"ItemId": "3c334320-fa61-4fec-a50f-57b50228965b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c334320-fa61-4fec-a50f-57b50228965b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "83ff572f-9489-4746-80fc-c251da5e06c6",
"Rows": [
{
"ItemId": "3c334320-fa61-4fec-a50f-57b50228965b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c334320-fa61-4fec-a50f-57b50228965b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cc83c998-d9f1-4c9e-931e-d066b100e022",
"0f3f667e-a700-4429-9a8c-8747713c93db"
],
"Approvers": [
"c0b0de69-0181-400e-8ae9-327f6aed22d8",
"d35d1d6b-7cff-4411-9594-c40f9543e43f"
],
"ApprovedBy": "f9320253-5ca5-42bd-bfad-51112984c5f1",
"ApprovalDate": "2026-01-25T22:27:49.179109+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "012fbb2c-97ab-422e-bae7-da427ea29319",
"id": "f481eabf-9aa4-4311-a84b-d89d83ff8eee",
"ConfigId": "1e29de6d-c4e8-4153-92ed-6938ebf82675"
},
{
"GenerationDate": "2026-01-25T22:27:49.179109+00:00",
"SubmitDate": "2026-01-25T22:27:49.179109+00:00",
"ReportPeriodStart": "2026-01-25T22:27:49.179109+00:00",
"ReportPeriodEnd": "2026-01-25T22:27:49.179109+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "83ff572f-9489-4746-80fc-c251da5e06c6",
"Rows": [
{
"ItemId": "3c334320-fa61-4fec-a50f-57b50228965b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c334320-fa61-4fec-a50f-57b50228965b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "83ff572f-9489-4746-80fc-c251da5e06c6",
"Rows": [
{
"ItemId": "3c334320-fa61-4fec-a50f-57b50228965b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3c334320-fa61-4fec-a50f-57b50228965b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"cc83c998-d9f1-4c9e-931e-d066b100e022",
"0f3f667e-a700-4429-9a8c-8747713c93db"
],
"Approvers": [
"c0b0de69-0181-400e-8ae9-327f6aed22d8",
"d35d1d6b-7cff-4411-9594-c40f9543e43f"
],
"ApprovedBy": "f9320253-5ca5-42bd-bfad-51112984c5f1",
"ApprovalDate": "2026-01-25T22:27:49.179109+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "012fbb2c-97ab-422e-bae7-da427ea29319",
"id": "f481eabf-9aa4-4311-a84b-d89d83ff8eee",
"ConfigId": "1e29de6d-c4e8-4153-92ed-6938ebf82675"
}
]