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-01-14T13:41:17.1358884+00:00",
"SubmitDate": "2026-01-14T13:41:17.1358884+00:00",
"ReportPeriodStart": "2026-01-14T13:41:17.1358884+00:00",
"ReportPeriodEnd": "2026-01-14T13:41:17.1358884+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5454adf4-c2ed-4f5a-bf2c-a21203ee3d26",
"Rows": [
{
"ItemId": "27063cf9-fc9e-456b-b5b5-bb9cea7b34ee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27063cf9-fc9e-456b-b5b5-bb9cea7b34ee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5454adf4-c2ed-4f5a-bf2c-a21203ee3d26",
"Rows": [
{
"ItemId": "27063cf9-fc9e-456b-b5b5-bb9cea7b34ee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27063cf9-fc9e-456b-b5b5-bb9cea7b34ee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bec427f3-65d3-4ff2-b7ff-a68b32b6cf49",
"a496f058-5054-4257-bb24-da7079462edf"
],
"Approvers": [
"8b947774-a1ab-4fd8-a73b-41966e62470d",
"6918fbef-da1a-40c3-9997-c6086017eb5c"
],
"ApprovedBy": "a1fde30e-835e-4234-918d-8e3bc97422ac",
"ApprovalDate": "2026-01-14T13:41:17.1358884+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8b1d4676-1606-4b65-8f02-cf1415101535",
"id": "75647980-1860-4941-92e8-1abb329e1d18",
"ConfigId": "5eb81436-b205-4d88-a5d4-0e746a1dba36"
},
{
"GenerationDate": "2026-01-14T13:41:17.1358884+00:00",
"SubmitDate": "2026-01-14T13:41:17.1358884+00:00",
"ReportPeriodStart": "2026-01-14T13:41:17.1358884+00:00",
"ReportPeriodEnd": "2026-01-14T13:41:17.1358884+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5454adf4-c2ed-4f5a-bf2c-a21203ee3d26",
"Rows": [
{
"ItemId": "27063cf9-fc9e-456b-b5b5-bb9cea7b34ee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27063cf9-fc9e-456b-b5b5-bb9cea7b34ee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5454adf4-c2ed-4f5a-bf2c-a21203ee3d26",
"Rows": [
{
"ItemId": "27063cf9-fc9e-456b-b5b5-bb9cea7b34ee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "27063cf9-fc9e-456b-b5b5-bb9cea7b34ee",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bec427f3-65d3-4ff2-b7ff-a68b32b6cf49",
"a496f058-5054-4257-bb24-da7079462edf"
],
"Approvers": [
"8b947774-a1ab-4fd8-a73b-41966e62470d",
"6918fbef-da1a-40c3-9997-c6086017eb5c"
],
"ApprovedBy": "a1fde30e-835e-4234-918d-8e3bc97422ac",
"ApprovalDate": "2026-01-14T13:41:17.1358884+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8b1d4676-1606-4b65-8f02-cf1415101535",
"id": "75647980-1860-4941-92e8-1abb329e1d18",
"ConfigId": "5eb81436-b205-4d88-a5d4-0e746a1dba36"
}
]