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": "2025-12-14T00:34:17.9799531+00:00",
"SubmitDate": "2025-12-14T00:34:17.9799531+00:00",
"ReportPeriodStart": "2025-12-14T00:34:17.9799531+00:00",
"ReportPeriodEnd": "2025-12-14T00:34:17.9799531+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "91be0648-b072-41c7-9121-2e450fcf5ea0",
"Rows": [
{
"ItemId": "33cba80f-c58f-4cd9-96cd-763838e33448",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "33cba80f-c58f-4cd9-96cd-763838e33448",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "91be0648-b072-41c7-9121-2e450fcf5ea0",
"Rows": [
{
"ItemId": "33cba80f-c58f-4cd9-96cd-763838e33448",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "33cba80f-c58f-4cd9-96cd-763838e33448",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9a38bbbe-cbd3-4858-a428-f22bc9baeb5d",
"3f5e8c3d-096c-4c0d-be3f-c60930296388"
],
"Approvers": [
"45f18143-ecde-4fce-a787-695f3497f9f7",
"6b40d20d-d0d6-44d2-a6e8-50092c6defef"
],
"ApprovedBy": "6e3963db-5178-405a-80ec-32b651be24dd",
"ApprovalDate": "2025-12-14T00:34:17.9799531+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a3af31e3-4890-43fe-9151-689e66b4a7c2",
"id": "ea27cde2-c0bd-4fd0-a192-ce62c283b378",
"ConfigId": "b1ac0bf2-a8fe-4753-949b-a1cd8bb397a3"
},
{
"GenerationDate": "2025-12-14T00:34:17.9799531+00:00",
"SubmitDate": "2025-12-14T00:34:17.9799531+00:00",
"ReportPeriodStart": "2025-12-14T00:34:17.9799531+00:00",
"ReportPeriodEnd": "2025-12-14T00:34:17.9799531+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "91be0648-b072-41c7-9121-2e450fcf5ea0",
"Rows": [
{
"ItemId": "33cba80f-c58f-4cd9-96cd-763838e33448",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "33cba80f-c58f-4cd9-96cd-763838e33448",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "91be0648-b072-41c7-9121-2e450fcf5ea0",
"Rows": [
{
"ItemId": "33cba80f-c58f-4cd9-96cd-763838e33448",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "33cba80f-c58f-4cd9-96cd-763838e33448",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9a38bbbe-cbd3-4858-a428-f22bc9baeb5d",
"3f5e8c3d-096c-4c0d-be3f-c60930296388"
],
"Approvers": [
"45f18143-ecde-4fce-a787-695f3497f9f7",
"6b40d20d-d0d6-44d2-a6e8-50092c6defef"
],
"ApprovedBy": "6e3963db-5178-405a-80ec-32b651be24dd",
"ApprovalDate": "2025-12-14T00:34:17.9799531+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a3af31e3-4890-43fe-9151-689e66b4a7c2",
"id": "ea27cde2-c0bd-4fd0-a192-ce62c283b378",
"ConfigId": "b1ac0bf2-a8fe-4753-949b-a1cd8bb397a3"
}
]