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-10T00:12:12.1403225+00:00",
"SubmitDate": "2026-01-10T00:12:12.1403225+00:00",
"ReportPeriodStart": "2026-01-10T00:12:12.1403225+00:00",
"ReportPeriodEnd": "2026-01-10T00:12:12.1403225+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8d3ab10a-5cbd-4d59-abb6-9027e811ac5d",
"Rows": [
{
"ItemId": "bd2b60d4-0c01-4a7c-9cf3-975147dfe6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bd2b60d4-0c01-4a7c-9cf3-975147dfe6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8d3ab10a-5cbd-4d59-abb6-9027e811ac5d",
"Rows": [
{
"ItemId": "bd2b60d4-0c01-4a7c-9cf3-975147dfe6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bd2b60d4-0c01-4a7c-9cf3-975147dfe6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"61a46dbc-5a6d-4c03-9712-ca1c3ba07d32",
"1c43aaa0-48e7-470d-be0f-39eca83b7ae5"
],
"Approvers": [
"a5b7a624-82af-4665-8141-3d6549aa3d5f",
"590f2814-818b-48b7-ad88-3b97c5f015e5"
],
"ApprovedBy": "28864e2b-e52c-47e1-9cc6-f050242a0766",
"ApprovalDate": "2026-01-10T00:12:12.1403225+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4227e663-3f4d-47c7-8ead-8e2f45bde9eb",
"id": "5b098d24-4804-42a5-9bc7-24a0e4c65693",
"ConfigId": "5a750420-be37-4d99-923f-c385ba3f0771"
},
{
"GenerationDate": "2026-01-10T00:12:12.1403225+00:00",
"SubmitDate": "2026-01-10T00:12:12.1403225+00:00",
"ReportPeriodStart": "2026-01-10T00:12:12.1403225+00:00",
"ReportPeriodEnd": "2026-01-10T00:12:12.1403225+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8d3ab10a-5cbd-4d59-abb6-9027e811ac5d",
"Rows": [
{
"ItemId": "bd2b60d4-0c01-4a7c-9cf3-975147dfe6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bd2b60d4-0c01-4a7c-9cf3-975147dfe6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8d3ab10a-5cbd-4d59-abb6-9027e811ac5d",
"Rows": [
{
"ItemId": "bd2b60d4-0c01-4a7c-9cf3-975147dfe6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bd2b60d4-0c01-4a7c-9cf3-975147dfe6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"61a46dbc-5a6d-4c03-9712-ca1c3ba07d32",
"1c43aaa0-48e7-470d-be0f-39eca83b7ae5"
],
"Approvers": [
"a5b7a624-82af-4665-8141-3d6549aa3d5f",
"590f2814-818b-48b7-ad88-3b97c5f015e5"
],
"ApprovedBy": "28864e2b-e52c-47e1-9cc6-f050242a0766",
"ApprovalDate": "2026-01-10T00:12:12.1403225+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4227e663-3f4d-47c7-8ead-8e2f45bde9eb",
"id": "5b098d24-4804-42a5-9bc7-24a0e4c65693",
"ConfigId": "5a750420-be37-4d99-923f-c385ba3f0771"
}
]