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-03T13:01:52.4452174+00:00",
"SubmitDate": "2026-06-03T13:01:52.4452174+00:00",
"ReportPeriodStart": "2026-06-03T13:01:52.4452174+00:00",
"ReportPeriodEnd": "2026-06-03T13:01:52.4452174+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f4efba0b-56f2-4f53-ab56-c12fd8961018",
"Rows": [
{
"ItemId": "827da616-8821-49e6-88fc-91da3013b6ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "827da616-8821-49e6-88fc-91da3013b6ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f4efba0b-56f2-4f53-ab56-c12fd8961018",
"Rows": [
{
"ItemId": "827da616-8821-49e6-88fc-91da3013b6ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "827da616-8821-49e6-88fc-91da3013b6ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2b16e303-80d5-421d-88b8-a24232b2b31a",
"12c1f789-ad54-4f24-9716-49e4ac60a7e3"
],
"Approvers": [
"286f20f1-3f34-44a8-be27-00aa7936d4b6",
"c9528439-1c8c-4cb1-b86f-98710ebcb048"
],
"ApprovedBy": "46a9682c-4225-4139-a2b2-bbee2f207859",
"ApprovalDate": "2026-06-03T13:01:52.4452174+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6134a0ff-3e80-4139-830b-d30d372e223a",
"id": "3b5a02ec-a432-4527-be8e-780c5222d212",
"ConfigId": "6f57c51e-e098-4c2d-8dbe-40d6f365f0dd"
},
{
"GenerationDate": "2026-06-03T13:01:52.4452174+00:00",
"SubmitDate": "2026-06-03T13:01:52.4452174+00:00",
"ReportPeriodStart": "2026-06-03T13:01:52.4452174+00:00",
"ReportPeriodEnd": "2026-06-03T13:01:52.4452174+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f4efba0b-56f2-4f53-ab56-c12fd8961018",
"Rows": [
{
"ItemId": "827da616-8821-49e6-88fc-91da3013b6ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "827da616-8821-49e6-88fc-91da3013b6ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f4efba0b-56f2-4f53-ab56-c12fd8961018",
"Rows": [
{
"ItemId": "827da616-8821-49e6-88fc-91da3013b6ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "827da616-8821-49e6-88fc-91da3013b6ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2b16e303-80d5-421d-88b8-a24232b2b31a",
"12c1f789-ad54-4f24-9716-49e4ac60a7e3"
],
"Approvers": [
"286f20f1-3f34-44a8-be27-00aa7936d4b6",
"c9528439-1c8c-4cb1-b86f-98710ebcb048"
],
"ApprovedBy": "46a9682c-4225-4139-a2b2-bbee2f207859",
"ApprovalDate": "2026-06-03T13:01:52.4452174+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6134a0ff-3e80-4139-830b-d30d372e223a",
"id": "3b5a02ec-a432-4527-be8e-780c5222d212",
"ConfigId": "6f57c51e-e098-4c2d-8dbe-40d6f365f0dd"
}
]