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-18T12:51:50.725447+00:00",
"SubmitDate": "2026-04-18T12:51:50.725447+00:00",
"ReportPeriodStart": "2026-04-18T12:51:50.725447+00:00",
"ReportPeriodEnd": "2026-04-18T12:51:50.725447+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "93b468e9-f3a2-4109-b64d-9ce93d750824",
"Rows": [
{
"ItemId": "97f81099-e6ea-4b7b-9d2a-26ec1fd67b42",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "97f81099-e6ea-4b7b-9d2a-26ec1fd67b42",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "93b468e9-f3a2-4109-b64d-9ce93d750824",
"Rows": [
{
"ItemId": "97f81099-e6ea-4b7b-9d2a-26ec1fd67b42",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "97f81099-e6ea-4b7b-9d2a-26ec1fd67b42",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"371d25fe-d7b3-4e7e-a7fb-80dd60167166",
"0c830c66-1986-4fde-8aa3-91a0d2875c91"
],
"Approvers": [
"a9492be2-f544-4b80-8aed-c8a0ca5ac917",
"23a58d27-a40c-4d41-b545-355827c3dc8e"
],
"ApprovedBy": "5d8532c6-ba39-47a9-b481-e3fae5182b04",
"ApprovalDate": "2026-04-18T12:51:50.725447+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "debc7276-560f-4833-b9fa-43540464b3db",
"id": "8bf90076-18d1-4ca2-9dd4-50f2a24d60c3",
"ConfigId": "e41985d4-85e9-44af-a663-63b98d8fa68a"
},
{
"GenerationDate": "2026-04-18T12:51:50.725447+00:00",
"SubmitDate": "2026-04-18T12:51:50.725447+00:00",
"ReportPeriodStart": "2026-04-18T12:51:50.725447+00:00",
"ReportPeriodEnd": "2026-04-18T12:51:50.725447+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "93b468e9-f3a2-4109-b64d-9ce93d750824",
"Rows": [
{
"ItemId": "97f81099-e6ea-4b7b-9d2a-26ec1fd67b42",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "97f81099-e6ea-4b7b-9d2a-26ec1fd67b42",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "93b468e9-f3a2-4109-b64d-9ce93d750824",
"Rows": [
{
"ItemId": "97f81099-e6ea-4b7b-9d2a-26ec1fd67b42",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "97f81099-e6ea-4b7b-9d2a-26ec1fd67b42",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"371d25fe-d7b3-4e7e-a7fb-80dd60167166",
"0c830c66-1986-4fde-8aa3-91a0d2875c91"
],
"Approvers": [
"a9492be2-f544-4b80-8aed-c8a0ca5ac917",
"23a58d27-a40c-4d41-b545-355827c3dc8e"
],
"ApprovedBy": "5d8532c6-ba39-47a9-b481-e3fae5182b04",
"ApprovalDate": "2026-04-18T12:51:50.725447+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "debc7276-560f-4833-b9fa-43540464b3db",
"id": "8bf90076-18d1-4ca2-9dd4-50f2a24d60c3",
"ConfigId": "e41985d4-85e9-44af-a663-63b98d8fa68a"
}
]