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-05T21:05:14.7529036+00:00",
"SubmitDate": "2026-05-05T21:05:14.7529036+00:00",
"ReportPeriodStart": "2026-05-05T21:05:14.7529036+00:00",
"ReportPeriodEnd": "2026-05-05T21:05:14.7529036+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e1202d2c-7869-43cb-8dd2-b45f915b1ae8",
"Rows": [
{
"ItemId": "069926f3-1649-4e1e-8dfc-3ac64e834f7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "069926f3-1649-4e1e-8dfc-3ac64e834f7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e1202d2c-7869-43cb-8dd2-b45f915b1ae8",
"Rows": [
{
"ItemId": "069926f3-1649-4e1e-8dfc-3ac64e834f7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "069926f3-1649-4e1e-8dfc-3ac64e834f7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"668e1b4a-cfef-4396-8fa9-0aa5eac6073f",
"77b4efe1-f130-4af8-b170-d0a35bc5da4a"
],
"Approvers": [
"67c8c452-bd32-422d-8324-e092de2b8fc0",
"3d903464-1a8d-472e-915c-09e669ae8ff8"
],
"ApprovedBy": "adb5022e-72fe-414f-bcdb-8f426160a3ec",
"ApprovalDate": "2026-05-05T21:05:14.7529036+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6804009f-e6a3-4f32-b023-a2e5663a73d7",
"id": "139ecdaa-a6c5-4bc6-93b5-0439641e50b0",
"ConfigId": "fffb38a6-38df-408d-a031-2238e753ed96"
},
{
"GenerationDate": "2026-05-05T21:05:14.7529036+00:00",
"SubmitDate": "2026-05-05T21:05:14.7529036+00:00",
"ReportPeriodStart": "2026-05-05T21:05:14.7529036+00:00",
"ReportPeriodEnd": "2026-05-05T21:05:14.7529036+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e1202d2c-7869-43cb-8dd2-b45f915b1ae8",
"Rows": [
{
"ItemId": "069926f3-1649-4e1e-8dfc-3ac64e834f7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "069926f3-1649-4e1e-8dfc-3ac64e834f7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e1202d2c-7869-43cb-8dd2-b45f915b1ae8",
"Rows": [
{
"ItemId": "069926f3-1649-4e1e-8dfc-3ac64e834f7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "069926f3-1649-4e1e-8dfc-3ac64e834f7c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"668e1b4a-cfef-4396-8fa9-0aa5eac6073f",
"77b4efe1-f130-4af8-b170-d0a35bc5da4a"
],
"Approvers": [
"67c8c452-bd32-422d-8324-e092de2b8fc0",
"3d903464-1a8d-472e-915c-09e669ae8ff8"
],
"ApprovedBy": "adb5022e-72fe-414f-bcdb-8f426160a3ec",
"ApprovalDate": "2026-05-05T21:05:14.7529036+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6804009f-e6a3-4f32-b023-a2e5663a73d7",
"id": "139ecdaa-a6c5-4bc6-93b5-0439641e50b0",
"ConfigId": "fffb38a6-38df-408d-a031-2238e753ed96"
}
]