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-04-19T10:08:13.3088929+00:00",
"SubmitDate": "2026-04-19T10:08:13.3088929+00:00",
"ReportPeriodStart": "2026-04-19T10:08:13.3088929+00:00",
"ReportPeriodEnd": "2026-04-19T10:08:13.3088929+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "707ef1e6-1c23-4b89-b1ea-2c0141dacd43",
"Rows": [
{
"ItemId": "4fe473da-e98d-40ac-89f2-f4401e0d632e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4fe473da-e98d-40ac-89f2-f4401e0d632e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "707ef1e6-1c23-4b89-b1ea-2c0141dacd43",
"Rows": [
{
"ItemId": "4fe473da-e98d-40ac-89f2-f4401e0d632e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4fe473da-e98d-40ac-89f2-f4401e0d632e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"09c5e511-cf3f-43f4-b30e-1ad43cb2a4ed",
"e8fd52e1-7e8d-40fe-93b4-5671b2c257eb"
],
"Approvers": [
"1d75fa43-e1bc-4c8d-90cb-4e63c12a7941",
"48fe2b75-4c69-42bb-a00d-c9cf61d9faed"
],
"ApprovedBy": "b82063a7-62d6-4b52-8933-bbe9d8d61162",
"ApprovalDate": "2026-04-19T10:08:13.3245031+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cae3750a-34ca-441d-99e1-0ef555dc90e3",
"id": "ae89b3ad-b921-4802-8868-cb3a63fca3cb",
"ConfigId": "dd2c07ae-e8c4-4699-9951-771a26daf892"
},
{
"GenerationDate": "2026-04-19T10:08:13.3088929+00:00",
"SubmitDate": "2026-04-19T10:08:13.3088929+00:00",
"ReportPeriodStart": "2026-04-19T10:08:13.3088929+00:00",
"ReportPeriodEnd": "2026-04-19T10:08:13.3088929+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "707ef1e6-1c23-4b89-b1ea-2c0141dacd43",
"Rows": [
{
"ItemId": "4fe473da-e98d-40ac-89f2-f4401e0d632e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4fe473da-e98d-40ac-89f2-f4401e0d632e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "707ef1e6-1c23-4b89-b1ea-2c0141dacd43",
"Rows": [
{
"ItemId": "4fe473da-e98d-40ac-89f2-f4401e0d632e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4fe473da-e98d-40ac-89f2-f4401e0d632e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"09c5e511-cf3f-43f4-b30e-1ad43cb2a4ed",
"e8fd52e1-7e8d-40fe-93b4-5671b2c257eb"
],
"Approvers": [
"1d75fa43-e1bc-4c8d-90cb-4e63c12a7941",
"48fe2b75-4c69-42bb-a00d-c9cf61d9faed"
],
"ApprovedBy": "b82063a7-62d6-4b52-8933-bbe9d8d61162",
"ApprovalDate": "2026-04-19T10:08:13.3245031+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cae3750a-34ca-441d-99e1-0ef555dc90e3",
"id": "ae89b3ad-b921-4802-8868-cb3a63fca3cb",
"ConfigId": "dd2c07ae-e8c4-4699-9951-771a26daf892"
}
]