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-04-16T21:37:54.8815717+00:00",
"SubmitDate": "2026-04-16T21:37:54.8815717+00:00",
"ReportPeriodStart": "2026-04-16T21:37:54.8815717+00:00",
"ReportPeriodEnd": "2026-04-16T21:37:54.8815717+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7db3dc26-36c2-4f24-bcf1-413a720a2437",
"Rows": [
{
"ItemId": "2a87ee85-44b1-4a86-a63a-3754951a8e12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a87ee85-44b1-4a86-a63a-3754951a8e12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7db3dc26-36c2-4f24-bcf1-413a720a2437",
"Rows": [
{
"ItemId": "2a87ee85-44b1-4a86-a63a-3754951a8e12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a87ee85-44b1-4a86-a63a-3754951a8e12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9d491c16-6aad-4e1d-90db-c5905610c265",
"9adb390b-2ec9-488c-a30b-002ddb2138b9"
],
"Approvers": [
"1c6878ed-8cda-4b09-9f50-3d40b0a79eda",
"42b45d1c-a80c-4e64-ba1a-01b72e2d9911"
],
"ApprovedBy": "e2a3ba04-9321-4ee8-84b6-ff68e4ac28e0",
"ApprovalDate": "2026-04-16T21:37:54.8815717+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a8373609-b656-4ce7-bc1d-d12f6822c230",
"id": "bf36e7a8-035d-4585-aa99-c583aae062b4",
"ConfigId": "a5445cd0-8787-411e-bf1c-dc61436c7c30"
},
{
"GenerationDate": "2026-04-16T21:37:54.8815717+00:00",
"SubmitDate": "2026-04-16T21:37:54.8815717+00:00",
"ReportPeriodStart": "2026-04-16T21:37:54.8815717+00:00",
"ReportPeriodEnd": "2026-04-16T21:37:54.8815717+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7db3dc26-36c2-4f24-bcf1-413a720a2437",
"Rows": [
{
"ItemId": "2a87ee85-44b1-4a86-a63a-3754951a8e12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a87ee85-44b1-4a86-a63a-3754951a8e12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7db3dc26-36c2-4f24-bcf1-413a720a2437",
"Rows": [
{
"ItemId": "2a87ee85-44b1-4a86-a63a-3754951a8e12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a87ee85-44b1-4a86-a63a-3754951a8e12",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9d491c16-6aad-4e1d-90db-c5905610c265",
"9adb390b-2ec9-488c-a30b-002ddb2138b9"
],
"Approvers": [
"1c6878ed-8cda-4b09-9f50-3d40b0a79eda",
"42b45d1c-a80c-4e64-ba1a-01b72e2d9911"
],
"ApprovedBy": "e2a3ba04-9321-4ee8-84b6-ff68e4ac28e0",
"ApprovalDate": "2026-04-16T21:37:54.8815717+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a8373609-b656-4ce7-bc1d-d12f6822c230",
"id": "bf36e7a8-035d-4585-aa99-c583aae062b4",
"ConfigId": "a5445cd0-8787-411e-bf1c-dc61436c7c30"
}
]