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-25T07:17:39.958772+00:00",
"SubmitDate": "2026-02-25T07:17:39.958772+00:00",
"ReportPeriodStart": "2026-02-25T07:17:39.958772+00:00",
"ReportPeriodEnd": "2026-02-25T07:17:39.958772+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "02193a75-78a0-436d-a4e6-d1ecff218cce",
"Rows": [
{
"ItemId": "47ee2ce9-9bb7-46a5-8cbf-dfc285f6009b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "47ee2ce9-9bb7-46a5-8cbf-dfc285f6009b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "02193a75-78a0-436d-a4e6-d1ecff218cce",
"Rows": [
{
"ItemId": "47ee2ce9-9bb7-46a5-8cbf-dfc285f6009b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "47ee2ce9-9bb7-46a5-8cbf-dfc285f6009b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"91e30eff-b210-424a-9250-37278ac90509",
"58b394b8-1306-47cc-a070-3b4d7c8b5aed"
],
"Approvers": [
"8e8b3e5c-0433-4576-b081-438a5009bc46",
"502e658e-28a7-4573-824f-21569b42dcf4"
],
"ApprovedBy": "3a7cdef8-ea6b-451b-896e-1da10f9f4489",
"ApprovalDate": "2026-02-25T07:17:39.958772+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2d57897f-6f7c-4a29-a0bc-2a86235dff95",
"id": "60942b03-6e2e-49b4-b0cf-5e5d7f22a2aa",
"ConfigId": "435889c7-f275-44a9-b3b0-784a042e444f"
},
{
"GenerationDate": "2026-02-25T07:17:39.958772+00:00",
"SubmitDate": "2026-02-25T07:17:39.958772+00:00",
"ReportPeriodStart": "2026-02-25T07:17:39.958772+00:00",
"ReportPeriodEnd": "2026-02-25T07:17:39.958772+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "02193a75-78a0-436d-a4e6-d1ecff218cce",
"Rows": [
{
"ItemId": "47ee2ce9-9bb7-46a5-8cbf-dfc285f6009b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "47ee2ce9-9bb7-46a5-8cbf-dfc285f6009b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "02193a75-78a0-436d-a4e6-d1ecff218cce",
"Rows": [
{
"ItemId": "47ee2ce9-9bb7-46a5-8cbf-dfc285f6009b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "47ee2ce9-9bb7-46a5-8cbf-dfc285f6009b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"91e30eff-b210-424a-9250-37278ac90509",
"58b394b8-1306-47cc-a070-3b4d7c8b5aed"
],
"Approvers": [
"8e8b3e5c-0433-4576-b081-438a5009bc46",
"502e658e-28a7-4573-824f-21569b42dcf4"
],
"ApprovedBy": "3a7cdef8-ea6b-451b-896e-1da10f9f4489",
"ApprovalDate": "2026-02-25T07:17:39.958772+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2d57897f-6f7c-4a29-a0bc-2a86235dff95",
"id": "60942b03-6e2e-49b4-b0cf-5e5d7f22a2aa",
"ConfigId": "435889c7-f275-44a9-b3b0-784a042e444f"
}
]