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-24T10:27:00.6092982+00:00",
"SubmitDate": "2026-08-24T10:27:00.6092982+00:00",
"ReportPeriodStart": "2026-08-24T10:27:00.6092982+00:00",
"ReportPeriodEnd": "2026-08-24T10:27:00.6092982+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1c27d7d0-ce5a-41ab-8075-e2d54e28ceeb",
"Rows": [
{
"ItemId": "5f7bda30-ed00-4cb0-ab17-70e5050208fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f7bda30-ed00-4cb0-ab17-70e5050208fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1c27d7d0-ce5a-41ab-8075-e2d54e28ceeb",
"Rows": [
{
"ItemId": "5f7bda30-ed00-4cb0-ab17-70e5050208fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f7bda30-ed00-4cb0-ab17-70e5050208fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"07261108-ff18-477a-afed-4918743066dd",
"d5283306-9d0c-4a08-ad9c-68e8334d8576"
],
"Approvers": [
"5cdf8a7a-ac50-43a9-8f7a-58d68896ac87",
"6f4f4e78-5230-4c0f-94ba-be59096cf042"
],
"ApprovedBy": "d6a99722-b73f-4941-baca-01e5200858fa",
"ApprovalDate": "2026-08-24T10:27:00.6092982+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f13c7bf8-d2c1-4e9e-a07b-48f3be8f6b6a",
"WorkPlanId": "b64e5e57-895c-4024-b36e-48901e02fa9a",
"id": "d6817766-a161-4079-a9d0-7aff6f58383d",
"ConfigId": "b7fe99ec-42a2-4572-aa29-a07fac464039"
},
{
"GenerationDate": "2026-08-24T10:27:00.6092982+00:00",
"SubmitDate": "2026-08-24T10:27:00.6092982+00:00",
"ReportPeriodStart": "2026-08-24T10:27:00.6092982+00:00",
"ReportPeriodEnd": "2026-08-24T10:27:00.6092982+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1c27d7d0-ce5a-41ab-8075-e2d54e28ceeb",
"Rows": [
{
"ItemId": "5f7bda30-ed00-4cb0-ab17-70e5050208fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f7bda30-ed00-4cb0-ab17-70e5050208fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1c27d7d0-ce5a-41ab-8075-e2d54e28ceeb",
"Rows": [
{
"ItemId": "5f7bda30-ed00-4cb0-ab17-70e5050208fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5f7bda30-ed00-4cb0-ab17-70e5050208fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"07261108-ff18-477a-afed-4918743066dd",
"d5283306-9d0c-4a08-ad9c-68e8334d8576"
],
"Approvers": [
"5cdf8a7a-ac50-43a9-8f7a-58d68896ac87",
"6f4f4e78-5230-4c0f-94ba-be59096cf042"
],
"ApprovedBy": "d6a99722-b73f-4941-baca-01e5200858fa",
"ApprovalDate": "2026-08-24T10:27:00.6092982+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "f13c7bf8-d2c1-4e9e-a07b-48f3be8f6b6a",
"WorkPlanId": "b64e5e57-895c-4024-b36e-48901e02fa9a",
"id": "d6817766-a161-4079-a9d0-7aff6f58383d",
"ConfigId": "b7fe99ec-42a2-4572-aa29-a07fac464039"
}
]