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-07-31T06:17:23.2994791+00:00",
"SubmitDate": "2026-07-31T06:17:23.2994791+00:00",
"ReportPeriodStart": "2026-07-31T06:17:23.2994791+00:00",
"ReportPeriodEnd": "2026-07-31T06:17:23.2994791+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cfb744ed-22bf-4e22-933f-e77c7236373c",
"Rows": [
{
"ItemId": "f075bca9-e5a6-4997-91de-7bdac81daf56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f075bca9-e5a6-4997-91de-7bdac81daf56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cfb744ed-22bf-4e22-933f-e77c7236373c",
"Rows": [
{
"ItemId": "f075bca9-e5a6-4997-91de-7bdac81daf56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f075bca9-e5a6-4997-91de-7bdac81daf56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f933c23-cfe2-405a-a2f9-0a592708000c",
"a5504936-025e-4a72-882f-31ec3b3b1c97"
],
"Approvers": [
"cbf20965-e338-4ba7-a808-a9d230d7c5cf",
"47a9e813-3b67-4f07-976d-dc1db439db7d"
],
"ApprovedBy": "de025e28-2b63-4cd2-ab38-bebcabdf82d9",
"ApprovalDate": "2026-07-31T06:17:23.2994791+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "569fe679-aa38-40bd-a720-bc5b2bfb942d",
"WorkPlanId": "e22cb875-8cfe-48ed-9ad8-d8cec0f352b2",
"id": "0f6b074a-18b6-41fb-ba5b-cea1ee2afc08",
"ConfigId": "aeeedfbf-6166-411c-89e8-425a00d46a34"
},
{
"GenerationDate": "2026-07-31T06:17:23.2994791+00:00",
"SubmitDate": "2026-07-31T06:17:23.2994791+00:00",
"ReportPeriodStart": "2026-07-31T06:17:23.2994791+00:00",
"ReportPeriodEnd": "2026-07-31T06:17:23.2994791+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cfb744ed-22bf-4e22-933f-e77c7236373c",
"Rows": [
{
"ItemId": "f075bca9-e5a6-4997-91de-7bdac81daf56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f075bca9-e5a6-4997-91de-7bdac81daf56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cfb744ed-22bf-4e22-933f-e77c7236373c",
"Rows": [
{
"ItemId": "f075bca9-e5a6-4997-91de-7bdac81daf56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f075bca9-e5a6-4997-91de-7bdac81daf56",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0f933c23-cfe2-405a-a2f9-0a592708000c",
"a5504936-025e-4a72-882f-31ec3b3b1c97"
],
"Approvers": [
"cbf20965-e338-4ba7-a808-a9d230d7c5cf",
"47a9e813-3b67-4f07-976d-dc1db439db7d"
],
"ApprovedBy": "de025e28-2b63-4cd2-ab38-bebcabdf82d9",
"ApprovalDate": "2026-07-31T06:17:23.2994791+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "569fe679-aa38-40bd-a720-bc5b2bfb942d",
"WorkPlanId": "e22cb875-8cfe-48ed-9ad8-d8cec0f352b2",
"id": "0f6b074a-18b6-41fb-ba5b-cea1ee2afc08",
"ConfigId": "aeeedfbf-6166-411c-89e8-425a00d46a34"
}
]