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-20T10:10:01.401545+00:00",
"SubmitDate": "2026-06-20T10:10:01.401545+00:00",
"ReportPeriodStart": "2026-06-20T10:10:01.401545+00:00",
"ReportPeriodEnd": "2026-06-20T10:10:01.401545+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d0c99da4-e467-492d-8e03-1860cb1827d0",
"Rows": [
{
"ItemId": "23b314a1-d272-4d73-8401-a7035d0f66a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "23b314a1-d272-4d73-8401-a7035d0f66a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d0c99da4-e467-492d-8e03-1860cb1827d0",
"Rows": [
{
"ItemId": "23b314a1-d272-4d73-8401-a7035d0f66a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "23b314a1-d272-4d73-8401-a7035d0f66a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"effdb3d5-4844-4c6c-b4d1-a7eb64d4cdf8",
"f5125da2-a23b-4a64-a9eb-f952965194f7"
],
"Approvers": [
"307cbf8e-6707-426a-bace-eaeed3909689",
"f0a1226e-0ade-4190-887c-f2ce490d6247"
],
"ApprovedBy": "7cd2c6c6-c925-4803-8771-3fed5babb432",
"ApprovalDate": "2026-06-20T10:10:01.401545+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4c75d25f-1ee6-47e3-bcf8-b9ca70ddcb93",
"id": "62e81ed4-5001-4ecb-a4d4-aceda0802edc",
"ConfigId": "387413f6-cd77-4572-91b2-5d0cf442f5f6"
},
{
"GenerationDate": "2026-06-20T10:10:01.401545+00:00",
"SubmitDate": "2026-06-20T10:10:01.401545+00:00",
"ReportPeriodStart": "2026-06-20T10:10:01.401545+00:00",
"ReportPeriodEnd": "2026-06-20T10:10:01.401545+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d0c99da4-e467-492d-8e03-1860cb1827d0",
"Rows": [
{
"ItemId": "23b314a1-d272-4d73-8401-a7035d0f66a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "23b314a1-d272-4d73-8401-a7035d0f66a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d0c99da4-e467-492d-8e03-1860cb1827d0",
"Rows": [
{
"ItemId": "23b314a1-d272-4d73-8401-a7035d0f66a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "23b314a1-d272-4d73-8401-a7035d0f66a8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"effdb3d5-4844-4c6c-b4d1-a7eb64d4cdf8",
"f5125da2-a23b-4a64-a9eb-f952965194f7"
],
"Approvers": [
"307cbf8e-6707-426a-bace-eaeed3909689",
"f0a1226e-0ade-4190-887c-f2ce490d6247"
],
"ApprovedBy": "7cd2c6c6-c925-4803-8771-3fed5babb432",
"ApprovalDate": "2026-06-20T10:10:01.401545+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4c75d25f-1ee6-47e3-bcf8-b9ca70ddcb93",
"id": "62e81ed4-5001-4ecb-a4d4-aceda0802edc",
"ConfigId": "387413f6-cd77-4572-91b2-5d0cf442f5f6"
}
]