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-06-17T17:43:51.9261593+00:00",
"SubmitDate": "2026-06-17T17:43:51.9261593+00:00",
"ReportPeriodStart": "2026-06-17T17:43:51.9261593+00:00",
"ReportPeriodEnd": "2026-06-17T17:43:51.9261593+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ced65859-149f-4df4-b491-46b08a2c3973",
"Rows": [
{
"ItemId": "7653de98-c69c-4c2c-97b8-c8ea28808410",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7653de98-c69c-4c2c-97b8-c8ea28808410",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ced65859-149f-4df4-b491-46b08a2c3973",
"Rows": [
{
"ItemId": "7653de98-c69c-4c2c-97b8-c8ea28808410",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7653de98-c69c-4c2c-97b8-c8ea28808410",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b65f682d-4389-4d69-ae6b-37a6c2b46188",
"4c93ccb2-8132-4f21-8973-26514a525e04"
],
"Approvers": [
"523e9fb5-416c-4922-b68a-29764bba9863",
"29bd9d0c-35d6-4cb7-bf4d-9244d97a3d96"
],
"ApprovedBy": "30947719-efd1-4734-a918-836126a8b77e",
"ApprovalDate": "2026-06-17T17:43:51.9261593+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8eb05211-badb-477e-bc98-23a82e4ae508",
"id": "9c464665-df5b-4038-8d74-51ef3b367bd8",
"ConfigId": "eace6b7e-b40a-4cb6-8e00-1fc02d5fe025"
},
{
"GenerationDate": "2026-06-17T17:43:51.9261593+00:00",
"SubmitDate": "2026-06-17T17:43:51.9261593+00:00",
"ReportPeriodStart": "2026-06-17T17:43:51.9261593+00:00",
"ReportPeriodEnd": "2026-06-17T17:43:51.9261593+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ced65859-149f-4df4-b491-46b08a2c3973",
"Rows": [
{
"ItemId": "7653de98-c69c-4c2c-97b8-c8ea28808410",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7653de98-c69c-4c2c-97b8-c8ea28808410",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ced65859-149f-4df4-b491-46b08a2c3973",
"Rows": [
{
"ItemId": "7653de98-c69c-4c2c-97b8-c8ea28808410",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7653de98-c69c-4c2c-97b8-c8ea28808410",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b65f682d-4389-4d69-ae6b-37a6c2b46188",
"4c93ccb2-8132-4f21-8973-26514a525e04"
],
"Approvers": [
"523e9fb5-416c-4922-b68a-29764bba9863",
"29bd9d0c-35d6-4cb7-bf4d-9244d97a3d96"
],
"ApprovedBy": "30947719-efd1-4734-a918-836126a8b77e",
"ApprovalDate": "2026-06-17T17:43:51.9261593+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8eb05211-badb-477e-bc98-23a82e4ae508",
"id": "9c464665-df5b-4038-8d74-51ef3b367bd8",
"ConfigId": "eace6b7e-b40a-4cb6-8e00-1fc02d5fe025"
}
]