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-09T16:38:59.8230774+00:00",
"SubmitDate": "2026-02-09T16:38:59.8230774+00:00",
"ReportPeriodStart": "2026-02-09T16:38:59.8230774+00:00",
"ReportPeriodEnd": "2026-02-09T16:38:59.8230774+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bac9d1a3-33bb-424a-b4a5-7ecdb0aca467",
"Rows": [
{
"ItemId": "734e0b5d-d5dc-4a16-af6f-7f9b4100a182",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "734e0b5d-d5dc-4a16-af6f-7f9b4100a182",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bac9d1a3-33bb-424a-b4a5-7ecdb0aca467",
"Rows": [
{
"ItemId": "734e0b5d-d5dc-4a16-af6f-7f9b4100a182",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "734e0b5d-d5dc-4a16-af6f-7f9b4100a182",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d9fca179-69e7-4fc1-b90f-ea9308b02a52",
"cb34e36d-0b5f-4748-9d0c-9f01b85503f3"
],
"Approvers": [
"63b03384-6fb1-4a76-88cd-da013bf297d5",
"b68ea9ad-f2f1-41c9-bc1b-7169b40fd93e"
],
"ApprovedBy": "50d2ecb6-a01a-4d0a-91e2-3ee38821f354",
"ApprovalDate": "2026-02-09T16:38:59.8230774+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "997f2ade-4243-45e4-bf5c-3adca5d0fd2c",
"id": "1f8a4499-4927-4b7e-8fcd-1e90ed0c6a44",
"ConfigId": "4418a61e-1192-436e-978e-2e0c04998ae1"
},
{
"GenerationDate": "2026-02-09T16:38:59.8230774+00:00",
"SubmitDate": "2026-02-09T16:38:59.8230774+00:00",
"ReportPeriodStart": "2026-02-09T16:38:59.8230774+00:00",
"ReportPeriodEnd": "2026-02-09T16:38:59.8230774+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bac9d1a3-33bb-424a-b4a5-7ecdb0aca467",
"Rows": [
{
"ItemId": "734e0b5d-d5dc-4a16-af6f-7f9b4100a182",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "734e0b5d-d5dc-4a16-af6f-7f9b4100a182",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bac9d1a3-33bb-424a-b4a5-7ecdb0aca467",
"Rows": [
{
"ItemId": "734e0b5d-d5dc-4a16-af6f-7f9b4100a182",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "734e0b5d-d5dc-4a16-af6f-7f9b4100a182",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d9fca179-69e7-4fc1-b90f-ea9308b02a52",
"cb34e36d-0b5f-4748-9d0c-9f01b85503f3"
],
"Approvers": [
"63b03384-6fb1-4a76-88cd-da013bf297d5",
"b68ea9ad-f2f1-41c9-bc1b-7169b40fd93e"
],
"ApprovedBy": "50d2ecb6-a01a-4d0a-91e2-3ee38821f354",
"ApprovalDate": "2026-02-09T16:38:59.8230774+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "997f2ade-4243-45e4-bf5c-3adca5d0fd2c",
"id": "1f8a4499-4927-4b7e-8fcd-1e90ed0c6a44",
"ConfigId": "4418a61e-1192-436e-978e-2e0c04998ae1"
}
]