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-18T22:47:28.3653355+00:00",
"SubmitDate": "2026-06-18T22:47:28.3653355+00:00",
"ReportPeriodStart": "2026-06-18T22:47:28.3653355+00:00",
"ReportPeriodEnd": "2026-06-18T22:47:28.3653355+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "03a6c107-91aa-460a-a02e-1fb5e265adf1",
"Rows": [
{
"ItemId": "948ddf24-e310-4c04-8897-af9c3192c6f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "948ddf24-e310-4c04-8897-af9c3192c6f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "03a6c107-91aa-460a-a02e-1fb5e265adf1",
"Rows": [
{
"ItemId": "948ddf24-e310-4c04-8897-af9c3192c6f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "948ddf24-e310-4c04-8897-af9c3192c6f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c9338ae1-ee5f-492b-88c3-15067213a138",
"6c44aa2c-1c6c-4771-ba39-5bf5f3e2cf35"
],
"Approvers": [
"a62c6b09-e665-4e44-acae-1ecadef339e7",
"f0ec3f5d-8ece-42fa-8bf5-4263bae6bcd1"
],
"ApprovedBy": "500e3322-8be7-408e-9e8b-4f29b51311b8",
"ApprovalDate": "2026-06-18T22:47:28.3653355+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4bbff0f3-1005-4e3a-89bd-051a14db4dff",
"id": "30f73140-f088-421b-8a24-bb3f34690df1",
"ConfigId": "0a96dbef-2a53-4e59-857a-676df650c00b"
},
{
"GenerationDate": "2026-06-18T22:47:28.3653355+00:00",
"SubmitDate": "2026-06-18T22:47:28.3653355+00:00",
"ReportPeriodStart": "2026-06-18T22:47:28.3653355+00:00",
"ReportPeriodEnd": "2026-06-18T22:47:28.3653355+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "03a6c107-91aa-460a-a02e-1fb5e265adf1",
"Rows": [
{
"ItemId": "948ddf24-e310-4c04-8897-af9c3192c6f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "948ddf24-e310-4c04-8897-af9c3192c6f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "03a6c107-91aa-460a-a02e-1fb5e265adf1",
"Rows": [
{
"ItemId": "948ddf24-e310-4c04-8897-af9c3192c6f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "948ddf24-e310-4c04-8897-af9c3192c6f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c9338ae1-ee5f-492b-88c3-15067213a138",
"6c44aa2c-1c6c-4771-ba39-5bf5f3e2cf35"
],
"Approvers": [
"a62c6b09-e665-4e44-acae-1ecadef339e7",
"f0ec3f5d-8ece-42fa-8bf5-4263bae6bcd1"
],
"ApprovedBy": "500e3322-8be7-408e-9e8b-4f29b51311b8",
"ApprovalDate": "2026-06-18T22:47:28.3653355+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4bbff0f3-1005-4e3a-89bd-051a14db4dff",
"id": "30f73140-f088-421b-8a24-bb3f34690df1",
"ConfigId": "0a96dbef-2a53-4e59-857a-676df650c00b"
}
]