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-03-25T09:04:03.918093+00:00",
"SubmitDate": "2026-03-25T09:04:03.918093+00:00",
"ReportPeriodStart": "2026-03-25T09:04:03.918093+00:00",
"ReportPeriodEnd": "2026-03-25T09:04:03.918093+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8ea42e20-a066-476f-98cc-0c059b7429c2",
"Rows": [
{
"ItemId": "b6155bbd-eb07-4a62-953a-a1079ca6fb27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6155bbd-eb07-4a62-953a-a1079ca6fb27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8ea42e20-a066-476f-98cc-0c059b7429c2",
"Rows": [
{
"ItemId": "b6155bbd-eb07-4a62-953a-a1079ca6fb27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6155bbd-eb07-4a62-953a-a1079ca6fb27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8a27eae4-f9a7-4884-b3c6-86f76b97677a",
"c035e37d-6116-4c97-91c3-e5b41a2a9f15"
],
"Approvers": [
"b9713ac9-0ae5-4425-9d40-a9a4c31b7cb4",
"f6b0eb1d-2c92-40d8-bec2-eba3ed856724"
],
"ApprovedBy": "4ddee0f5-8b82-4e16-876d-04d36cc5826a",
"ApprovalDate": "2026-03-25T09:04:03.918093+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bbe52c9c-4322-4cc4-a3e6-05802ea7fbbb",
"id": "c5d0668a-8a01-4272-acad-1ec35c20bb06",
"ConfigId": "7bc845b3-0bec-476e-acd6-e16937e3a018"
},
{
"GenerationDate": "2026-03-25T09:04:03.918093+00:00",
"SubmitDate": "2026-03-25T09:04:03.918093+00:00",
"ReportPeriodStart": "2026-03-25T09:04:03.918093+00:00",
"ReportPeriodEnd": "2026-03-25T09:04:03.918093+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8ea42e20-a066-476f-98cc-0c059b7429c2",
"Rows": [
{
"ItemId": "b6155bbd-eb07-4a62-953a-a1079ca6fb27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6155bbd-eb07-4a62-953a-a1079ca6fb27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8ea42e20-a066-476f-98cc-0c059b7429c2",
"Rows": [
{
"ItemId": "b6155bbd-eb07-4a62-953a-a1079ca6fb27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b6155bbd-eb07-4a62-953a-a1079ca6fb27",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8a27eae4-f9a7-4884-b3c6-86f76b97677a",
"c035e37d-6116-4c97-91c3-e5b41a2a9f15"
],
"Approvers": [
"b9713ac9-0ae5-4425-9d40-a9a4c31b7cb4",
"f6b0eb1d-2c92-40d8-bec2-eba3ed856724"
],
"ApprovedBy": "4ddee0f5-8b82-4e16-876d-04d36cc5826a",
"ApprovalDate": "2026-03-25T09:04:03.918093+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bbe52c9c-4322-4cc4-a3e6-05802ea7fbbb",
"id": "c5d0668a-8a01-4272-acad-1ec35c20bb06",
"ConfigId": "7bc845b3-0bec-476e-acd6-e16937e3a018"
}
]