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": "2025-12-25T17:16:21.7718402+00:00",
"SubmitDate": "2025-12-25T17:16:21.7718402+00:00",
"ReportPeriodStart": "2025-12-25T17:16:21.7718402+00:00",
"ReportPeriodEnd": "2025-12-25T17:16:21.7718402+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ed1444b9-fd17-4dd7-b600-0a00dc38847d",
"Rows": [
{
"ItemId": "92aa9209-3134-499a-b34b-97fab16c87bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "92aa9209-3134-499a-b34b-97fab16c87bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ed1444b9-fd17-4dd7-b600-0a00dc38847d",
"Rows": [
{
"ItemId": "92aa9209-3134-499a-b34b-97fab16c87bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "92aa9209-3134-499a-b34b-97fab16c87bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1d94eb48-9461-4610-8869-3dfe196bf89d",
"7215f4da-684a-4da0-b4da-e58609349e61"
],
"Approvers": [
"f288bbad-656c-4238-954f-ba801916d2b6",
"4fbb394b-3f08-4f1d-8e34-3074e2061c2a"
],
"ApprovedBy": "10193ecc-3674-4e1c-b37c-478fb4eae250",
"ApprovalDate": "2025-12-25T17:16:21.7718402+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "da66ca08-1820-45c5-88e7-14bb82ee2d1b",
"id": "c58ade32-3724-4441-9d02-1d0471885cb6",
"ConfigId": "8f689a04-f5a4-4e58-b2c2-b2a362bd2bf9"
},
{
"GenerationDate": "2025-12-25T17:16:21.7718402+00:00",
"SubmitDate": "2025-12-25T17:16:21.7718402+00:00",
"ReportPeriodStart": "2025-12-25T17:16:21.7718402+00:00",
"ReportPeriodEnd": "2025-12-25T17:16:21.7718402+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ed1444b9-fd17-4dd7-b600-0a00dc38847d",
"Rows": [
{
"ItemId": "92aa9209-3134-499a-b34b-97fab16c87bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "92aa9209-3134-499a-b34b-97fab16c87bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ed1444b9-fd17-4dd7-b600-0a00dc38847d",
"Rows": [
{
"ItemId": "92aa9209-3134-499a-b34b-97fab16c87bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "92aa9209-3134-499a-b34b-97fab16c87bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1d94eb48-9461-4610-8869-3dfe196bf89d",
"7215f4da-684a-4da0-b4da-e58609349e61"
],
"Approvers": [
"f288bbad-656c-4238-954f-ba801916d2b6",
"4fbb394b-3f08-4f1d-8e34-3074e2061c2a"
],
"ApprovedBy": "10193ecc-3674-4e1c-b37c-478fb4eae250",
"ApprovalDate": "2025-12-25T17:16:21.7718402+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "da66ca08-1820-45c5-88e7-14bb82ee2d1b",
"id": "c58ade32-3724-4441-9d02-1d0471885cb6",
"ConfigId": "8f689a04-f5a4-4e58-b2c2-b2a362bd2bf9"
}
]