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-01-12T03:06:49.7544734+00:00",
"SubmitDate": "2026-01-12T03:06:49.7544734+00:00",
"ReportPeriodStart": "2026-01-12T03:06:49.7544734+00:00",
"ReportPeriodEnd": "2026-01-12T03:06:49.7544734+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e8784a7b-81d2-4de0-aa7e-c4bfd8d4d139",
"Rows": [
{
"ItemId": "afa6f01f-3e38-489d-aab4-6081a753bb6c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "afa6f01f-3e38-489d-aab4-6081a753bb6c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e8784a7b-81d2-4de0-aa7e-c4bfd8d4d139",
"Rows": [
{
"ItemId": "afa6f01f-3e38-489d-aab4-6081a753bb6c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "afa6f01f-3e38-489d-aab4-6081a753bb6c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1b34d179-cc7c-452b-9426-41c164bcf045",
"9a2891f4-ad61-4a09-889d-f2db6db24fa3"
],
"Approvers": [
"c9965af2-ef56-4236-bf37-7447a97b40be",
"30b67bb1-dad0-4559-986b-86eac861d247"
],
"ApprovedBy": "7bc23748-9d1b-49cd-bff1-e345d0c380f8",
"ApprovalDate": "2026-01-12T03:06:49.7544734+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "99d26425-90f0-41ac-ae68-fb2f5586804a",
"id": "1a2f0fec-681a-4245-b0b1-aa4f958b00d6",
"ConfigId": "b6f8881f-6e0f-46d5-84c5-0d203614e201"
},
{
"GenerationDate": "2026-01-12T03:06:49.7544734+00:00",
"SubmitDate": "2026-01-12T03:06:49.7544734+00:00",
"ReportPeriodStart": "2026-01-12T03:06:49.7544734+00:00",
"ReportPeriodEnd": "2026-01-12T03:06:49.7544734+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e8784a7b-81d2-4de0-aa7e-c4bfd8d4d139",
"Rows": [
{
"ItemId": "afa6f01f-3e38-489d-aab4-6081a753bb6c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "afa6f01f-3e38-489d-aab4-6081a753bb6c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e8784a7b-81d2-4de0-aa7e-c4bfd8d4d139",
"Rows": [
{
"ItemId": "afa6f01f-3e38-489d-aab4-6081a753bb6c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "afa6f01f-3e38-489d-aab4-6081a753bb6c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1b34d179-cc7c-452b-9426-41c164bcf045",
"9a2891f4-ad61-4a09-889d-f2db6db24fa3"
],
"Approvers": [
"c9965af2-ef56-4236-bf37-7447a97b40be",
"30b67bb1-dad0-4559-986b-86eac861d247"
],
"ApprovedBy": "7bc23748-9d1b-49cd-bff1-e345d0c380f8",
"ApprovalDate": "2026-01-12T03:06:49.7544734+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "99d26425-90f0-41ac-ae68-fb2f5586804a",
"id": "1a2f0fec-681a-4245-b0b1-aa4f958b00d6",
"ConfigId": "b6f8881f-6e0f-46d5-84c5-0d203614e201"
}
]