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-22T09:20:51.8806085+00:00",
"SubmitDate": "2026-08-22T09:20:51.8806085+00:00",
"ReportPeriodStart": "2026-08-22T09:20:51.8806085+00:00",
"ReportPeriodEnd": "2026-08-22T09:20:51.8806085+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "93785208-a5a3-4524-9250-eabaac2ce4e4",
"Rows": [
{
"ItemId": "d11dd37b-c151-47ea-8c21-c74e23b85bd4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d11dd37b-c151-47ea-8c21-c74e23b85bd4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "93785208-a5a3-4524-9250-eabaac2ce4e4",
"Rows": [
{
"ItemId": "d11dd37b-c151-47ea-8c21-c74e23b85bd4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d11dd37b-c151-47ea-8c21-c74e23b85bd4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc9ff384-0fed-4ec3-8c54-1d522543cf9d",
"4ec0096f-fb4c-41d4-9874-7f3949193e5a"
],
"Approvers": [
"d27e25c4-d537-4d8a-8417-363ae24c725d",
"902dda6e-b005-4b11-b64f-114cf0960d95"
],
"ApprovedBy": "7935c365-1e55-4fe0-a90e-015b99a6661c",
"ApprovalDate": "2026-08-22T09:20:51.8806085+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "6bcaeea2-58eb-437d-8a80-5248287f6a6e",
"WorkPlanId": "447715fa-6f0e-4e3e-afe6-bab1857b7b57",
"id": "7cf8d602-d4b6-4520-bf05-d629944007b8",
"ConfigId": "73fd877e-ea48-457d-82a7-28a9faf52493"
},
{
"GenerationDate": "2026-08-22T09:20:51.8806085+00:00",
"SubmitDate": "2026-08-22T09:20:51.8806085+00:00",
"ReportPeriodStart": "2026-08-22T09:20:51.8806085+00:00",
"ReportPeriodEnd": "2026-08-22T09:20:51.8806085+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "93785208-a5a3-4524-9250-eabaac2ce4e4",
"Rows": [
{
"ItemId": "d11dd37b-c151-47ea-8c21-c74e23b85bd4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d11dd37b-c151-47ea-8c21-c74e23b85bd4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "93785208-a5a3-4524-9250-eabaac2ce4e4",
"Rows": [
{
"ItemId": "d11dd37b-c151-47ea-8c21-c74e23b85bd4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d11dd37b-c151-47ea-8c21-c74e23b85bd4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc9ff384-0fed-4ec3-8c54-1d522543cf9d",
"4ec0096f-fb4c-41d4-9874-7f3949193e5a"
],
"Approvers": [
"d27e25c4-d537-4d8a-8417-363ae24c725d",
"902dda6e-b005-4b11-b64f-114cf0960d95"
],
"ApprovedBy": "7935c365-1e55-4fe0-a90e-015b99a6661c",
"ApprovalDate": "2026-08-22T09:20:51.8806085+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "6bcaeea2-58eb-437d-8a80-5248287f6a6e",
"WorkPlanId": "447715fa-6f0e-4e3e-afe6-bab1857b7b57",
"id": "7cf8d602-d4b6-4520-bf05-d629944007b8",
"ConfigId": "73fd877e-ea48-457d-82a7-28a9faf52493"
}
]