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-11T21:48:00.0386698+00:00",
"SubmitDate": "2026-04-11T21:48:00.0386698+00:00",
"ReportPeriodStart": "2026-04-11T21:48:00.0386698+00:00",
"ReportPeriodEnd": "2026-04-11T21:48:00.0386698+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "983a3acf-c4ee-445e-9276-850941d86655",
"Rows": [
{
"ItemId": "f9790832-6a3c-4c9e-a5cd-4459e1c854f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f9790832-6a3c-4c9e-a5cd-4459e1c854f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "983a3acf-c4ee-445e-9276-850941d86655",
"Rows": [
{
"ItemId": "f9790832-6a3c-4c9e-a5cd-4459e1c854f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f9790832-6a3c-4c9e-a5cd-4459e1c854f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fdcd8b19-f960-4e0e-af8b-39c4dc97c535",
"0ac98dc2-0611-4a3a-a608-4b1a6c9afa9e"
],
"Approvers": [
"69073424-2859-4c52-b329-7c7e3b7dbfb9",
"ae283201-f7ac-436c-ba5d-4241ed76fabb"
],
"ApprovedBy": "f2af9598-c4dd-4bc2-a9c5-854bf8b5e84f",
"ApprovalDate": "2026-04-11T21:48:00.0386698+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a0c03641-b36d-4c9a-9c4d-1e7c01a89015",
"id": "3fc30a66-5c3d-4118-927a-c8f27d1a11d7",
"ConfigId": "5e25bb57-ab0e-4107-8e78-d5d456462733"
},
{
"GenerationDate": "2026-04-11T21:48:00.0386698+00:00",
"SubmitDate": "2026-04-11T21:48:00.0386698+00:00",
"ReportPeriodStart": "2026-04-11T21:48:00.0386698+00:00",
"ReportPeriodEnd": "2026-04-11T21:48:00.0386698+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "983a3acf-c4ee-445e-9276-850941d86655",
"Rows": [
{
"ItemId": "f9790832-6a3c-4c9e-a5cd-4459e1c854f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f9790832-6a3c-4c9e-a5cd-4459e1c854f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "983a3acf-c4ee-445e-9276-850941d86655",
"Rows": [
{
"ItemId": "f9790832-6a3c-4c9e-a5cd-4459e1c854f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f9790832-6a3c-4c9e-a5cd-4459e1c854f2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fdcd8b19-f960-4e0e-af8b-39c4dc97c535",
"0ac98dc2-0611-4a3a-a608-4b1a6c9afa9e"
],
"Approvers": [
"69073424-2859-4c52-b329-7c7e3b7dbfb9",
"ae283201-f7ac-436c-ba5d-4241ed76fabb"
],
"ApprovedBy": "f2af9598-c4dd-4bc2-a9c5-854bf8b5e84f",
"ApprovalDate": "2026-04-11T21:48:00.0386698+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a0c03641-b36d-4c9a-9c4d-1e7c01a89015",
"id": "3fc30a66-5c3d-4118-927a-c8f27d1a11d7",
"ConfigId": "5e25bb57-ab0e-4107-8e78-d5d456462733"
}
]