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-24T21:22:19.6130657+00:00",
"SubmitDate": "2026-06-24T21:22:19.6130657+00:00",
"ReportPeriodStart": "2026-06-24T21:22:19.6130657+00:00",
"ReportPeriodEnd": "2026-06-24T21:22:19.6130657+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3d187389-3bce-4f0d-9833-82ccc7cf7bbd",
"Rows": [
{
"ItemId": "edb8b9ae-3931-460a-b97e-9b8e29ae1d01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "edb8b9ae-3931-460a-b97e-9b8e29ae1d01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3d187389-3bce-4f0d-9833-82ccc7cf7bbd",
"Rows": [
{
"ItemId": "edb8b9ae-3931-460a-b97e-9b8e29ae1d01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "edb8b9ae-3931-460a-b97e-9b8e29ae1d01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7988bb99-1ea4-4cee-9e17-8ed891b93dcb",
"0ca571b5-695d-467b-babf-6b54fbdc021c"
],
"Approvers": [
"98d7ff5b-2057-4857-8f13-8137c039e5a7",
"8bede82b-2821-459c-b938-bc60e91e03cd"
],
"ApprovedBy": "388c2353-213b-4823-b032-a9b5195ad880",
"ApprovalDate": "2026-06-24T21:22:19.6130657+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "882bc32c-57fe-403b-a0eb-60203e9a8f6a",
"id": "de3cc3b1-adab-4595-acb1-58e25a522bbb",
"ConfigId": "0a4eb42a-a1ef-4586-bc09-704b069a888e"
},
{
"GenerationDate": "2026-06-24T21:22:19.6130657+00:00",
"SubmitDate": "2026-06-24T21:22:19.6130657+00:00",
"ReportPeriodStart": "2026-06-24T21:22:19.6130657+00:00",
"ReportPeriodEnd": "2026-06-24T21:22:19.6130657+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3d187389-3bce-4f0d-9833-82ccc7cf7bbd",
"Rows": [
{
"ItemId": "edb8b9ae-3931-460a-b97e-9b8e29ae1d01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "edb8b9ae-3931-460a-b97e-9b8e29ae1d01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3d187389-3bce-4f0d-9833-82ccc7cf7bbd",
"Rows": [
{
"ItemId": "edb8b9ae-3931-460a-b97e-9b8e29ae1d01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "edb8b9ae-3931-460a-b97e-9b8e29ae1d01",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7988bb99-1ea4-4cee-9e17-8ed891b93dcb",
"0ca571b5-695d-467b-babf-6b54fbdc021c"
],
"Approvers": [
"98d7ff5b-2057-4857-8f13-8137c039e5a7",
"8bede82b-2821-459c-b938-bc60e91e03cd"
],
"ApprovedBy": "388c2353-213b-4823-b032-a9b5195ad880",
"ApprovalDate": "2026-06-24T21:22:19.6130657+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "882bc32c-57fe-403b-a0eb-60203e9a8f6a",
"id": "de3cc3b1-adab-4595-acb1-58e25a522bbb",
"ConfigId": "0a4eb42a-a1ef-4586-bc09-704b069a888e"
}
]