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-03T05:35:14.3203906+00:00",
"SubmitDate": "2026-06-03T05:35:14.3203906+00:00",
"ReportPeriodStart": "2026-06-03T05:35:14.3203906+00:00",
"ReportPeriodEnd": "2026-06-03T05:35:14.3203906+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fa60eb9e-2904-4f34-9569-ee0d2d4c2f06",
"Rows": [
{
"ItemId": "9b174ea0-732f-4fcb-bd3c-90f7b6547297",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b174ea0-732f-4fcb-bd3c-90f7b6547297",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fa60eb9e-2904-4f34-9569-ee0d2d4c2f06",
"Rows": [
{
"ItemId": "9b174ea0-732f-4fcb-bd3c-90f7b6547297",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b174ea0-732f-4fcb-bd3c-90f7b6547297",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc357468-01a6-4865-b582-950444387fe3",
"ef4260a1-caa9-4630-a201-828be653bd81"
],
"Approvers": [
"de60ec47-e326-493d-9745-b474a55fe6cb",
"5b9577c3-0ee8-4e55-89c5-1f8649dd2044"
],
"ApprovedBy": "ea392b5a-16a4-440d-8571-a6c95fa46c1f",
"ApprovalDate": "2026-06-03T05:35:14.3203906+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0ebde67d-2e1d-4fdc-81a0-47acf7a49333",
"id": "df9e9898-32ac-4838-ac46-53253d8b4b32",
"ConfigId": "6ede5969-3388-49ad-8d09-c7f13be6606f"
},
{
"GenerationDate": "2026-06-03T05:35:14.3203906+00:00",
"SubmitDate": "2026-06-03T05:35:14.3203906+00:00",
"ReportPeriodStart": "2026-06-03T05:35:14.3203906+00:00",
"ReportPeriodEnd": "2026-06-03T05:35:14.3203906+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fa60eb9e-2904-4f34-9569-ee0d2d4c2f06",
"Rows": [
{
"ItemId": "9b174ea0-732f-4fcb-bd3c-90f7b6547297",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b174ea0-732f-4fcb-bd3c-90f7b6547297",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fa60eb9e-2904-4f34-9569-ee0d2d4c2f06",
"Rows": [
{
"ItemId": "9b174ea0-732f-4fcb-bd3c-90f7b6547297",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b174ea0-732f-4fcb-bd3c-90f7b6547297",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc357468-01a6-4865-b582-950444387fe3",
"ef4260a1-caa9-4630-a201-828be653bd81"
],
"Approvers": [
"de60ec47-e326-493d-9745-b474a55fe6cb",
"5b9577c3-0ee8-4e55-89c5-1f8649dd2044"
],
"ApprovedBy": "ea392b5a-16a4-440d-8571-a6c95fa46c1f",
"ApprovalDate": "2026-06-03T05:35:14.3203906+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0ebde67d-2e1d-4fdc-81a0-47acf7a49333",
"id": "df9e9898-32ac-4838-ac46-53253d8b4b32",
"ConfigId": "6ede5969-3388-49ad-8d09-c7f13be6606f"
}
]