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-13T15:26:40.2883414+00:00",
"SubmitDate": "2025-12-13T15:26:40.2883414+00:00",
"ReportPeriodStart": "2025-12-13T15:26:40.2883414+00:00",
"ReportPeriodEnd": "2025-12-13T15:26:40.2883414+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d2d55bd6-3be5-489e-8d58-d4255dd07a49",
"Rows": [
{
"ItemId": "90a955b1-a2e2-49fa-98a7-81b9bbdb1135",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90a955b1-a2e2-49fa-98a7-81b9bbdb1135",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d2d55bd6-3be5-489e-8d58-d4255dd07a49",
"Rows": [
{
"ItemId": "90a955b1-a2e2-49fa-98a7-81b9bbdb1135",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90a955b1-a2e2-49fa-98a7-81b9bbdb1135",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4e797af4-1d58-4916-971a-398ea37ef932",
"5fe293dc-810a-455d-9d5d-5a3dd78f5579"
],
"Approvers": [
"5e3450f1-e7ea-4e91-87ac-092d8b58ec95",
"4a7ecba5-a090-4472-9d93-959a97025f43"
],
"ApprovedBy": "06942333-0e52-4e6d-aaf8-07977fcd3f53",
"ApprovalDate": "2025-12-13T15:26:40.2883414+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c6c07dd8-4ca3-4791-9c0d-d63acc4aea85",
"id": "cce29aef-47c2-45de-b6bc-173440cb4165",
"ConfigId": "f2e7da6d-0e6d-4d71-97dc-682ba5ccdd58"
},
{
"GenerationDate": "2025-12-13T15:26:40.2883414+00:00",
"SubmitDate": "2025-12-13T15:26:40.2883414+00:00",
"ReportPeriodStart": "2025-12-13T15:26:40.2883414+00:00",
"ReportPeriodEnd": "2025-12-13T15:26:40.2883414+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d2d55bd6-3be5-489e-8d58-d4255dd07a49",
"Rows": [
{
"ItemId": "90a955b1-a2e2-49fa-98a7-81b9bbdb1135",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90a955b1-a2e2-49fa-98a7-81b9bbdb1135",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d2d55bd6-3be5-489e-8d58-d4255dd07a49",
"Rows": [
{
"ItemId": "90a955b1-a2e2-49fa-98a7-81b9bbdb1135",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90a955b1-a2e2-49fa-98a7-81b9bbdb1135",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4e797af4-1d58-4916-971a-398ea37ef932",
"5fe293dc-810a-455d-9d5d-5a3dd78f5579"
],
"Approvers": [
"5e3450f1-e7ea-4e91-87ac-092d8b58ec95",
"4a7ecba5-a090-4472-9d93-959a97025f43"
],
"ApprovedBy": "06942333-0e52-4e6d-aaf8-07977fcd3f53",
"ApprovalDate": "2025-12-13T15:26:40.2883414+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c6c07dd8-4ca3-4791-9c0d-d63acc4aea85",
"id": "cce29aef-47c2-45de-b6bc-173440cb4165",
"ConfigId": "f2e7da6d-0e6d-4d71-97dc-682ba5ccdd58"
}
]