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-01-31T15:40:18.2523363+00:00",
"SubmitDate": "2026-01-31T15:40:18.2523363+00:00",
"ReportPeriodStart": "2026-01-31T15:40:18.2523363+00:00",
"ReportPeriodEnd": "2026-01-31T15:40:18.2523363+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e863f202-ab82-4a94-89c6-48684ee81f56",
"Rows": [
{
"ItemId": "f3a4ef20-cf24-4621-9d1c-ea566f906959",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f3a4ef20-cf24-4621-9d1c-ea566f906959",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e863f202-ab82-4a94-89c6-48684ee81f56",
"Rows": [
{
"ItemId": "f3a4ef20-cf24-4621-9d1c-ea566f906959",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f3a4ef20-cf24-4621-9d1c-ea566f906959",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e1381542-8c74-4a3f-a5d5-036fbc7c245a",
"ab8e0faa-ad0a-429f-aeca-f7557364e768"
],
"Approvers": [
"b70448e5-f9aa-4eb5-8f0f-ca69f353d8a8",
"b28cea1a-1ca7-4b91-b8b2-7c70919382c0"
],
"ApprovedBy": "5b6d9679-7f91-4665-929c-d1a07f6c0d53",
"ApprovalDate": "2026-01-31T15:40:18.2523363+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8f032f6e-ceb6-4fa9-8bcc-685a2390766d",
"id": "eea3fde6-76aa-4e59-8d4d-1cb183faf145",
"ConfigId": "dc162ee3-20d8-4304-950e-db5954fc1ad4"
},
{
"GenerationDate": "2026-01-31T15:40:18.2523363+00:00",
"SubmitDate": "2026-01-31T15:40:18.2523363+00:00",
"ReportPeriodStart": "2026-01-31T15:40:18.2523363+00:00",
"ReportPeriodEnd": "2026-01-31T15:40:18.2523363+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e863f202-ab82-4a94-89c6-48684ee81f56",
"Rows": [
{
"ItemId": "f3a4ef20-cf24-4621-9d1c-ea566f906959",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f3a4ef20-cf24-4621-9d1c-ea566f906959",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e863f202-ab82-4a94-89c6-48684ee81f56",
"Rows": [
{
"ItemId": "f3a4ef20-cf24-4621-9d1c-ea566f906959",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f3a4ef20-cf24-4621-9d1c-ea566f906959",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e1381542-8c74-4a3f-a5d5-036fbc7c245a",
"ab8e0faa-ad0a-429f-aeca-f7557364e768"
],
"Approvers": [
"b70448e5-f9aa-4eb5-8f0f-ca69f353d8a8",
"b28cea1a-1ca7-4b91-b8b2-7c70919382c0"
],
"ApprovedBy": "5b6d9679-7f91-4665-929c-d1a07f6c0d53",
"ApprovalDate": "2026-01-31T15:40:18.2523363+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8f032f6e-ceb6-4fa9-8bcc-685a2390766d",
"id": "eea3fde6-76aa-4e59-8d4d-1cb183faf145",
"ConfigId": "dc162ee3-20d8-4304-950e-db5954fc1ad4"
}
]