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-01-29T04:03:22.6290413+00:00",
"SubmitDate": "2026-01-29T04:03:22.6290413+00:00",
"ReportPeriodStart": "2026-01-29T04:03:22.6290413+00:00",
"ReportPeriodEnd": "2026-01-29T04:03:22.6290413+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4f2d3168-6fa4-4230-8656-03a5fc8d69a1",
"Rows": [
{
"ItemId": "7e1a51d6-05c1-4b5a-83d6-c1be9746bfad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e1a51d6-05c1-4b5a-83d6-c1be9746bfad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4f2d3168-6fa4-4230-8656-03a5fc8d69a1",
"Rows": [
{
"ItemId": "7e1a51d6-05c1-4b5a-83d6-c1be9746bfad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e1a51d6-05c1-4b5a-83d6-c1be9746bfad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f079fa22-3834-4e29-aa89-bcc5bcc61b03",
"2a643c53-1554-4912-bdc2-365601b28a64"
],
"Approvers": [
"77f3c88a-877b-410e-b9e3-1905e6ded5df",
"9cfacbf2-d36e-4a9f-8eca-d65d6f8bc030"
],
"ApprovedBy": "b6aae592-5eae-4aa6-8d3b-e6ac8fc19cd4",
"ApprovalDate": "2026-01-29T04:03:22.6290413+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8b0b2520-68d9-4fbd-be59-01e567d933a8",
"id": "258cc971-7ba9-45e6-8ca9-42902a4fb1b0",
"ConfigId": "2be8dd40-977f-4e35-b31a-fc5551332853"
},
{
"GenerationDate": "2026-01-29T04:03:22.6290413+00:00",
"SubmitDate": "2026-01-29T04:03:22.6290413+00:00",
"ReportPeriodStart": "2026-01-29T04:03:22.6290413+00:00",
"ReportPeriodEnd": "2026-01-29T04:03:22.6290413+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4f2d3168-6fa4-4230-8656-03a5fc8d69a1",
"Rows": [
{
"ItemId": "7e1a51d6-05c1-4b5a-83d6-c1be9746bfad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e1a51d6-05c1-4b5a-83d6-c1be9746bfad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4f2d3168-6fa4-4230-8656-03a5fc8d69a1",
"Rows": [
{
"ItemId": "7e1a51d6-05c1-4b5a-83d6-c1be9746bfad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7e1a51d6-05c1-4b5a-83d6-c1be9746bfad",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f079fa22-3834-4e29-aa89-bcc5bcc61b03",
"2a643c53-1554-4912-bdc2-365601b28a64"
],
"Approvers": [
"77f3c88a-877b-410e-b9e3-1905e6ded5df",
"9cfacbf2-d36e-4a9f-8eca-d65d6f8bc030"
],
"ApprovedBy": "b6aae592-5eae-4aa6-8d3b-e6ac8fc19cd4",
"ApprovalDate": "2026-01-29T04:03:22.6290413+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8b0b2520-68d9-4fbd-be59-01e567d933a8",
"id": "258cc971-7ba9-45e6-8ca9-42902a4fb1b0",
"ConfigId": "2be8dd40-977f-4e35-b31a-fc5551332853"
}
]