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-12T21:08:00.275906+00:00",
"SubmitDate": "2026-06-12T21:08:00.275906+00:00",
"ReportPeriodStart": "2026-06-12T21:08:00.275906+00:00",
"ReportPeriodEnd": "2026-06-12T21:08:00.275906+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ffb9a602-27bf-45ca-9543-d1df60afc355",
"Rows": [
{
"ItemId": "049e2f65-5938-4e15-b49c-21dd827ebd83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "049e2f65-5938-4e15-b49c-21dd827ebd83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ffb9a602-27bf-45ca-9543-d1df60afc355",
"Rows": [
{
"ItemId": "049e2f65-5938-4e15-b49c-21dd827ebd83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "049e2f65-5938-4e15-b49c-21dd827ebd83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0604a899-cab5-4d77-a868-91f6edb9c260",
"4b8170bc-8d6b-43a7-9957-219f7042bbaf"
],
"Approvers": [
"157f6200-51b8-4611-9c34-4a92b46c9879",
"28d5d735-1bde-44ac-a9bf-7dabdb6ef941"
],
"ApprovedBy": "687a02a0-228e-4142-98ed-06a21f68deef",
"ApprovalDate": "2026-06-12T21:08:00.275906+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c2c86996-329d-4ad6-93ff-9dacd65545f0",
"id": "fe85862f-9368-414e-8b15-3fe5ff5e7338",
"ConfigId": "cf62863d-7edb-43c1-aff4-a410e3eb7824"
},
{
"GenerationDate": "2026-06-12T21:08:00.275906+00:00",
"SubmitDate": "2026-06-12T21:08:00.275906+00:00",
"ReportPeriodStart": "2026-06-12T21:08:00.275906+00:00",
"ReportPeriodEnd": "2026-06-12T21:08:00.275906+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ffb9a602-27bf-45ca-9543-d1df60afc355",
"Rows": [
{
"ItemId": "049e2f65-5938-4e15-b49c-21dd827ebd83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "049e2f65-5938-4e15-b49c-21dd827ebd83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ffb9a602-27bf-45ca-9543-d1df60afc355",
"Rows": [
{
"ItemId": "049e2f65-5938-4e15-b49c-21dd827ebd83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "049e2f65-5938-4e15-b49c-21dd827ebd83",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0604a899-cab5-4d77-a868-91f6edb9c260",
"4b8170bc-8d6b-43a7-9957-219f7042bbaf"
],
"Approvers": [
"157f6200-51b8-4611-9c34-4a92b46c9879",
"28d5d735-1bde-44ac-a9bf-7dabdb6ef941"
],
"ApprovedBy": "687a02a0-228e-4142-98ed-06a21f68deef",
"ApprovalDate": "2026-06-12T21:08:00.275906+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c2c86996-329d-4ad6-93ff-9dacd65545f0",
"id": "fe85862f-9368-414e-8b15-3fe5ff5e7338",
"ConfigId": "cf62863d-7edb-43c1-aff4-a410e3eb7824"
}
]