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-09T14:42:37.6348181+00:00",
"SubmitDate": "2025-12-09T14:42:37.6348181+00:00",
"ReportPeriodStart": "2025-12-09T14:42:37.6348181+00:00",
"ReportPeriodEnd": "2025-12-09T14:42:37.6348181+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "daacf0c9-3c3e-4524-b9bd-c60906e8ca11",
"Rows": [
{
"ItemId": "4cb24250-2c9c-4d39-9a9f-3b3359cec06c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4cb24250-2c9c-4d39-9a9f-3b3359cec06c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "daacf0c9-3c3e-4524-b9bd-c60906e8ca11",
"Rows": [
{
"ItemId": "4cb24250-2c9c-4d39-9a9f-3b3359cec06c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4cb24250-2c9c-4d39-9a9f-3b3359cec06c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"99547c93-74fa-4830-a970-11c96d83d2d5",
"b901ba13-bb92-499a-8891-a5e43e173a03"
],
"Approvers": [
"f97b5cc1-c16d-4b7a-bbbe-cccf4429e9c8",
"aed8c77a-4e41-4bfd-b211-12eab58de4b9"
],
"ApprovedBy": "80a7d76a-e789-44a3-9685-54259e3d4553",
"ApprovalDate": "2025-12-09T14:42:37.6348181+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "19b899ba-ed28-4aee-ba81-0e738aa547fe",
"id": "beec027b-3cdb-4297-8a93-58521efeb283",
"ConfigId": "0ce15f8c-4674-443c-9cb7-7eb8a2dcc5bf"
},
{
"GenerationDate": "2025-12-09T14:42:37.6348181+00:00",
"SubmitDate": "2025-12-09T14:42:37.6348181+00:00",
"ReportPeriodStart": "2025-12-09T14:42:37.6348181+00:00",
"ReportPeriodEnd": "2025-12-09T14:42:37.6348181+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "daacf0c9-3c3e-4524-b9bd-c60906e8ca11",
"Rows": [
{
"ItemId": "4cb24250-2c9c-4d39-9a9f-3b3359cec06c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4cb24250-2c9c-4d39-9a9f-3b3359cec06c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "daacf0c9-3c3e-4524-b9bd-c60906e8ca11",
"Rows": [
{
"ItemId": "4cb24250-2c9c-4d39-9a9f-3b3359cec06c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4cb24250-2c9c-4d39-9a9f-3b3359cec06c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"99547c93-74fa-4830-a970-11c96d83d2d5",
"b901ba13-bb92-499a-8891-a5e43e173a03"
],
"Approvers": [
"f97b5cc1-c16d-4b7a-bbbe-cccf4429e9c8",
"aed8c77a-4e41-4bfd-b211-12eab58de4b9"
],
"ApprovedBy": "80a7d76a-e789-44a3-9685-54259e3d4553",
"ApprovalDate": "2025-12-09T14:42:37.6348181+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "19b899ba-ed28-4aee-ba81-0e738aa547fe",
"id": "beec027b-3cdb-4297-8a93-58521efeb283",
"ConfigId": "0ce15f8c-4674-443c-9cb7-7eb8a2dcc5bf"
}
]