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-25T21:33:37.6987974+00:00",
"SubmitDate": "2026-05-25T21:33:37.6987974+00:00",
"ReportPeriodStart": "2026-05-25T21:33:37.6987974+00:00",
"ReportPeriodEnd": "2026-05-25T21:33:37.6987974+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b9e182b0-1370-49a7-ba5f-461bda37a6bf",
"Rows": [
{
"ItemId": "bdfd8345-072c-40c5-a6cd-442245038c1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bdfd8345-072c-40c5-a6cd-442245038c1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b9e182b0-1370-49a7-ba5f-461bda37a6bf",
"Rows": [
{
"ItemId": "bdfd8345-072c-40c5-a6cd-442245038c1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bdfd8345-072c-40c5-a6cd-442245038c1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7d06820b-97b8-4714-b304-ef00aec17cd4",
"88c90f8e-18a7-4291-98d2-54830b22a04d"
],
"Approvers": [
"e75e236d-db73-4df7-82bf-9e1ef7e94721",
"c8dd289c-b65d-45f5-9839-8b1ff497a7e6"
],
"ApprovedBy": "465368d4-1899-4458-bb22-7e5bbb34f0d8",
"ApprovalDate": "2026-05-25T21:33:37.6987974+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "abfdf0af-4108-469e-ba31-e8df5c27de3f",
"id": "d64424fd-c485-4390-9973-e672aa164266",
"ConfigId": "cc72cf53-13a5-41cf-99f5-a0b06a074c8f"
},
{
"GenerationDate": "2026-05-25T21:33:37.6987974+00:00",
"SubmitDate": "2026-05-25T21:33:37.6987974+00:00",
"ReportPeriodStart": "2026-05-25T21:33:37.6987974+00:00",
"ReportPeriodEnd": "2026-05-25T21:33:37.6987974+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b9e182b0-1370-49a7-ba5f-461bda37a6bf",
"Rows": [
{
"ItemId": "bdfd8345-072c-40c5-a6cd-442245038c1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bdfd8345-072c-40c5-a6cd-442245038c1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b9e182b0-1370-49a7-ba5f-461bda37a6bf",
"Rows": [
{
"ItemId": "bdfd8345-072c-40c5-a6cd-442245038c1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bdfd8345-072c-40c5-a6cd-442245038c1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7d06820b-97b8-4714-b304-ef00aec17cd4",
"88c90f8e-18a7-4291-98d2-54830b22a04d"
],
"Approvers": [
"e75e236d-db73-4df7-82bf-9e1ef7e94721",
"c8dd289c-b65d-45f5-9839-8b1ff497a7e6"
],
"ApprovedBy": "465368d4-1899-4458-bb22-7e5bbb34f0d8",
"ApprovalDate": "2026-05-25T21:33:37.6987974+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "abfdf0af-4108-469e-ba31-e8df5c27de3f",
"id": "d64424fd-c485-4390-9973-e672aa164266",
"ConfigId": "cc72cf53-13a5-41cf-99f5-a0b06a074c8f"
}
]