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-31T02:54:49.9375981+00:00",
"SubmitDate": "2026-01-31T02:54:49.9375981+00:00",
"ReportPeriodStart": "2026-01-31T02:54:49.9375981+00:00",
"ReportPeriodEnd": "2026-01-31T02:54:49.9375981+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "31035985-6db6-4043-b8d5-25b1de23a5ac",
"Rows": [
{
"ItemId": "3cbe0442-c850-4e33-b979-94c2e2b0de5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cbe0442-c850-4e33-b979-94c2e2b0de5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "31035985-6db6-4043-b8d5-25b1de23a5ac",
"Rows": [
{
"ItemId": "3cbe0442-c850-4e33-b979-94c2e2b0de5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cbe0442-c850-4e33-b979-94c2e2b0de5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2584a5d3-2503-467e-a0de-2c2cfa2c1c02",
"1c3cf0b8-dbf5-40b1-ac01-552cb8b8a9f6"
],
"Approvers": [
"6a07af73-1af2-4c91-b3ad-3dd4976e7070",
"b0439a0d-5b87-4594-a1c1-a025b2cb61e0"
],
"ApprovedBy": "dcfeb7b2-6bc6-492a-946d-018ce50fe1cb",
"ApprovalDate": "2026-01-31T02:54:49.9375981+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e183af26-f1dc-4f64-ae40-3b11f32b2a3f",
"id": "73ba1e03-ab98-4db9-bb40-04747f735379",
"ConfigId": "6fdd2bcd-411a-4aea-8b18-bf1c9c13cc04"
},
{
"GenerationDate": "2026-01-31T02:54:49.9375981+00:00",
"SubmitDate": "2026-01-31T02:54:49.9375981+00:00",
"ReportPeriodStart": "2026-01-31T02:54:49.9375981+00:00",
"ReportPeriodEnd": "2026-01-31T02:54:49.9375981+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "31035985-6db6-4043-b8d5-25b1de23a5ac",
"Rows": [
{
"ItemId": "3cbe0442-c850-4e33-b979-94c2e2b0de5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cbe0442-c850-4e33-b979-94c2e2b0de5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "31035985-6db6-4043-b8d5-25b1de23a5ac",
"Rows": [
{
"ItemId": "3cbe0442-c850-4e33-b979-94c2e2b0de5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cbe0442-c850-4e33-b979-94c2e2b0de5d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2584a5d3-2503-467e-a0de-2c2cfa2c1c02",
"1c3cf0b8-dbf5-40b1-ac01-552cb8b8a9f6"
],
"Approvers": [
"6a07af73-1af2-4c91-b3ad-3dd4976e7070",
"b0439a0d-5b87-4594-a1c1-a025b2cb61e0"
],
"ApprovedBy": "dcfeb7b2-6bc6-492a-946d-018ce50fe1cb",
"ApprovalDate": "2026-01-31T02:54:49.9375981+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e183af26-f1dc-4f64-ae40-3b11f32b2a3f",
"id": "73ba1e03-ab98-4db9-bb40-04747f735379",
"ConfigId": "6fdd2bcd-411a-4aea-8b18-bf1c9c13cc04"
}
]