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-05-10T08:46:59.6291591+00:00",
"SubmitDate": "2026-05-10T08:46:59.6291591+00:00",
"ReportPeriodStart": "2026-05-10T08:46:59.6291591+00:00",
"ReportPeriodEnd": "2026-05-10T08:46:59.6291591+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "929f9802-ffbc-4a87-8186-c432fed54075",
"Rows": [
{
"ItemId": "ba219b6b-4f0b-4013-a52f-8852145df869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ba219b6b-4f0b-4013-a52f-8852145df869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "929f9802-ffbc-4a87-8186-c432fed54075",
"Rows": [
{
"ItemId": "ba219b6b-4f0b-4013-a52f-8852145df869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ba219b6b-4f0b-4013-a52f-8852145df869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b9f87088-509e-47f1-9907-09baeb576de4",
"184a9d0e-4041-4e17-9d2e-bdd1331e4e72"
],
"Approvers": [
"0d717969-f88f-45cc-928e-02ae53aa5517",
"5ea52107-6347-4a7a-ad9a-e50206fd7268"
],
"ApprovedBy": "82771ed2-9e86-40df-acdc-d3bf3c5ea25e",
"ApprovalDate": "2026-05-10T08:46:59.6291591+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ee0914fa-f86d-4622-b697-6bf6fab3b8fc",
"id": "e97a3a32-414c-4d1c-a051-eb84a773e2a3",
"ConfigId": "59c8278d-ee4e-4148-86ef-321c9c9bb9b6"
},
{
"GenerationDate": "2026-05-10T08:46:59.6291591+00:00",
"SubmitDate": "2026-05-10T08:46:59.6291591+00:00",
"ReportPeriodStart": "2026-05-10T08:46:59.6291591+00:00",
"ReportPeriodEnd": "2026-05-10T08:46:59.6291591+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "929f9802-ffbc-4a87-8186-c432fed54075",
"Rows": [
{
"ItemId": "ba219b6b-4f0b-4013-a52f-8852145df869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ba219b6b-4f0b-4013-a52f-8852145df869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "929f9802-ffbc-4a87-8186-c432fed54075",
"Rows": [
{
"ItemId": "ba219b6b-4f0b-4013-a52f-8852145df869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ba219b6b-4f0b-4013-a52f-8852145df869",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b9f87088-509e-47f1-9907-09baeb576de4",
"184a9d0e-4041-4e17-9d2e-bdd1331e4e72"
],
"Approvers": [
"0d717969-f88f-45cc-928e-02ae53aa5517",
"5ea52107-6347-4a7a-ad9a-e50206fd7268"
],
"ApprovedBy": "82771ed2-9e86-40df-acdc-d3bf3c5ea25e",
"ApprovalDate": "2026-05-10T08:46:59.6291591+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ee0914fa-f86d-4622-b697-6bf6fab3b8fc",
"id": "e97a3a32-414c-4d1c-a051-eb84a773e2a3",
"ConfigId": "59c8278d-ee4e-4148-86ef-321c9c9bb9b6"
}
]