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-06-08T20:05:48.4803272+00:00",
"SubmitDate": "2026-06-08T20:05:48.4803272+00:00",
"ReportPeriodStart": "2026-06-08T20:05:48.4959549+00:00",
"ReportPeriodEnd": "2026-06-08T20:05:48.4959549+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b7dec0eb-92fa-4666-b929-3398a288531c",
"Rows": [
{
"ItemId": "f04f7148-290d-4a7d-a839-77bd539a31e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f04f7148-290d-4a7d-a839-77bd539a31e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b7dec0eb-92fa-4666-b929-3398a288531c",
"Rows": [
{
"ItemId": "f04f7148-290d-4a7d-a839-77bd539a31e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f04f7148-290d-4a7d-a839-77bd539a31e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3dc60d19-9fa9-4c12-96dc-6b61842260bb",
"505e38d3-c962-4191-b5ee-d3401874f7ed"
],
"Approvers": [
"4a7e77f6-2417-4f53-8a65-5b07820fbc04",
"73027b7e-5c23-4480-9a66-a82f093a766f"
],
"ApprovedBy": "0dfefc75-ece0-4c6c-bcc7-32d59763ba84",
"ApprovalDate": "2026-06-08T20:05:48.4959549+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5cb34ecb-6ed5-4459-b49b-e9f184004f23",
"id": "7d810549-1df0-4b53-8f94-3d40fa1d8eea",
"ConfigId": "b4d26349-22e4-437a-b3f7-3adc61968b26"
},
{
"GenerationDate": "2026-06-08T20:05:48.4803272+00:00",
"SubmitDate": "2026-06-08T20:05:48.4803272+00:00",
"ReportPeriodStart": "2026-06-08T20:05:48.4959549+00:00",
"ReportPeriodEnd": "2026-06-08T20:05:48.4959549+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b7dec0eb-92fa-4666-b929-3398a288531c",
"Rows": [
{
"ItemId": "f04f7148-290d-4a7d-a839-77bd539a31e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f04f7148-290d-4a7d-a839-77bd539a31e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b7dec0eb-92fa-4666-b929-3398a288531c",
"Rows": [
{
"ItemId": "f04f7148-290d-4a7d-a839-77bd539a31e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f04f7148-290d-4a7d-a839-77bd539a31e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3dc60d19-9fa9-4c12-96dc-6b61842260bb",
"505e38d3-c962-4191-b5ee-d3401874f7ed"
],
"Approvers": [
"4a7e77f6-2417-4f53-8a65-5b07820fbc04",
"73027b7e-5c23-4480-9a66-a82f093a766f"
],
"ApprovedBy": "0dfefc75-ece0-4c6c-bcc7-32d59763ba84",
"ApprovalDate": "2026-06-08T20:05:48.4959549+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5cb34ecb-6ed5-4459-b49b-e9f184004f23",
"id": "7d810549-1df0-4b53-8f94-3d40fa1d8eea",
"ConfigId": "b4d26349-22e4-437a-b3f7-3adc61968b26"
}
]