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-27T01:48:40.2697971+00:00",
"SubmitDate": "2026-03-27T01:48:40.2697971+00:00",
"ReportPeriodStart": "2026-03-27T01:48:40.2697971+00:00",
"ReportPeriodEnd": "2026-03-27T01:48:40.2697971+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b3175216-624e-411f-80e8-23db3dc60296",
"Rows": [
{
"ItemId": "fceaaa7d-7d76-4e2d-855d-9b4165b08bd6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fceaaa7d-7d76-4e2d-855d-9b4165b08bd6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b3175216-624e-411f-80e8-23db3dc60296",
"Rows": [
{
"ItemId": "fceaaa7d-7d76-4e2d-855d-9b4165b08bd6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fceaaa7d-7d76-4e2d-855d-9b4165b08bd6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fb0f23f1-de64-4021-b73e-ed1ac4516e99",
"2dd5f8d2-e2c1-47ad-9a32-17a7bc936aec"
],
"Approvers": [
"82c3d97a-f2c0-4296-bd1e-8a084c4cf6a2",
"46ad6ec9-a0e9-4046-9d6c-6da83f875f6d"
],
"ApprovedBy": "5fcb2a3e-c623-4141-8787-469b875a7828",
"ApprovalDate": "2026-03-27T01:48:40.2697971+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5ec044b7-a9bb-48ad-84fa-a2d295b40b0a",
"id": "8d063d55-f15f-4d42-a2d0-de6c1668f600",
"ConfigId": "1248cbb1-1422-450e-a969-b9344a3732ef"
},
{
"GenerationDate": "2026-03-27T01:48:40.2697971+00:00",
"SubmitDate": "2026-03-27T01:48:40.2697971+00:00",
"ReportPeriodStart": "2026-03-27T01:48:40.2697971+00:00",
"ReportPeriodEnd": "2026-03-27T01:48:40.2697971+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b3175216-624e-411f-80e8-23db3dc60296",
"Rows": [
{
"ItemId": "fceaaa7d-7d76-4e2d-855d-9b4165b08bd6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fceaaa7d-7d76-4e2d-855d-9b4165b08bd6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b3175216-624e-411f-80e8-23db3dc60296",
"Rows": [
{
"ItemId": "fceaaa7d-7d76-4e2d-855d-9b4165b08bd6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fceaaa7d-7d76-4e2d-855d-9b4165b08bd6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fb0f23f1-de64-4021-b73e-ed1ac4516e99",
"2dd5f8d2-e2c1-47ad-9a32-17a7bc936aec"
],
"Approvers": [
"82c3d97a-f2c0-4296-bd1e-8a084c4cf6a2",
"46ad6ec9-a0e9-4046-9d6c-6da83f875f6d"
],
"ApprovedBy": "5fcb2a3e-c623-4141-8787-469b875a7828",
"ApprovalDate": "2026-03-27T01:48:40.2697971+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5ec044b7-a9bb-48ad-84fa-a2d295b40b0a",
"id": "8d063d55-f15f-4d42-a2d0-de6c1668f600",
"ConfigId": "1248cbb1-1422-450e-a969-b9344a3732ef"
}
]