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-02-15T09:20:02.025084+00:00",
"SubmitDate": "2026-02-15T09:20:02.025084+00:00",
"ReportPeriodStart": "2026-02-15T09:20:02.025084+00:00",
"ReportPeriodEnd": "2026-02-15T09:20:02.025084+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8724bd69-0cff-4fb0-bb54-e840c56a4722",
"Rows": [
{
"ItemId": "faabff50-162d-4117-b3bf-2b511bb8134b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "faabff50-162d-4117-b3bf-2b511bb8134b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8724bd69-0cff-4fb0-bb54-e840c56a4722",
"Rows": [
{
"ItemId": "faabff50-162d-4117-b3bf-2b511bb8134b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "faabff50-162d-4117-b3bf-2b511bb8134b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3dfe3c4f-f79c-456a-9bcc-ad8651c29446",
"bde5c8f7-0c61-4595-a001-26ed037cf5be"
],
"Approvers": [
"50cf7d28-f9bc-4a97-ae26-bd7290a9ba8e",
"5d8675e6-9abb-425d-9b5e-3f6e65fac406"
],
"ApprovedBy": "6396e9ea-ca24-4adb-acdf-b065feefda82",
"ApprovalDate": "2026-02-15T09:20:02.0407093+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e9c3686d-d002-4cee-8e01-e5ed9e44886f",
"id": "9d10b389-eab0-47a0-aa05-d30d38284ca7",
"ConfigId": "a6c14124-7f0b-48a4-acea-bde14b038b9b"
},
{
"GenerationDate": "2026-02-15T09:20:02.025084+00:00",
"SubmitDate": "2026-02-15T09:20:02.025084+00:00",
"ReportPeriodStart": "2026-02-15T09:20:02.025084+00:00",
"ReportPeriodEnd": "2026-02-15T09:20:02.025084+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8724bd69-0cff-4fb0-bb54-e840c56a4722",
"Rows": [
{
"ItemId": "faabff50-162d-4117-b3bf-2b511bb8134b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "faabff50-162d-4117-b3bf-2b511bb8134b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8724bd69-0cff-4fb0-bb54-e840c56a4722",
"Rows": [
{
"ItemId": "faabff50-162d-4117-b3bf-2b511bb8134b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "faabff50-162d-4117-b3bf-2b511bb8134b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3dfe3c4f-f79c-456a-9bcc-ad8651c29446",
"bde5c8f7-0c61-4595-a001-26ed037cf5be"
],
"Approvers": [
"50cf7d28-f9bc-4a97-ae26-bd7290a9ba8e",
"5d8675e6-9abb-425d-9b5e-3f6e65fac406"
],
"ApprovedBy": "6396e9ea-ca24-4adb-acdf-b065feefda82",
"ApprovalDate": "2026-02-15T09:20:02.0407093+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e9c3686d-d002-4cee-8e01-e5ed9e44886f",
"id": "9d10b389-eab0-47a0-aa05-d30d38284ca7",
"ConfigId": "a6c14124-7f0b-48a4-acea-bde14b038b9b"
}
]