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-16T20:00:22.5512933+00:00",
"SubmitDate": "2026-06-16T20:00:22.5512933+00:00",
"ReportPeriodStart": "2026-06-16T20:00:22.5512933+00:00",
"ReportPeriodEnd": "2026-06-16T20:00:22.5512933+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "90130f57-75fc-42dd-bfbf-aae86a4c06ce",
"Rows": [
{
"ItemId": "17fef584-b0fe-40e5-b6f5-6c33ecea2029",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "17fef584-b0fe-40e5-b6f5-6c33ecea2029",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "90130f57-75fc-42dd-bfbf-aae86a4c06ce",
"Rows": [
{
"ItemId": "17fef584-b0fe-40e5-b6f5-6c33ecea2029",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "17fef584-b0fe-40e5-b6f5-6c33ecea2029",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"833df8b9-f327-430d-9c14-599fc17ab6c0",
"5e4a9379-bcf8-4d3f-8c99-51216314f438"
],
"Approvers": [
"dd0f2e38-fb1a-4a68-932d-3bd0d8750ff6",
"bc8fe0e7-90ba-478f-b697-2c74b8234461"
],
"ApprovedBy": "f3885bbc-a534-4c25-842d-bb8f520be8fd",
"ApprovalDate": "2026-06-16T20:00:22.5512933+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d60b2d55-bc39-4bb4-bf3e-4a6298fa86bf",
"id": "9427ad61-aa37-457d-abeb-5cf0908a7991",
"ConfigId": "3915359a-d7ee-4e54-ad92-6c4c9db25e92"
},
{
"GenerationDate": "2026-06-16T20:00:22.5512933+00:00",
"SubmitDate": "2026-06-16T20:00:22.5512933+00:00",
"ReportPeriodStart": "2026-06-16T20:00:22.5512933+00:00",
"ReportPeriodEnd": "2026-06-16T20:00:22.5512933+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "90130f57-75fc-42dd-bfbf-aae86a4c06ce",
"Rows": [
{
"ItemId": "17fef584-b0fe-40e5-b6f5-6c33ecea2029",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "17fef584-b0fe-40e5-b6f5-6c33ecea2029",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "90130f57-75fc-42dd-bfbf-aae86a4c06ce",
"Rows": [
{
"ItemId": "17fef584-b0fe-40e5-b6f5-6c33ecea2029",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "17fef584-b0fe-40e5-b6f5-6c33ecea2029",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"833df8b9-f327-430d-9c14-599fc17ab6c0",
"5e4a9379-bcf8-4d3f-8c99-51216314f438"
],
"Approvers": [
"dd0f2e38-fb1a-4a68-932d-3bd0d8750ff6",
"bc8fe0e7-90ba-478f-b697-2c74b8234461"
],
"ApprovedBy": "f3885bbc-a534-4c25-842d-bb8f520be8fd",
"ApprovalDate": "2026-06-16T20:00:22.5512933+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d60b2d55-bc39-4bb4-bf3e-4a6298fa86bf",
"id": "9427ad61-aa37-457d-abeb-5cf0908a7991",
"ConfigId": "3915359a-d7ee-4e54-ad92-6c4c9db25e92"
}
]