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-07T08:33:29.4255125+00:00",
"SubmitDate": "2026-06-07T08:33:29.4255125+00:00",
"ReportPeriodStart": "2026-06-07T08:33:29.4255125+00:00",
"ReportPeriodEnd": "2026-06-07T08:33:29.4255125+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6feafd69-9cef-4ad9-86a2-9f5dff32fb0c",
"Rows": [
{
"ItemId": "2001f9b7-5267-4101-b427-3812879d4c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2001f9b7-5267-4101-b427-3812879d4c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6feafd69-9cef-4ad9-86a2-9f5dff32fb0c",
"Rows": [
{
"ItemId": "2001f9b7-5267-4101-b427-3812879d4c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2001f9b7-5267-4101-b427-3812879d4c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d4afcdc7-fb5f-43cc-a3a7-12e6fa7bba85",
"6e4f2d65-8310-4048-b53a-42ae2003289d"
],
"Approvers": [
"1dd35dfd-adcd-4695-b7be-e1b78aeb5ec9",
"4264d39d-ced4-4558-931c-b72753f23dfb"
],
"ApprovedBy": "f398fc3a-9962-40d5-a680-3164224449f2",
"ApprovalDate": "2026-06-07T08:33:29.4255125+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8d0d26cf-e0db-49f1-b953-a81283175626",
"id": "359c62d8-bcc0-452e-abc5-ab60376a5272",
"ConfigId": "09caeece-c034-4506-bf51-cb11752b4cc9"
},
{
"GenerationDate": "2026-06-07T08:33:29.4255125+00:00",
"SubmitDate": "2026-06-07T08:33:29.4255125+00:00",
"ReportPeriodStart": "2026-06-07T08:33:29.4255125+00:00",
"ReportPeriodEnd": "2026-06-07T08:33:29.4255125+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6feafd69-9cef-4ad9-86a2-9f5dff32fb0c",
"Rows": [
{
"ItemId": "2001f9b7-5267-4101-b427-3812879d4c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2001f9b7-5267-4101-b427-3812879d4c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6feafd69-9cef-4ad9-86a2-9f5dff32fb0c",
"Rows": [
{
"ItemId": "2001f9b7-5267-4101-b427-3812879d4c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2001f9b7-5267-4101-b427-3812879d4c98",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d4afcdc7-fb5f-43cc-a3a7-12e6fa7bba85",
"6e4f2d65-8310-4048-b53a-42ae2003289d"
],
"Approvers": [
"1dd35dfd-adcd-4695-b7be-e1b78aeb5ec9",
"4264d39d-ced4-4558-931c-b72753f23dfb"
],
"ApprovedBy": "f398fc3a-9962-40d5-a680-3164224449f2",
"ApprovalDate": "2026-06-07T08:33:29.4255125+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8d0d26cf-e0db-49f1-b953-a81283175626",
"id": "359c62d8-bcc0-452e-abc5-ab60376a5272",
"ConfigId": "09caeece-c034-4506-bf51-cb11752b4cc9"
}
]