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-29T17:02:22.3496696+00:00",
"SubmitDate": "2026-01-29T17:02:22.3496696+00:00",
"ReportPeriodStart": "2026-01-29T17:02:22.3496696+00:00",
"ReportPeriodEnd": "2026-01-29T17:02:22.3496696+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "69d84370-1853-482f-8a29-d658b48c7a99",
"Rows": [
{
"ItemId": "e5a865d1-f3f4-45d2-b634-a9188cbbc860",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e5a865d1-f3f4-45d2-b634-a9188cbbc860",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "69d84370-1853-482f-8a29-d658b48c7a99",
"Rows": [
{
"ItemId": "e5a865d1-f3f4-45d2-b634-a9188cbbc860",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e5a865d1-f3f4-45d2-b634-a9188cbbc860",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bea43383-c343-4215-a352-b704f492f6c1",
"e5a36d4d-fb1f-40e1-bb1c-9f35010378fe"
],
"Approvers": [
"a0a13a0e-8d1a-4a31-982c-e1acd5a4f21a",
"b61e171d-b223-4348-bbfa-3261a07bb8bf"
],
"ApprovedBy": "622e7f4c-de97-434d-b012-91bb4532cde0",
"ApprovalDate": "2026-01-29T17:02:22.3496696+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8a0f5524-ca5e-48e5-a74d-762510a62447",
"id": "783fdb62-558c-4131-bf2d-f7232b342cd1",
"ConfigId": "e4e34810-f1f8-466e-92e0-54888ab6fde4"
},
{
"GenerationDate": "2026-01-29T17:02:22.3496696+00:00",
"SubmitDate": "2026-01-29T17:02:22.3496696+00:00",
"ReportPeriodStart": "2026-01-29T17:02:22.3496696+00:00",
"ReportPeriodEnd": "2026-01-29T17:02:22.3496696+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "69d84370-1853-482f-8a29-d658b48c7a99",
"Rows": [
{
"ItemId": "e5a865d1-f3f4-45d2-b634-a9188cbbc860",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e5a865d1-f3f4-45d2-b634-a9188cbbc860",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "69d84370-1853-482f-8a29-d658b48c7a99",
"Rows": [
{
"ItemId": "e5a865d1-f3f4-45d2-b634-a9188cbbc860",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e5a865d1-f3f4-45d2-b634-a9188cbbc860",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bea43383-c343-4215-a352-b704f492f6c1",
"e5a36d4d-fb1f-40e1-bb1c-9f35010378fe"
],
"Approvers": [
"a0a13a0e-8d1a-4a31-982c-e1acd5a4f21a",
"b61e171d-b223-4348-bbfa-3261a07bb8bf"
],
"ApprovedBy": "622e7f4c-de97-434d-b012-91bb4532cde0",
"ApprovalDate": "2026-01-29T17:02:22.3496696+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8a0f5524-ca5e-48e5-a74d-762510a62447",
"id": "783fdb62-558c-4131-bf2d-f7232b342cd1",
"ConfigId": "e4e34810-f1f8-466e-92e0-54888ab6fde4"
}
]