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-15T09:59:06.7559119+00:00",
"SubmitDate": "2026-05-15T09:59:06.7559119+00:00",
"ReportPeriodStart": "2026-05-15T09:59:06.7559119+00:00",
"ReportPeriodEnd": "2026-05-15T09:59:06.7559119+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f10f72cf-45c6-44d3-b451-afe755dffb38",
"Rows": [
{
"ItemId": "52c493dd-2bc1-42f8-bb8d-fb2959401ed3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52c493dd-2bc1-42f8-bb8d-fb2959401ed3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f10f72cf-45c6-44d3-b451-afe755dffb38",
"Rows": [
{
"ItemId": "52c493dd-2bc1-42f8-bb8d-fb2959401ed3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52c493dd-2bc1-42f8-bb8d-fb2959401ed3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5be70025-872c-4ff1-96a4-4e20c77378f5",
"c6c9b90d-0e2e-4d3f-8aa3-45cd21a8b07a"
],
"Approvers": [
"e3c769e1-1523-498d-bf07-27650c006fda",
"08292153-90b9-4bbb-b26e-1ea15af8aa1f"
],
"ApprovedBy": "108cf619-db3b-4d69-9353-0bd228d52692",
"ApprovalDate": "2026-05-15T09:59:06.7559119+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b06dae00-e601-4996-875c-7572f630e715",
"id": "3fc88c22-017b-4f30-9bb2-c5f63a0f84c6",
"ConfigId": "72dc7bcc-623a-4b5d-9d31-d766381ed8f6"
},
{
"GenerationDate": "2026-05-15T09:59:06.7559119+00:00",
"SubmitDate": "2026-05-15T09:59:06.7559119+00:00",
"ReportPeriodStart": "2026-05-15T09:59:06.7559119+00:00",
"ReportPeriodEnd": "2026-05-15T09:59:06.7559119+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f10f72cf-45c6-44d3-b451-afe755dffb38",
"Rows": [
{
"ItemId": "52c493dd-2bc1-42f8-bb8d-fb2959401ed3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52c493dd-2bc1-42f8-bb8d-fb2959401ed3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f10f72cf-45c6-44d3-b451-afe755dffb38",
"Rows": [
{
"ItemId": "52c493dd-2bc1-42f8-bb8d-fb2959401ed3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "52c493dd-2bc1-42f8-bb8d-fb2959401ed3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5be70025-872c-4ff1-96a4-4e20c77378f5",
"c6c9b90d-0e2e-4d3f-8aa3-45cd21a8b07a"
],
"Approvers": [
"e3c769e1-1523-498d-bf07-27650c006fda",
"08292153-90b9-4bbb-b26e-1ea15af8aa1f"
],
"ApprovedBy": "108cf619-db3b-4d69-9353-0bd228d52692",
"ApprovalDate": "2026-05-15T09:59:06.7559119+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b06dae00-e601-4996-875c-7572f630e715",
"id": "3fc88c22-017b-4f30-9bb2-c5f63a0f84c6",
"ConfigId": "72dc7bcc-623a-4b5d-9d31-d766381ed8f6"
}
]