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-26T06:50:54.7021855+00:00",
"SubmitDate": "2026-01-26T06:50:54.7021855+00:00",
"ReportPeriodStart": "2026-01-26T06:50:54.7021855+00:00",
"ReportPeriodEnd": "2026-01-26T06:50:54.7021855+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1ac9f7fb-342c-42ca-ace4-ecc1d293335a",
"Rows": [
{
"ItemId": "4d1ccc83-cac2-4bd5-b1e6-00d23d6cdf00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d1ccc83-cac2-4bd5-b1e6-00d23d6cdf00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1ac9f7fb-342c-42ca-ace4-ecc1d293335a",
"Rows": [
{
"ItemId": "4d1ccc83-cac2-4bd5-b1e6-00d23d6cdf00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d1ccc83-cac2-4bd5-b1e6-00d23d6cdf00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7d255a81-664b-4a9e-9d86-ca55a289ff38",
"e7d9642e-fce1-4c74-893c-fdad527051dd"
],
"Approvers": [
"f2c27c84-9047-46ed-9d4d-8ebb4729e260",
"50537a21-0a66-4f9e-8292-0ab04e25e9ec"
],
"ApprovedBy": "fda40b28-43fc-443c-b8ab-8bfc89f414e8",
"ApprovalDate": "2026-01-26T06:50:54.7021855+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d9607b57-e879-45d7-8733-567622cd98e8",
"id": "43b7a655-831d-4af6-b431-0b76b7f5956c",
"ConfigId": "936219b0-9513-48a3-9133-ca94711e061d"
},
{
"GenerationDate": "2026-01-26T06:50:54.7021855+00:00",
"SubmitDate": "2026-01-26T06:50:54.7021855+00:00",
"ReportPeriodStart": "2026-01-26T06:50:54.7021855+00:00",
"ReportPeriodEnd": "2026-01-26T06:50:54.7021855+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1ac9f7fb-342c-42ca-ace4-ecc1d293335a",
"Rows": [
{
"ItemId": "4d1ccc83-cac2-4bd5-b1e6-00d23d6cdf00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d1ccc83-cac2-4bd5-b1e6-00d23d6cdf00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1ac9f7fb-342c-42ca-ace4-ecc1d293335a",
"Rows": [
{
"ItemId": "4d1ccc83-cac2-4bd5-b1e6-00d23d6cdf00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d1ccc83-cac2-4bd5-b1e6-00d23d6cdf00",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7d255a81-664b-4a9e-9d86-ca55a289ff38",
"e7d9642e-fce1-4c74-893c-fdad527051dd"
],
"Approvers": [
"f2c27c84-9047-46ed-9d4d-8ebb4729e260",
"50537a21-0a66-4f9e-8292-0ab04e25e9ec"
],
"ApprovedBy": "fda40b28-43fc-443c-b8ab-8bfc89f414e8",
"ApprovalDate": "2026-01-26T06:50:54.7021855+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d9607b57-e879-45d7-8733-567622cd98e8",
"id": "43b7a655-831d-4af6-b431-0b76b7f5956c",
"ConfigId": "936219b0-9513-48a3-9133-ca94711e061d"
}
]