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-10T21:12:50.8183619+00:00",
"SubmitDate": "2026-06-10T21:12:50.8183619+00:00",
"ReportPeriodStart": "2026-06-10T21:12:50.8183619+00:00",
"ReportPeriodEnd": "2026-06-10T21:12:50.8183619+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f14cf8b0-94df-4c12-af8a-fa126a98e03b",
"Rows": [
{
"ItemId": "d9a713fc-35eb-42a3-9b4d-98a53b9d9b92",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d9a713fc-35eb-42a3-9b4d-98a53b9d9b92",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f14cf8b0-94df-4c12-af8a-fa126a98e03b",
"Rows": [
{
"ItemId": "d9a713fc-35eb-42a3-9b4d-98a53b9d9b92",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d9a713fc-35eb-42a3-9b4d-98a53b9d9b92",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"26994d3c-7b8c-4504-8436-9ebe17f2fc1a",
"2a39b485-6b99-4537-829d-05baf2950292"
],
"Approvers": [
"90f0eb51-d7a3-4f16-a238-55e439d52c7b",
"9ca28f6b-6351-4023-be80-408c5f460873"
],
"ApprovedBy": "82d9c74c-8ffb-4ba4-8a67-5a96e857e914",
"ApprovalDate": "2026-06-10T21:12:50.8183619+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "43abe2d3-5f12-4b58-9a49-dd63c0b93821",
"id": "c00aff0d-e378-4b3b-b929-da780fd0f3fe",
"ConfigId": "8c508515-ea90-4977-af2e-010aa18d11c2"
},
{
"GenerationDate": "2026-06-10T21:12:50.8183619+00:00",
"SubmitDate": "2026-06-10T21:12:50.8183619+00:00",
"ReportPeriodStart": "2026-06-10T21:12:50.8183619+00:00",
"ReportPeriodEnd": "2026-06-10T21:12:50.8183619+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f14cf8b0-94df-4c12-af8a-fa126a98e03b",
"Rows": [
{
"ItemId": "d9a713fc-35eb-42a3-9b4d-98a53b9d9b92",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d9a713fc-35eb-42a3-9b4d-98a53b9d9b92",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f14cf8b0-94df-4c12-af8a-fa126a98e03b",
"Rows": [
{
"ItemId": "d9a713fc-35eb-42a3-9b4d-98a53b9d9b92",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d9a713fc-35eb-42a3-9b4d-98a53b9d9b92",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"26994d3c-7b8c-4504-8436-9ebe17f2fc1a",
"2a39b485-6b99-4537-829d-05baf2950292"
],
"Approvers": [
"90f0eb51-d7a3-4f16-a238-55e439d52c7b",
"9ca28f6b-6351-4023-be80-408c5f460873"
],
"ApprovedBy": "82d9c74c-8ffb-4ba4-8a67-5a96e857e914",
"ApprovalDate": "2026-06-10T21:12:50.8183619+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "43abe2d3-5f12-4b58-9a49-dd63c0b93821",
"id": "c00aff0d-e378-4b3b-b929-da780fd0f3fe",
"ConfigId": "8c508515-ea90-4977-af2e-010aa18d11c2"
}
]