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-04T10:15:30.15971+00:00",
"SubmitDate": "2026-06-04T10:15:30.15971+00:00",
"ReportPeriodStart": "2026-06-04T10:15:30.15971+00:00",
"ReportPeriodEnd": "2026-06-04T10:15:30.15971+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "877e3fa3-b7e5-4096-9f4e-41df8fd085f4",
"Rows": [
{
"ItemId": "c452b86a-7779-435f-9c53-88c5148498c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c452b86a-7779-435f-9c53-88c5148498c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "877e3fa3-b7e5-4096-9f4e-41df8fd085f4",
"Rows": [
{
"ItemId": "c452b86a-7779-435f-9c53-88c5148498c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c452b86a-7779-435f-9c53-88c5148498c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fd720273-ad77-4910-97c4-ee30a0b09185",
"974b12c9-7a38-4eea-9826-d89d4b91c4d0"
],
"Approvers": [
"ea0e2b23-acba-4183-be93-dc2e72831107",
"a4ac8071-8f07-46d2-9eee-3027a050fde3"
],
"ApprovedBy": "b26f3126-1e82-41af-a5d1-c8a0eb09a308",
"ApprovalDate": "2026-06-04T10:15:30.15971+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8d5de863-141a-4e0a-9685-ce25b188d27e",
"id": "a962cf21-9ffc-41ba-bb23-6b8082e9fe8d",
"ConfigId": "feb67391-fd76-4424-9eff-a355ea4f3cff"
},
{
"GenerationDate": "2026-06-04T10:15:30.15971+00:00",
"SubmitDate": "2026-06-04T10:15:30.15971+00:00",
"ReportPeriodStart": "2026-06-04T10:15:30.15971+00:00",
"ReportPeriodEnd": "2026-06-04T10:15:30.15971+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "877e3fa3-b7e5-4096-9f4e-41df8fd085f4",
"Rows": [
{
"ItemId": "c452b86a-7779-435f-9c53-88c5148498c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c452b86a-7779-435f-9c53-88c5148498c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "877e3fa3-b7e5-4096-9f4e-41df8fd085f4",
"Rows": [
{
"ItemId": "c452b86a-7779-435f-9c53-88c5148498c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c452b86a-7779-435f-9c53-88c5148498c9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fd720273-ad77-4910-97c4-ee30a0b09185",
"974b12c9-7a38-4eea-9826-d89d4b91c4d0"
],
"Approvers": [
"ea0e2b23-acba-4183-be93-dc2e72831107",
"a4ac8071-8f07-46d2-9eee-3027a050fde3"
],
"ApprovedBy": "b26f3126-1e82-41af-a5d1-c8a0eb09a308",
"ApprovalDate": "2026-06-04T10:15:30.15971+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8d5de863-141a-4e0a-9685-ce25b188d27e",
"id": "a962cf21-9ffc-41ba-bb23-6b8082e9fe8d",
"ConfigId": "feb67391-fd76-4424-9eff-a355ea4f3cff"
}
]