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-31T08:03:19.2289172+00:00",
"SubmitDate": "2026-05-31T08:03:19.2289172+00:00",
"ReportPeriodStart": "2026-05-31T08:03:19.2289172+00:00",
"ReportPeriodEnd": "2026-05-31T08:03:19.2289172+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6c0896cd-616d-4862-b296-c78528b2a0ad",
"Rows": [
{
"ItemId": "20473907-6b52-4149-b5f4-15cf44e3d48f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "20473907-6b52-4149-b5f4-15cf44e3d48f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6c0896cd-616d-4862-b296-c78528b2a0ad",
"Rows": [
{
"ItemId": "20473907-6b52-4149-b5f4-15cf44e3d48f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "20473907-6b52-4149-b5f4-15cf44e3d48f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b3e34bd0-8ec2-47da-a342-10b92b268d63",
"b39a9ecb-5cfb-487a-b6c8-af6dd3f19062"
],
"Approvers": [
"96343b61-16df-4b59-8373-70a6bf81339c",
"dc4537e8-0bcc-439a-8664-8b8c62a63aea"
],
"ApprovedBy": "cdb67f9f-63b2-42dc-9a59-3abdda5e33cb",
"ApprovalDate": "2026-05-31T08:03:19.2289172+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f0229e35-b04e-41ca-af17-3e1b4b6fb266",
"id": "9e090d6e-d660-4481-a252-d76c9243b6b0",
"ConfigId": "116b13c5-f164-42e1-85c6-0ed63e9a8a6e"
},
{
"GenerationDate": "2026-05-31T08:03:19.2289172+00:00",
"SubmitDate": "2026-05-31T08:03:19.2289172+00:00",
"ReportPeriodStart": "2026-05-31T08:03:19.2289172+00:00",
"ReportPeriodEnd": "2026-05-31T08:03:19.2289172+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6c0896cd-616d-4862-b296-c78528b2a0ad",
"Rows": [
{
"ItemId": "20473907-6b52-4149-b5f4-15cf44e3d48f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "20473907-6b52-4149-b5f4-15cf44e3d48f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6c0896cd-616d-4862-b296-c78528b2a0ad",
"Rows": [
{
"ItemId": "20473907-6b52-4149-b5f4-15cf44e3d48f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "20473907-6b52-4149-b5f4-15cf44e3d48f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b3e34bd0-8ec2-47da-a342-10b92b268d63",
"b39a9ecb-5cfb-487a-b6c8-af6dd3f19062"
],
"Approvers": [
"96343b61-16df-4b59-8373-70a6bf81339c",
"dc4537e8-0bcc-439a-8664-8b8c62a63aea"
],
"ApprovedBy": "cdb67f9f-63b2-42dc-9a59-3abdda5e33cb",
"ApprovalDate": "2026-05-31T08:03:19.2289172+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f0229e35-b04e-41ca-af17-3e1b4b6fb266",
"id": "9e090d6e-d660-4481-a252-d76c9243b6b0",
"ConfigId": "116b13c5-f164-42e1-85c6-0ed63e9a8a6e"
}
]