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-05-27T00:01:12.5560217+00:00",
"SubmitDate": "2026-05-27T00:01:12.5560217+00:00",
"ReportPeriodStart": "2026-05-27T00:01:12.5560217+00:00",
"ReportPeriodEnd": "2026-05-27T00:01:12.5560217+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ed5e131e-3b9b-4b6d-81fd-167a96946276",
"Rows": [
{
"ItemId": "82249ac3-c5ba-4786-b268-a4a8801474f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "82249ac3-c5ba-4786-b268-a4a8801474f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ed5e131e-3b9b-4b6d-81fd-167a96946276",
"Rows": [
{
"ItemId": "82249ac3-c5ba-4786-b268-a4a8801474f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "82249ac3-c5ba-4786-b268-a4a8801474f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b35d170d-643b-4cd5-b634-4c52f31ca8a0",
"3ef06c01-7943-46c4-99a0-dd646d59ba02"
],
"Approvers": [
"01f0f874-1d54-4b77-bb4e-65b3e181dfd2",
"83b96ce8-844b-4ee5-a39b-75da86ce21fa"
],
"ApprovedBy": "157a1aef-b17b-4e22-8997-3d381cdd01f1",
"ApprovalDate": "2026-05-27T00:01:12.5560217+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f515242a-d2d1-42fd-822e-69420d6444f3",
"id": "9795df1c-7e0f-4296-917a-2ad05c2483f5",
"ConfigId": "1fbfafaf-7d17-4299-b7df-83c604ca475e"
},
{
"GenerationDate": "2026-05-27T00:01:12.5560217+00:00",
"SubmitDate": "2026-05-27T00:01:12.5560217+00:00",
"ReportPeriodStart": "2026-05-27T00:01:12.5560217+00:00",
"ReportPeriodEnd": "2026-05-27T00:01:12.5560217+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ed5e131e-3b9b-4b6d-81fd-167a96946276",
"Rows": [
{
"ItemId": "82249ac3-c5ba-4786-b268-a4a8801474f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "82249ac3-c5ba-4786-b268-a4a8801474f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ed5e131e-3b9b-4b6d-81fd-167a96946276",
"Rows": [
{
"ItemId": "82249ac3-c5ba-4786-b268-a4a8801474f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "82249ac3-c5ba-4786-b268-a4a8801474f1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b35d170d-643b-4cd5-b634-4c52f31ca8a0",
"3ef06c01-7943-46c4-99a0-dd646d59ba02"
],
"Approvers": [
"01f0f874-1d54-4b77-bb4e-65b3e181dfd2",
"83b96ce8-844b-4ee5-a39b-75da86ce21fa"
],
"ApprovedBy": "157a1aef-b17b-4e22-8997-3d381cdd01f1",
"ApprovalDate": "2026-05-27T00:01:12.5560217+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f515242a-d2d1-42fd-822e-69420d6444f3",
"id": "9795df1c-7e0f-4296-917a-2ad05c2483f5",
"ConfigId": "1fbfafaf-7d17-4299-b7df-83c604ca475e"
}
]