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-31T02:00:59.3986416+00:00",
"SubmitDate": "2026-05-31T02:00:59.3986416+00:00",
"ReportPeriodStart": "2026-05-31T02:00:59.3986416+00:00",
"ReportPeriodEnd": "2026-05-31T02:00:59.3986416+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f1cd6834-d572-45bf-a8bb-da57fb040637",
"Rows": [
{
"ItemId": "978a1683-8a83-4ccf-9185-c685386df307",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "978a1683-8a83-4ccf-9185-c685386df307",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f1cd6834-d572-45bf-a8bb-da57fb040637",
"Rows": [
{
"ItemId": "978a1683-8a83-4ccf-9185-c685386df307",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "978a1683-8a83-4ccf-9185-c685386df307",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8fa8feab-b284-4f4b-b1d9-8c76955dd65e",
"562e7c3f-bd1f-4041-81bd-55d86949e2ad"
],
"Approvers": [
"a4d13136-40aa-4001-9b0d-208d65bd5da4",
"6d0bf3bc-b0e8-443c-924e-b44647dff233"
],
"ApprovedBy": "c0da73ea-9f95-49eb-a394-1173aa5b48b4",
"ApprovalDate": "2026-05-31T02:00:59.3986416+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "af8fa225-d372-44eb-83ae-bb900d5916bc",
"id": "747aa3a4-813a-43bb-a915-6047d04fe44a",
"ConfigId": "1e4484a8-d502-45f6-9596-e68f96045bba"
},
{
"GenerationDate": "2026-05-31T02:00:59.3986416+00:00",
"SubmitDate": "2026-05-31T02:00:59.3986416+00:00",
"ReportPeriodStart": "2026-05-31T02:00:59.3986416+00:00",
"ReportPeriodEnd": "2026-05-31T02:00:59.3986416+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f1cd6834-d572-45bf-a8bb-da57fb040637",
"Rows": [
{
"ItemId": "978a1683-8a83-4ccf-9185-c685386df307",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "978a1683-8a83-4ccf-9185-c685386df307",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f1cd6834-d572-45bf-a8bb-da57fb040637",
"Rows": [
{
"ItemId": "978a1683-8a83-4ccf-9185-c685386df307",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "978a1683-8a83-4ccf-9185-c685386df307",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8fa8feab-b284-4f4b-b1d9-8c76955dd65e",
"562e7c3f-bd1f-4041-81bd-55d86949e2ad"
],
"Approvers": [
"a4d13136-40aa-4001-9b0d-208d65bd5da4",
"6d0bf3bc-b0e8-443c-924e-b44647dff233"
],
"ApprovedBy": "c0da73ea-9f95-49eb-a394-1173aa5b48b4",
"ApprovalDate": "2026-05-31T02:00:59.3986416+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "af8fa225-d372-44eb-83ae-bb900d5916bc",
"id": "747aa3a4-813a-43bb-a915-6047d04fe44a",
"ConfigId": "1e4484a8-d502-45f6-9596-e68f96045bba"
}
]