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-04-20T06:23:52.8504157+00:00",
"SubmitDate": "2026-04-20T06:23:52.8504157+00:00",
"ReportPeriodStart": "2026-04-20T06:23:52.8504157+00:00",
"ReportPeriodEnd": "2026-04-20T06:23:52.8504157+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3ada73e5-a79f-48f8-8ae9-dfea896b1ccb",
"Rows": [
{
"ItemId": "0b5d35e0-ba87-4c8b-b63d-c7eb931ea8fa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b5d35e0-ba87-4c8b-b63d-c7eb931ea8fa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3ada73e5-a79f-48f8-8ae9-dfea896b1ccb",
"Rows": [
{
"ItemId": "0b5d35e0-ba87-4c8b-b63d-c7eb931ea8fa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b5d35e0-ba87-4c8b-b63d-c7eb931ea8fa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fdc85a42-e2dd-42e3-8c7e-6c8cf204b719",
"263abda4-1e6d-45fe-8b7a-9fdb2a40abb5"
],
"Approvers": [
"823ab3f9-3bc2-4a66-9484-8feb72ca6acc",
"a51ed013-6477-4856-8233-75d7bd3ff900"
],
"ApprovedBy": "c76c12ef-96b3-44f9-a62b-ecc8ff444fc3",
"ApprovalDate": "2026-04-20T06:23:52.8504157+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "00e4a373-76e2-473d-a8a0-ffbfea40304f",
"id": "38f7183b-d0c7-4b25-a29f-f2f892168af0",
"ConfigId": "4fbe61b1-7872-40bf-9176-5f2d324a7e88"
},
{
"GenerationDate": "2026-04-20T06:23:52.8504157+00:00",
"SubmitDate": "2026-04-20T06:23:52.8504157+00:00",
"ReportPeriodStart": "2026-04-20T06:23:52.8504157+00:00",
"ReportPeriodEnd": "2026-04-20T06:23:52.8504157+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3ada73e5-a79f-48f8-8ae9-dfea896b1ccb",
"Rows": [
{
"ItemId": "0b5d35e0-ba87-4c8b-b63d-c7eb931ea8fa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b5d35e0-ba87-4c8b-b63d-c7eb931ea8fa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3ada73e5-a79f-48f8-8ae9-dfea896b1ccb",
"Rows": [
{
"ItemId": "0b5d35e0-ba87-4c8b-b63d-c7eb931ea8fa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0b5d35e0-ba87-4c8b-b63d-c7eb931ea8fa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fdc85a42-e2dd-42e3-8c7e-6c8cf204b719",
"263abda4-1e6d-45fe-8b7a-9fdb2a40abb5"
],
"Approvers": [
"823ab3f9-3bc2-4a66-9484-8feb72ca6acc",
"a51ed013-6477-4856-8233-75d7bd3ff900"
],
"ApprovedBy": "c76c12ef-96b3-44f9-a62b-ecc8ff444fc3",
"ApprovalDate": "2026-04-20T06:23:52.8504157+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "00e4a373-76e2-473d-a8a0-ffbfea40304f",
"id": "38f7183b-d0c7-4b25-a29f-f2f892168af0",
"ConfigId": "4fbe61b1-7872-40bf-9176-5f2d324a7e88"
}
]