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-09-09T21:06:32.0882886+00:00",
"SubmitDate": "2026-09-09T21:06:32.0882886+00:00",
"ReportPeriodStart": "2026-09-09T21:06:32.0882886+00:00",
"ReportPeriodEnd": "2026-09-09T21:06:32.0882886+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fa6e7f21-8fcd-4168-9cff-e049c51a04f8",
"Rows": [
{
"ItemId": "78955104-f15d-4b60-aa02-afb07ec52cf7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78955104-f15d-4b60-aa02-afb07ec52cf7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fa6e7f21-8fcd-4168-9cff-e049c51a04f8",
"Rows": [
{
"ItemId": "78955104-f15d-4b60-aa02-afb07ec52cf7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78955104-f15d-4b60-aa02-afb07ec52cf7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ee332d72-9b3f-4a04-9e38-63fa74a2f4a3",
"a82fafee-c8a0-4716-8caf-641739c997e4"
],
"Approvers": [
"4fe816a7-bea6-49be-aab5-a611cfe38f7f",
"77512593-b7b2-4fe1-ad82-723f52beb762"
],
"ApprovedBy": "c12e74c8-7511-4364-aac3-8e11cf0de8f6",
"ApprovalDate": "2026-09-09T21:06:32.0882886+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ffad7871-9b61-447f-80c4-e9755d79ac25",
"WorkPlanId": "da6ec103-64d4-4eda-a644-c5f4883ba850",
"id": "b425f605-ea77-4020-a3e5-abb6554f98cb",
"ConfigId": "b05822d4-ecb7-4b22-9db8-53bf9e542a52"
},
{
"GenerationDate": "2026-09-09T21:06:32.0882886+00:00",
"SubmitDate": "2026-09-09T21:06:32.0882886+00:00",
"ReportPeriodStart": "2026-09-09T21:06:32.0882886+00:00",
"ReportPeriodEnd": "2026-09-09T21:06:32.0882886+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fa6e7f21-8fcd-4168-9cff-e049c51a04f8",
"Rows": [
{
"ItemId": "78955104-f15d-4b60-aa02-afb07ec52cf7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78955104-f15d-4b60-aa02-afb07ec52cf7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fa6e7f21-8fcd-4168-9cff-e049c51a04f8",
"Rows": [
{
"ItemId": "78955104-f15d-4b60-aa02-afb07ec52cf7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "78955104-f15d-4b60-aa02-afb07ec52cf7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ee332d72-9b3f-4a04-9e38-63fa74a2f4a3",
"a82fafee-c8a0-4716-8caf-641739c997e4"
],
"Approvers": [
"4fe816a7-bea6-49be-aab5-a611cfe38f7f",
"77512593-b7b2-4fe1-ad82-723f52beb762"
],
"ApprovedBy": "c12e74c8-7511-4364-aac3-8e11cf0de8f6",
"ApprovalDate": "2026-09-09T21:06:32.0882886+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ffad7871-9b61-447f-80c4-e9755d79ac25",
"WorkPlanId": "da6ec103-64d4-4eda-a644-c5f4883ba850",
"id": "b425f605-ea77-4020-a3e5-abb6554f98cb",
"ConfigId": "b05822d4-ecb7-4b22-9db8-53bf9e542a52"
}
]