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-05-08T13:12:22.3272675+00:00",
"SubmitDate": "2026-05-08T13:12:22.3272675+00:00",
"ReportPeriodStart": "2026-05-08T13:12:22.3272675+00:00",
"ReportPeriodEnd": "2026-05-08T13:12:22.3272675+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "04654eb6-c145-477d-81e9-89c5d9931ba4",
"Rows": [
{
"ItemId": "9f568107-a0fb-40fe-b581-5cf49c6b0bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f568107-a0fb-40fe-b581-5cf49c6b0bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "04654eb6-c145-477d-81e9-89c5d9931ba4",
"Rows": [
{
"ItemId": "9f568107-a0fb-40fe-b581-5cf49c6b0bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f568107-a0fb-40fe-b581-5cf49c6b0bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c1463b63-c9dd-4f21-8311-59c16fa61fea",
"6d8f786d-0fc8-40f6-bbad-d44e183de089"
],
"Approvers": [
"c0b7705f-084f-411d-a9ca-58206afca4ea",
"de236fdd-46c6-4386-a37d-f2e8832b41dc"
],
"ApprovedBy": "84b39d31-7795-4919-8d72-cc59b4bee4f6",
"ApprovalDate": "2026-05-08T13:12:22.3272675+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5b92e2fe-417d-4b54-9a24-845eb60e9bd4",
"id": "eb9cc7a7-c530-4916-80b1-92b0d8c8b3dd",
"ConfigId": "12f2bbb8-3e4c-4f58-8958-136b302cf2b4"
},
{
"GenerationDate": "2026-05-08T13:12:22.3272675+00:00",
"SubmitDate": "2026-05-08T13:12:22.3272675+00:00",
"ReportPeriodStart": "2026-05-08T13:12:22.3272675+00:00",
"ReportPeriodEnd": "2026-05-08T13:12:22.3272675+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "04654eb6-c145-477d-81e9-89c5d9931ba4",
"Rows": [
{
"ItemId": "9f568107-a0fb-40fe-b581-5cf49c6b0bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f568107-a0fb-40fe-b581-5cf49c6b0bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "04654eb6-c145-477d-81e9-89c5d9931ba4",
"Rows": [
{
"ItemId": "9f568107-a0fb-40fe-b581-5cf49c6b0bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9f568107-a0fb-40fe-b581-5cf49c6b0bdd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c1463b63-c9dd-4f21-8311-59c16fa61fea",
"6d8f786d-0fc8-40f6-bbad-d44e183de089"
],
"Approvers": [
"c0b7705f-084f-411d-a9ca-58206afca4ea",
"de236fdd-46c6-4386-a37d-f2e8832b41dc"
],
"ApprovedBy": "84b39d31-7795-4919-8d72-cc59b4bee4f6",
"ApprovalDate": "2026-05-08T13:12:22.3272675+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5b92e2fe-417d-4b54-9a24-845eb60e9bd4",
"id": "eb9cc7a7-c530-4916-80b1-92b0d8c8b3dd",
"ConfigId": "12f2bbb8-3e4c-4f58-8958-136b302cf2b4"
}
]