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-03-14T03:44:04.4111642+00:00",
"SubmitDate": "2026-03-14T03:44:04.4111642+00:00",
"ReportPeriodStart": "2026-03-14T03:44:04.4111642+00:00",
"ReportPeriodEnd": "2026-03-14T03:44:04.4111642+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "26d8e932-5b6c-4853-ac72-8e9f874cc0fb",
"Rows": [
{
"ItemId": "10f78d46-f4e9-4bff-9f0b-91efee920717",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10f78d46-f4e9-4bff-9f0b-91efee920717",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "26d8e932-5b6c-4853-ac72-8e9f874cc0fb",
"Rows": [
{
"ItemId": "10f78d46-f4e9-4bff-9f0b-91efee920717",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10f78d46-f4e9-4bff-9f0b-91efee920717",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d9896e00-3b81-4b14-b89f-529e889e0cec",
"cd47920b-7e62-4733-aaa7-ac1750fdda6a"
],
"Approvers": [
"742ba8ec-14ef-41ee-b168-28f9f48bfbfc",
"cd27f421-6a0c-4ee1-8b98-24a34335bf3e"
],
"ApprovedBy": "fb09b52a-2253-4de7-a14f-d09c4248cc77",
"ApprovalDate": "2026-03-14T03:44:04.4111642+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9f282326-dc53-429c-90e1-f99ce7e7942f",
"id": "4b86fce0-2bf8-4cc6-9e21-06f0bba35df5",
"ConfigId": "9e97609c-8751-4541-b591-95c2a10dadca"
},
{
"GenerationDate": "2026-03-14T03:44:04.4111642+00:00",
"SubmitDate": "2026-03-14T03:44:04.4111642+00:00",
"ReportPeriodStart": "2026-03-14T03:44:04.4111642+00:00",
"ReportPeriodEnd": "2026-03-14T03:44:04.4111642+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "26d8e932-5b6c-4853-ac72-8e9f874cc0fb",
"Rows": [
{
"ItemId": "10f78d46-f4e9-4bff-9f0b-91efee920717",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10f78d46-f4e9-4bff-9f0b-91efee920717",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "26d8e932-5b6c-4853-ac72-8e9f874cc0fb",
"Rows": [
{
"ItemId": "10f78d46-f4e9-4bff-9f0b-91efee920717",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "10f78d46-f4e9-4bff-9f0b-91efee920717",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d9896e00-3b81-4b14-b89f-529e889e0cec",
"cd47920b-7e62-4733-aaa7-ac1750fdda6a"
],
"Approvers": [
"742ba8ec-14ef-41ee-b168-28f9f48bfbfc",
"cd27f421-6a0c-4ee1-8b98-24a34335bf3e"
],
"ApprovedBy": "fb09b52a-2253-4de7-a14f-d09c4248cc77",
"ApprovalDate": "2026-03-14T03:44:04.4111642+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9f282326-dc53-429c-90e1-f99ce7e7942f",
"id": "4b86fce0-2bf8-4cc6-9e21-06f0bba35df5",
"ConfigId": "9e97609c-8751-4541-b591-95c2a10dadca"
}
]