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-02-10T08:33:20.8737964+00:00",
"SubmitDate": "2026-02-10T08:33:20.8737964+00:00",
"ReportPeriodStart": "2026-02-10T08:33:20.8737964+00:00",
"ReportPeriodEnd": "2026-02-10T08:33:20.8737964+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b66a4a5f-50a1-47e3-b511-6004d9c988cb",
"Rows": [
{
"ItemId": "85092737-3559-48e4-9b1b-f4ce9867b5a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "85092737-3559-48e4-9b1b-f4ce9867b5a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b66a4a5f-50a1-47e3-b511-6004d9c988cb",
"Rows": [
{
"ItemId": "85092737-3559-48e4-9b1b-f4ce9867b5a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "85092737-3559-48e4-9b1b-f4ce9867b5a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"823978c3-175c-4d81-8c19-1722a62461a5",
"93159642-1973-45a8-b552-6ee52dbdc4bb"
],
"Approvers": [
"d9d04dca-6a57-446c-bef3-0460e2f2a1e7",
"d959c881-d371-4675-b50b-c9aeaca3e46f"
],
"ApprovedBy": "643c039f-23f8-46ff-b4df-914785ea124b",
"ApprovalDate": "2026-02-10T08:33:20.8737964+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a3d4620e-7982-4242-a940-830ebc229b4d",
"id": "ed0d360f-1144-44b0-aa00-af17ed00db49",
"ConfigId": "8ea8cae4-e7c2-4292-b539-b93dc05797a5"
},
{
"GenerationDate": "2026-02-10T08:33:20.8737964+00:00",
"SubmitDate": "2026-02-10T08:33:20.8737964+00:00",
"ReportPeriodStart": "2026-02-10T08:33:20.8737964+00:00",
"ReportPeriodEnd": "2026-02-10T08:33:20.8737964+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b66a4a5f-50a1-47e3-b511-6004d9c988cb",
"Rows": [
{
"ItemId": "85092737-3559-48e4-9b1b-f4ce9867b5a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "85092737-3559-48e4-9b1b-f4ce9867b5a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b66a4a5f-50a1-47e3-b511-6004d9c988cb",
"Rows": [
{
"ItemId": "85092737-3559-48e4-9b1b-f4ce9867b5a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "85092737-3559-48e4-9b1b-f4ce9867b5a0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"823978c3-175c-4d81-8c19-1722a62461a5",
"93159642-1973-45a8-b552-6ee52dbdc4bb"
],
"Approvers": [
"d9d04dca-6a57-446c-bef3-0460e2f2a1e7",
"d959c881-d371-4675-b50b-c9aeaca3e46f"
],
"ApprovedBy": "643c039f-23f8-46ff-b4df-914785ea124b",
"ApprovalDate": "2026-02-10T08:33:20.8737964+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a3d4620e-7982-4242-a940-830ebc229b4d",
"id": "ed0d360f-1144-44b0-aa00-af17ed00db49",
"ConfigId": "8ea8cae4-e7c2-4292-b539-b93dc05797a5"
}
]