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-03-28T17:10:59.5434414+00:00",
"SubmitDate": "2026-03-28T17:10:59.5434414+00:00",
"ReportPeriodStart": "2026-03-28T17:10:59.5434414+00:00",
"ReportPeriodEnd": "2026-03-28T17:10:59.5434414+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fcfc9729-1bce-4bd5-8221-9ab8266c5425",
"Rows": [
{
"ItemId": "9f8f850b-9aca-4876-aa7b-6a5183edd524",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f8f850b-9aca-4876-aa7b-6a5183edd524",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fcfc9729-1bce-4bd5-8221-9ab8266c5425",
"Rows": [
{
"ItemId": "9f8f850b-9aca-4876-aa7b-6a5183edd524",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f8f850b-9aca-4876-aa7b-6a5183edd524",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7d715344-a165-4b9f-975d-4e0eeb82276b",
"4f67af56-c840-4d4f-822d-cb75de533480"
],
"Approvers": [
"37d10013-1623-460b-b2d9-2c3c6a2f60d3",
"854109f1-0187-4f99-85d6-8a14ed1f8b41"
],
"ApprovedBy": "ec4140fd-d2dd-485c-8392-7acf60bcbff5",
"ApprovalDate": "2026-03-28T17:10:59.5434414+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "16062806-8cd4-476d-937c-2cd6186e8311",
"id": "465d6f99-6f3c-400a-8482-dc12d2373102",
"ConfigId": "af0d60df-c451-48ee-b3f8-9d29b2773203"
},
{
"GenerationDate": "2026-03-28T17:10:59.5434414+00:00",
"SubmitDate": "2026-03-28T17:10:59.5434414+00:00",
"ReportPeriodStart": "2026-03-28T17:10:59.5434414+00:00",
"ReportPeriodEnd": "2026-03-28T17:10:59.5434414+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fcfc9729-1bce-4bd5-8221-9ab8266c5425",
"Rows": [
{
"ItemId": "9f8f850b-9aca-4876-aa7b-6a5183edd524",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f8f850b-9aca-4876-aa7b-6a5183edd524",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fcfc9729-1bce-4bd5-8221-9ab8266c5425",
"Rows": [
{
"ItemId": "9f8f850b-9aca-4876-aa7b-6a5183edd524",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f8f850b-9aca-4876-aa7b-6a5183edd524",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7d715344-a165-4b9f-975d-4e0eeb82276b",
"4f67af56-c840-4d4f-822d-cb75de533480"
],
"Approvers": [
"37d10013-1623-460b-b2d9-2c3c6a2f60d3",
"854109f1-0187-4f99-85d6-8a14ed1f8b41"
],
"ApprovedBy": "ec4140fd-d2dd-485c-8392-7acf60bcbff5",
"ApprovalDate": "2026-03-28T17:10:59.5434414+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "16062806-8cd4-476d-937c-2cd6186e8311",
"id": "465d6f99-6f3c-400a-8482-dc12d2373102",
"ConfigId": "af0d60df-c451-48ee-b3f8-9d29b2773203"
}
]