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-26T23:34:14.7185821+00:00",
"SubmitDate": "2026-06-26T23:34:14.7185821+00:00",
"ReportPeriodStart": "2026-06-26T23:34:14.7185821+00:00",
"ReportPeriodEnd": "2026-06-26T23:34:14.7185821+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4bbc28c7-cd01-4d0d-b85a-af3569247c59",
"Rows": [
{
"ItemId": "e49793ba-5984-42dd-8537-ce47644cf891",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e49793ba-5984-42dd-8537-ce47644cf891",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4bbc28c7-cd01-4d0d-b85a-af3569247c59",
"Rows": [
{
"ItemId": "e49793ba-5984-42dd-8537-ce47644cf891",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e49793ba-5984-42dd-8537-ce47644cf891",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1dd04b50-dc8c-41c9-b9e2-5d2f1513ce6d",
"2bac6be6-cac8-4fe0-a302-70e23ccea908"
],
"Approvers": [
"af61e2f4-fdf2-4542-a741-65f4c83a0431",
"c9a1552d-cc2d-4f62-94bb-53ed4be48c80"
],
"ApprovedBy": "169fa0a7-d178-46c3-b647-09c0e346696b",
"ApprovalDate": "2026-06-26T23:34:14.7185821+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "263dbfc9-fcc2-4c23-87db-b813987f14c7",
"id": "0173eff5-d4b7-40ae-8a1b-7b15cddcc039",
"ConfigId": "fba3face-b294-4bda-8fda-8da3b7194da7"
},
{
"GenerationDate": "2026-06-26T23:34:14.7185821+00:00",
"SubmitDate": "2026-06-26T23:34:14.7185821+00:00",
"ReportPeriodStart": "2026-06-26T23:34:14.7185821+00:00",
"ReportPeriodEnd": "2026-06-26T23:34:14.7185821+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4bbc28c7-cd01-4d0d-b85a-af3569247c59",
"Rows": [
{
"ItemId": "e49793ba-5984-42dd-8537-ce47644cf891",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e49793ba-5984-42dd-8537-ce47644cf891",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4bbc28c7-cd01-4d0d-b85a-af3569247c59",
"Rows": [
{
"ItemId": "e49793ba-5984-42dd-8537-ce47644cf891",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e49793ba-5984-42dd-8537-ce47644cf891",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1dd04b50-dc8c-41c9-b9e2-5d2f1513ce6d",
"2bac6be6-cac8-4fe0-a302-70e23ccea908"
],
"Approvers": [
"af61e2f4-fdf2-4542-a741-65f4c83a0431",
"c9a1552d-cc2d-4f62-94bb-53ed4be48c80"
],
"ApprovedBy": "169fa0a7-d178-46c3-b647-09c0e346696b",
"ApprovalDate": "2026-06-26T23:34:14.7185821+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "263dbfc9-fcc2-4c23-87db-b813987f14c7",
"id": "0173eff5-d4b7-40ae-8a1b-7b15cddcc039",
"ConfigId": "fba3face-b294-4bda-8fda-8da3b7194da7"
}
]