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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-08-09T15:46:59.9480992+00:00",
"SubmitDate": "2026-08-09T15:46:59.9480992+00:00",
"ReportPeriodStart": "2026-08-09T15:46:59.9480992+00:00",
"ReportPeriodEnd": "2026-08-09T15:46:59.9480992+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "98fce665-ab28-4e99-810c-a0d52c7db467",
"Rows": [
{
"ItemId": "f6425ed5-b611-42cf-97a4-49b6e85aa951",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f6425ed5-b611-42cf-97a4-49b6e85aa951",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "98fce665-ab28-4e99-810c-a0d52c7db467",
"Rows": [
{
"ItemId": "f6425ed5-b611-42cf-97a4-49b6e85aa951",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f6425ed5-b611-42cf-97a4-49b6e85aa951",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"53b6e86b-19c5-466b-bbf7-d56094da8a95",
"7e856264-e1d7-4167-bdd5-affce611b42f"
],
"Approvers": [
"a7102b0e-88fd-4a7a-9e0a-ac39bc720895",
"7fd863f1-d070-45ca-b185-d347dac72032"
],
"ApprovedBy": "15d432aa-72b3-460b-bbe9-b0a30799ddce",
"ApprovalDate": "2026-08-09T15:46:59.9480992+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "efd0e5f6-1363-4963-ae12-da390d82a484",
"WorkPlanId": "aa93a4cf-fd27-45aa-a501-fe470d347910",
"id": "77ce5d87-b1c4-4a7a-9594-239c42ad3240",
"ConfigId": "75a8365f-7b84-4c83-be6d-6dd2f3852e01"
},
{
"GenerationDate": "2026-08-09T15:46:59.9480992+00:00",
"SubmitDate": "2026-08-09T15:46:59.9480992+00:00",
"ReportPeriodStart": "2026-08-09T15:46:59.9480992+00:00",
"ReportPeriodEnd": "2026-08-09T15:46:59.9480992+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "98fce665-ab28-4e99-810c-a0d52c7db467",
"Rows": [
{
"ItemId": "f6425ed5-b611-42cf-97a4-49b6e85aa951",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f6425ed5-b611-42cf-97a4-49b6e85aa951",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "98fce665-ab28-4e99-810c-a0d52c7db467",
"Rows": [
{
"ItemId": "f6425ed5-b611-42cf-97a4-49b6e85aa951",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f6425ed5-b611-42cf-97a4-49b6e85aa951",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"53b6e86b-19c5-466b-bbf7-d56094da8a95",
"7e856264-e1d7-4167-bdd5-affce611b42f"
],
"Approvers": [
"a7102b0e-88fd-4a7a-9e0a-ac39bc720895",
"7fd863f1-d070-45ca-b185-d347dac72032"
],
"ApprovedBy": "15d432aa-72b3-460b-bbe9-b0a30799ddce",
"ApprovalDate": "2026-08-09T15:46:59.9480992+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "efd0e5f6-1363-4963-ae12-da390d82a484",
"WorkPlanId": "aa93a4cf-fd27-45aa-a501-fe470d347910",
"id": "77ce5d87-b1c4-4a7a-9594-239c42ad3240",
"ConfigId": "75a8365f-7b84-4c83-be6d-6dd2f3852e01"
}
]