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-13T02:46:15.9941845+00:00",
"SubmitDate": "2025-12-13T02:46:15.9941845+00:00",
"ReportPeriodStart": "2025-12-13T02:46:15.9941845+00:00",
"ReportPeriodEnd": "2025-12-13T02:46:15.9941845+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7abcc41c-1850-4c19-b6c1-21c08affdc86",
"Rows": [
{
"ItemId": "f092c2b3-2159-4cb2-99a1-fb78d66759ae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f092c2b3-2159-4cb2-99a1-fb78d66759ae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7abcc41c-1850-4c19-b6c1-21c08affdc86",
"Rows": [
{
"ItemId": "f092c2b3-2159-4cb2-99a1-fb78d66759ae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f092c2b3-2159-4cb2-99a1-fb78d66759ae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fa58b02f-98c4-495f-8a63-6df6315d0d9e",
"0e3e06a5-edd5-46b4-9d13-0efbf2713ba7"
],
"Approvers": [
"32f25d12-874c-4f93-a606-d06d8b7cdf94",
"72b7f99f-8abd-4eb5-97d3-04a715b77d0f"
],
"ApprovedBy": "33fb45c5-68e0-4e74-bcd8-ad87a294b00b",
"ApprovalDate": "2025-12-13T02:46:15.9941845+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0d30cb9e-00bd-41ac-9d38-9c7732e8dd70",
"id": "f2c73a72-0a1d-42bb-985d-b6b1f59f6713",
"ConfigId": "fbbedf62-7e46-47b9-991f-b5b67ec95c68"
},
{
"GenerationDate": "2025-12-13T02:46:15.9941845+00:00",
"SubmitDate": "2025-12-13T02:46:15.9941845+00:00",
"ReportPeriodStart": "2025-12-13T02:46:15.9941845+00:00",
"ReportPeriodEnd": "2025-12-13T02:46:15.9941845+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7abcc41c-1850-4c19-b6c1-21c08affdc86",
"Rows": [
{
"ItemId": "f092c2b3-2159-4cb2-99a1-fb78d66759ae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f092c2b3-2159-4cb2-99a1-fb78d66759ae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7abcc41c-1850-4c19-b6c1-21c08affdc86",
"Rows": [
{
"ItemId": "f092c2b3-2159-4cb2-99a1-fb78d66759ae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f092c2b3-2159-4cb2-99a1-fb78d66759ae",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fa58b02f-98c4-495f-8a63-6df6315d0d9e",
"0e3e06a5-edd5-46b4-9d13-0efbf2713ba7"
],
"Approvers": [
"32f25d12-874c-4f93-a606-d06d8b7cdf94",
"72b7f99f-8abd-4eb5-97d3-04a715b77d0f"
],
"ApprovedBy": "33fb45c5-68e0-4e74-bcd8-ad87a294b00b",
"ApprovalDate": "2025-12-13T02:46:15.9941845+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0d30cb9e-00bd-41ac-9d38-9c7732e8dd70",
"id": "f2c73a72-0a1d-42bb-985d-b6b1f59f6713",
"ConfigId": "fbbedf62-7e46-47b9-991f-b5b67ec95c68"
}
]