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-01-27T07:32:38.1130889+00:00",
"SubmitDate": "2026-01-27T07:32:38.1130889+00:00",
"ReportPeriodStart": "2026-01-27T07:32:38.1130889+00:00",
"ReportPeriodEnd": "2026-01-27T07:32:38.1130889+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2769dfd2-ed64-4395-a2d0-55d1fa265275",
"Rows": [
{
"ItemId": "1ad79f3f-3c43-4e58-ab75-c6afab89ee65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1ad79f3f-3c43-4e58-ab75-c6afab89ee65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2769dfd2-ed64-4395-a2d0-55d1fa265275",
"Rows": [
{
"ItemId": "1ad79f3f-3c43-4e58-ab75-c6afab89ee65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1ad79f3f-3c43-4e58-ab75-c6afab89ee65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a98e122e-eae8-4fde-b8a9-0035b73fceb4",
"942001ec-1da5-458b-9901-fb4905208637"
],
"Approvers": [
"7f86b122-bfbb-4c40-afd0-60bb39980a0e",
"0c983a2c-c9e2-4f54-a6dc-ce0d45ab5b0a"
],
"ApprovedBy": "255cf625-f06d-4df2-9b75-a5b658bee936",
"ApprovalDate": "2026-01-27T07:32:38.1130889+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f0a25ad9-b3c2-4980-a0a2-4f079648f0b6",
"id": "976ca791-79bd-46c2-bd6f-1f133c354ce3",
"ConfigId": "0eca5565-d783-46b6-a2b2-13678c2cc054"
},
{
"GenerationDate": "2026-01-27T07:32:38.1130889+00:00",
"SubmitDate": "2026-01-27T07:32:38.1130889+00:00",
"ReportPeriodStart": "2026-01-27T07:32:38.1130889+00:00",
"ReportPeriodEnd": "2026-01-27T07:32:38.1130889+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2769dfd2-ed64-4395-a2d0-55d1fa265275",
"Rows": [
{
"ItemId": "1ad79f3f-3c43-4e58-ab75-c6afab89ee65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1ad79f3f-3c43-4e58-ab75-c6afab89ee65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2769dfd2-ed64-4395-a2d0-55d1fa265275",
"Rows": [
{
"ItemId": "1ad79f3f-3c43-4e58-ab75-c6afab89ee65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1ad79f3f-3c43-4e58-ab75-c6afab89ee65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a98e122e-eae8-4fde-b8a9-0035b73fceb4",
"942001ec-1da5-458b-9901-fb4905208637"
],
"Approvers": [
"7f86b122-bfbb-4c40-afd0-60bb39980a0e",
"0c983a2c-c9e2-4f54-a6dc-ce0d45ab5b0a"
],
"ApprovedBy": "255cf625-f06d-4df2-9b75-a5b658bee936",
"ApprovalDate": "2026-01-27T07:32:38.1130889+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f0a25ad9-b3c2-4980-a0a2-4f079648f0b6",
"id": "976ca791-79bd-46c2-bd6f-1f133c354ce3",
"ConfigId": "0eca5565-d783-46b6-a2b2-13678c2cc054"
}
]