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-19T01:47:10.8853355+00:00",
"SubmitDate": "2025-12-19T01:47:10.8853355+00:00",
"ReportPeriodStart": "2025-12-19T01:47:10.8853355+00:00",
"ReportPeriodEnd": "2025-12-19T01:47:10.8853355+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "03ba119d-cb6d-4c1f-9ec7-1f340c756c5c",
"Rows": [
{
"ItemId": "b9a32104-101c-45fa-95f9-db26c32bb6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b9a32104-101c-45fa-95f9-db26c32bb6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "03ba119d-cb6d-4c1f-9ec7-1f340c756c5c",
"Rows": [
{
"ItemId": "b9a32104-101c-45fa-95f9-db26c32bb6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b9a32104-101c-45fa-95f9-db26c32bb6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7b301719-180c-42c8-9e64-3340a9eea11d",
"4bd758bb-ad39-4b57-8e40-58049eb4a60b"
],
"Approvers": [
"90a6eb01-d9bf-4f41-b32c-795b1c09b419",
"45397736-6524-4fae-8ea3-80295bc7286f"
],
"ApprovedBy": "5b670d29-7967-4315-bdb4-775bc1810adf",
"ApprovalDate": "2025-12-19T01:47:10.8853355+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d0e13d86-aef6-4af1-9f7b-3637c359ca6b",
"id": "20a99b21-4711-42b7-8d1a-1375d1936074",
"ConfigId": "cab125ae-ba05-4115-a0d4-ce0dfff8f3ba"
},
{
"GenerationDate": "2025-12-19T01:47:10.8853355+00:00",
"SubmitDate": "2025-12-19T01:47:10.8853355+00:00",
"ReportPeriodStart": "2025-12-19T01:47:10.8853355+00:00",
"ReportPeriodEnd": "2025-12-19T01:47:10.8853355+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "03ba119d-cb6d-4c1f-9ec7-1f340c756c5c",
"Rows": [
{
"ItemId": "b9a32104-101c-45fa-95f9-db26c32bb6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b9a32104-101c-45fa-95f9-db26c32bb6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "03ba119d-cb6d-4c1f-9ec7-1f340c756c5c",
"Rows": [
{
"ItemId": "b9a32104-101c-45fa-95f9-db26c32bb6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b9a32104-101c-45fa-95f9-db26c32bb6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7b301719-180c-42c8-9e64-3340a9eea11d",
"4bd758bb-ad39-4b57-8e40-58049eb4a60b"
],
"Approvers": [
"90a6eb01-d9bf-4f41-b32c-795b1c09b419",
"45397736-6524-4fae-8ea3-80295bc7286f"
],
"ApprovedBy": "5b670d29-7967-4315-bdb4-775bc1810adf",
"ApprovalDate": "2025-12-19T01:47:10.8853355+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d0e13d86-aef6-4af1-9f7b-3637c359ca6b",
"id": "20a99b21-4711-42b7-8d1a-1375d1936074",
"ConfigId": "cab125ae-ba05-4115-a0d4-ce0dfff8f3ba"
}
]