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-21T01:42:22.4464667+00:00",
"SubmitDate": "2026-06-21T01:42:22.4464667+00:00",
"ReportPeriodStart": "2026-06-21T01:42:22.4464667+00:00",
"ReportPeriodEnd": "2026-06-21T01:42:22.4464667+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "706ed0a6-8f20-4bbf-a419-91dab91e3755",
"Rows": [
{
"ItemId": "b1f9b01a-b566-4c63-b51b-5381198b17a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b1f9b01a-b566-4c63-b51b-5381198b17a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "706ed0a6-8f20-4bbf-a419-91dab91e3755",
"Rows": [
{
"ItemId": "b1f9b01a-b566-4c63-b51b-5381198b17a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b1f9b01a-b566-4c63-b51b-5381198b17a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b2c80595-cce4-4a2c-85b5-64ce8fe247b1",
"3f32064d-391e-44c4-a37e-1818a13121a1"
],
"Approvers": [
"7231666e-f313-427a-a5d4-16123659a816",
"417395ff-d11a-4695-a609-2cea9dd96f9f"
],
"ApprovedBy": "e7227e44-3852-49c9-a6e1-85116049f4e3",
"ApprovalDate": "2026-06-21T01:42:22.4464667+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "54264cd5-cebb-444c-8cb3-2b4bfc4a1ea3",
"id": "0843f989-3626-4503-9a15-ece134bad474",
"ConfigId": "d89aa9af-0923-486d-9c9d-d5513b25cbf5"
},
{
"GenerationDate": "2026-06-21T01:42:22.4464667+00:00",
"SubmitDate": "2026-06-21T01:42:22.4464667+00:00",
"ReportPeriodStart": "2026-06-21T01:42:22.4464667+00:00",
"ReportPeriodEnd": "2026-06-21T01:42:22.4464667+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "706ed0a6-8f20-4bbf-a419-91dab91e3755",
"Rows": [
{
"ItemId": "b1f9b01a-b566-4c63-b51b-5381198b17a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b1f9b01a-b566-4c63-b51b-5381198b17a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "706ed0a6-8f20-4bbf-a419-91dab91e3755",
"Rows": [
{
"ItemId": "b1f9b01a-b566-4c63-b51b-5381198b17a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b1f9b01a-b566-4c63-b51b-5381198b17a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b2c80595-cce4-4a2c-85b5-64ce8fe247b1",
"3f32064d-391e-44c4-a37e-1818a13121a1"
],
"Approvers": [
"7231666e-f313-427a-a5d4-16123659a816",
"417395ff-d11a-4695-a609-2cea9dd96f9f"
],
"ApprovedBy": "e7227e44-3852-49c9-a6e1-85116049f4e3",
"ApprovalDate": "2026-06-21T01:42:22.4464667+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "54264cd5-cebb-444c-8cb3-2b4bfc4a1ea3",
"id": "0843f989-3626-4503-9a15-ece134bad474",
"ConfigId": "d89aa9af-0923-486d-9c9d-d5513b25cbf5"
}
]