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-14T18:33:43.4409173+00:00",
"SubmitDate": "2026-06-14T18:33:43.4409173+00:00",
"ReportPeriodStart": "2026-06-14T18:33:43.4409173+00:00",
"ReportPeriodEnd": "2026-06-14T18:33:43.4409173+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e5c70e79-04f7-43e9-beff-16a995427695",
"Rows": [
{
"ItemId": "45a936e1-eb49-48ee-9528-61b7adfc53ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "45a936e1-eb49-48ee-9528-61b7adfc53ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e5c70e79-04f7-43e9-beff-16a995427695",
"Rows": [
{
"ItemId": "45a936e1-eb49-48ee-9528-61b7adfc53ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "45a936e1-eb49-48ee-9528-61b7adfc53ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d02a4c49-284b-4b0e-890a-949563b9765f",
"0602107d-c1e7-48df-9cdf-afd4c7682230"
],
"Approvers": [
"66219472-5a6a-4c25-a3c3-2c2750dfb7e7",
"84530627-d06d-4714-9a2c-a7e80738faba"
],
"ApprovedBy": "7631a916-e946-4ea0-87b8-8faa1c14defa",
"ApprovalDate": "2026-06-14T18:33:43.4409173+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0e2e077a-da1f-4233-984e-e6a276e0b707",
"id": "440a966c-50b1-4569-9a90-b0123c8d1e47",
"ConfigId": "4510730c-fa1d-4bc8-ad37-a56b921f6706"
},
{
"GenerationDate": "2026-06-14T18:33:43.4409173+00:00",
"SubmitDate": "2026-06-14T18:33:43.4409173+00:00",
"ReportPeriodStart": "2026-06-14T18:33:43.4409173+00:00",
"ReportPeriodEnd": "2026-06-14T18:33:43.4409173+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e5c70e79-04f7-43e9-beff-16a995427695",
"Rows": [
{
"ItemId": "45a936e1-eb49-48ee-9528-61b7adfc53ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "45a936e1-eb49-48ee-9528-61b7adfc53ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e5c70e79-04f7-43e9-beff-16a995427695",
"Rows": [
{
"ItemId": "45a936e1-eb49-48ee-9528-61b7adfc53ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "45a936e1-eb49-48ee-9528-61b7adfc53ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d02a4c49-284b-4b0e-890a-949563b9765f",
"0602107d-c1e7-48df-9cdf-afd4c7682230"
],
"Approvers": [
"66219472-5a6a-4c25-a3c3-2c2750dfb7e7",
"84530627-d06d-4714-9a2c-a7e80738faba"
],
"ApprovedBy": "7631a916-e946-4ea0-87b8-8faa1c14defa",
"ApprovalDate": "2026-06-14T18:33:43.4409173+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0e2e077a-da1f-4233-984e-e6a276e0b707",
"id": "440a966c-50b1-4569-9a90-b0123c8d1e47",
"ConfigId": "4510730c-fa1d-4bc8-ad37-a56b921f6706"
}
]