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-30T11:20:45.2092152+00:00",
"SubmitDate": "2026-08-30T11:20:45.2092152+00:00",
"ReportPeriodStart": "2026-08-30T11:20:45.2092152+00:00",
"ReportPeriodEnd": "2026-08-30T11:20:45.2092152+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "514a8278-4491-45ba-b748-67dd37e1b01c",
"Rows": [
{
"ItemId": "1d02b53a-6538-42ce-aef5-e1798c4a30c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1d02b53a-6538-42ce-aef5-e1798c4a30c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "514a8278-4491-45ba-b748-67dd37e1b01c",
"Rows": [
{
"ItemId": "1d02b53a-6538-42ce-aef5-e1798c4a30c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1d02b53a-6538-42ce-aef5-e1798c4a30c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c0f484e9-c19f-465d-9edf-6e05aebc4e7f",
"bb0e9453-d120-478a-a9a4-ee84b5879a7b"
],
"Approvers": [
"e6fccc23-02ca-4144-968b-056dbd53913f",
"fc6b8558-bb09-438c-b439-cfb23cc2f0a4"
],
"ApprovedBy": "45618c18-9567-4fc3-9389-b38fffa58af3",
"ApprovalDate": "2026-08-30T11:20:45.2092152+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "846ee856-98d5-41dc-9110-b2402bc58d61",
"WorkPlanId": "a73a301b-b721-4daa-a814-c67a954c1a25",
"id": "0aaf3f25-741d-4ff8-b3cb-0f1636265645",
"ConfigId": "04a71114-24dc-4e55-8b21-399bea728efc"
},
{
"GenerationDate": "2026-08-30T11:20:45.2092152+00:00",
"SubmitDate": "2026-08-30T11:20:45.2092152+00:00",
"ReportPeriodStart": "2026-08-30T11:20:45.2092152+00:00",
"ReportPeriodEnd": "2026-08-30T11:20:45.2092152+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "514a8278-4491-45ba-b748-67dd37e1b01c",
"Rows": [
{
"ItemId": "1d02b53a-6538-42ce-aef5-e1798c4a30c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1d02b53a-6538-42ce-aef5-e1798c4a30c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "514a8278-4491-45ba-b748-67dd37e1b01c",
"Rows": [
{
"ItemId": "1d02b53a-6538-42ce-aef5-e1798c4a30c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1d02b53a-6538-42ce-aef5-e1798c4a30c2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c0f484e9-c19f-465d-9edf-6e05aebc4e7f",
"bb0e9453-d120-478a-a9a4-ee84b5879a7b"
],
"Approvers": [
"e6fccc23-02ca-4144-968b-056dbd53913f",
"fc6b8558-bb09-438c-b439-cfb23cc2f0a4"
],
"ApprovedBy": "45618c18-9567-4fc3-9389-b38fffa58af3",
"ApprovalDate": "2026-08-30T11:20:45.2092152+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "846ee856-98d5-41dc-9110-b2402bc58d61",
"WorkPlanId": "a73a301b-b721-4daa-a814-c67a954c1a25",
"id": "0aaf3f25-741d-4ff8-b3cb-0f1636265645",
"ConfigId": "04a71114-24dc-4e55-8b21-399bea728efc"
}
]