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-04-26T10:19:36.903788+00:00",
"SubmitDate": "2026-04-26T10:19:36.903788+00:00",
"ReportPeriodStart": "2026-04-26T10:19:36.903788+00:00",
"ReportPeriodEnd": "2026-04-26T10:19:36.903788+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "75eb8d31-6d84-4621-8c96-e2740590f96a",
"Rows": [
{
"ItemId": "a6a71b88-560c-4d9b-a272-4a8d63a3ca8e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a6a71b88-560c-4d9b-a272-4a8d63a3ca8e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "75eb8d31-6d84-4621-8c96-e2740590f96a",
"Rows": [
{
"ItemId": "a6a71b88-560c-4d9b-a272-4a8d63a3ca8e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a6a71b88-560c-4d9b-a272-4a8d63a3ca8e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b2fe0835-20a2-4776-a6ff-d38a2f6f7bc7",
"ba229ca7-22f9-458e-a208-c648cfd52cff"
],
"Approvers": [
"d4e7856c-dc50-413d-858b-cf5d72a90274",
"4d253a30-76d6-4feb-86ee-4d5e5d6fffc8"
],
"ApprovedBy": "f48d0b3d-5754-44d7-b014-2a3153c7012f",
"ApprovalDate": "2026-04-26T10:19:36.903788+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b9eee0cb-597d-405d-9015-dd4c5ea55308",
"id": "cc963abd-3657-4198-9493-7ba1b35742bb",
"ConfigId": "29afd0be-48f5-4149-962d-48af6f55ddd4"
},
{
"GenerationDate": "2026-04-26T10:19:36.903788+00:00",
"SubmitDate": "2026-04-26T10:19:36.903788+00:00",
"ReportPeriodStart": "2026-04-26T10:19:36.903788+00:00",
"ReportPeriodEnd": "2026-04-26T10:19:36.903788+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "75eb8d31-6d84-4621-8c96-e2740590f96a",
"Rows": [
{
"ItemId": "a6a71b88-560c-4d9b-a272-4a8d63a3ca8e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a6a71b88-560c-4d9b-a272-4a8d63a3ca8e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "75eb8d31-6d84-4621-8c96-e2740590f96a",
"Rows": [
{
"ItemId": "a6a71b88-560c-4d9b-a272-4a8d63a3ca8e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a6a71b88-560c-4d9b-a272-4a8d63a3ca8e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b2fe0835-20a2-4776-a6ff-d38a2f6f7bc7",
"ba229ca7-22f9-458e-a208-c648cfd52cff"
],
"Approvers": [
"d4e7856c-dc50-413d-858b-cf5d72a90274",
"4d253a30-76d6-4feb-86ee-4d5e5d6fffc8"
],
"ApprovedBy": "f48d0b3d-5754-44d7-b014-2a3153c7012f",
"ApprovalDate": "2026-04-26T10:19:36.903788+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b9eee0cb-597d-405d-9015-dd4c5ea55308",
"id": "cc963abd-3657-4198-9493-7ba1b35742bb",
"ConfigId": "29afd0be-48f5-4149-962d-48af6f55ddd4"
}
]