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-14T20:29:33.4001178+00:00",
"SubmitDate": "2026-02-14T20:29:33.4001178+00:00",
"ReportPeriodStart": "2026-02-14T20:29:33.4001178+00:00",
"ReportPeriodEnd": "2026-02-14T20:29:33.4001178+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "64a86641-4a92-404f-8b62-55be4c229913",
"Rows": [
{
"ItemId": "f8e2ed2c-5cfd-4a51-8e77-64a410a5f48e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8e2ed2c-5cfd-4a51-8e77-64a410a5f48e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "64a86641-4a92-404f-8b62-55be4c229913",
"Rows": [
{
"ItemId": "f8e2ed2c-5cfd-4a51-8e77-64a410a5f48e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8e2ed2c-5cfd-4a51-8e77-64a410a5f48e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ff48505f-6562-43f1-b2f4-630bc2d92bae",
"1df2a3a8-5ec6-4e72-a056-68705c286554"
],
"Approvers": [
"f710121d-23f2-4df4-8629-0631481248e5",
"ad2c11c2-a1d1-477d-a1e2-da96ef7aba09"
],
"ApprovedBy": "22045122-ef2b-4e03-a025-dff3c36b7b5a",
"ApprovalDate": "2026-02-14T20:29:33.4001178+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5de0c137-9e1f-4bb9-8e61-15c0e9adba51",
"id": "46cb4aec-dc7c-427f-85df-65b41ef84375",
"ConfigId": "0437d5e2-dd0f-4be0-aa3e-263435e67ce6"
},
{
"GenerationDate": "2026-02-14T20:29:33.4001178+00:00",
"SubmitDate": "2026-02-14T20:29:33.4001178+00:00",
"ReportPeriodStart": "2026-02-14T20:29:33.4001178+00:00",
"ReportPeriodEnd": "2026-02-14T20:29:33.4001178+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "64a86641-4a92-404f-8b62-55be4c229913",
"Rows": [
{
"ItemId": "f8e2ed2c-5cfd-4a51-8e77-64a410a5f48e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8e2ed2c-5cfd-4a51-8e77-64a410a5f48e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "64a86641-4a92-404f-8b62-55be4c229913",
"Rows": [
{
"ItemId": "f8e2ed2c-5cfd-4a51-8e77-64a410a5f48e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8e2ed2c-5cfd-4a51-8e77-64a410a5f48e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ff48505f-6562-43f1-b2f4-630bc2d92bae",
"1df2a3a8-5ec6-4e72-a056-68705c286554"
],
"Approvers": [
"f710121d-23f2-4df4-8629-0631481248e5",
"ad2c11c2-a1d1-477d-a1e2-da96ef7aba09"
],
"ApprovedBy": "22045122-ef2b-4e03-a025-dff3c36b7b5a",
"ApprovalDate": "2026-02-14T20:29:33.4001178+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5de0c137-9e1f-4bb9-8e61-15c0e9adba51",
"id": "46cb4aec-dc7c-427f-85df-65b41ef84375",
"ConfigId": "0437d5e2-dd0f-4be0-aa3e-263435e67ce6"
}
]