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-21T23:22:48.661433+00:00",
"SubmitDate": "2026-04-21T23:22:48.661433+00:00",
"ReportPeriodStart": "2026-04-21T23:22:48.661433+00:00",
"ReportPeriodEnd": "2026-04-21T23:22:48.661433+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "866e9387-3566-4df6-8df6-b5e09bf35073",
"Rows": [
{
"ItemId": "1bf5a3ef-2750-4ef7-a777-a10939b8bf31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1bf5a3ef-2750-4ef7-a777-a10939b8bf31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "866e9387-3566-4df6-8df6-b5e09bf35073",
"Rows": [
{
"ItemId": "1bf5a3ef-2750-4ef7-a777-a10939b8bf31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1bf5a3ef-2750-4ef7-a777-a10939b8bf31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"47a0d70a-edf9-4228-8907-0b732293c606",
"efad55d6-6e09-49ea-9e5f-5bd5c3daacf4"
],
"Approvers": [
"3bc4ef68-7c65-41c8-bcaf-f753e9264c51",
"bf7a59e1-57cf-4f64-bd4e-7e3d7a392355"
],
"ApprovedBy": "acb5ae3d-5277-4272-88c1-2cc0f78ca0c6",
"ApprovalDate": "2026-04-21T23:22:48.661433+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "68193eb1-fe34-492d-8424-b562dc1f80c9",
"id": "c0709239-736b-47c4-bd9f-779232536fbd",
"ConfigId": "283159d9-026c-4f9f-928c-71afebf9faa8"
},
{
"GenerationDate": "2026-04-21T23:22:48.661433+00:00",
"SubmitDate": "2026-04-21T23:22:48.661433+00:00",
"ReportPeriodStart": "2026-04-21T23:22:48.661433+00:00",
"ReportPeriodEnd": "2026-04-21T23:22:48.661433+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "866e9387-3566-4df6-8df6-b5e09bf35073",
"Rows": [
{
"ItemId": "1bf5a3ef-2750-4ef7-a777-a10939b8bf31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1bf5a3ef-2750-4ef7-a777-a10939b8bf31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "866e9387-3566-4df6-8df6-b5e09bf35073",
"Rows": [
{
"ItemId": "1bf5a3ef-2750-4ef7-a777-a10939b8bf31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1bf5a3ef-2750-4ef7-a777-a10939b8bf31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"47a0d70a-edf9-4228-8907-0b732293c606",
"efad55d6-6e09-49ea-9e5f-5bd5c3daacf4"
],
"Approvers": [
"3bc4ef68-7c65-41c8-bcaf-f753e9264c51",
"bf7a59e1-57cf-4f64-bd4e-7e3d7a392355"
],
"ApprovedBy": "acb5ae3d-5277-4272-88c1-2cc0f78ca0c6",
"ApprovalDate": "2026-04-21T23:22:48.661433+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "68193eb1-fe34-492d-8424-b562dc1f80c9",
"id": "c0709239-736b-47c4-bd9f-779232536fbd",
"ConfigId": "283159d9-026c-4f9f-928c-71afebf9faa8"
}
]