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-24T11:46:45.8965243+00:00",
"SubmitDate": "2026-09-24T11:46:45.8965243+00:00",
"ReportPeriodStart": "2026-09-24T11:46:45.8965243+00:00",
"ReportPeriodEnd": "2026-09-24T11:46:45.8965243+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8752a798-a8a4-4cf5-aad1-5c56b8e1caa5",
"Rows": [
{
"ItemId": "e83a669b-5405-4e77-9733-816b99ae6311",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e83a669b-5405-4e77-9733-816b99ae6311",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8752a798-a8a4-4cf5-aad1-5c56b8e1caa5",
"Rows": [
{
"ItemId": "e83a669b-5405-4e77-9733-816b99ae6311",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e83a669b-5405-4e77-9733-816b99ae6311",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9962af92-0ad4-4c4a-a5f2-3ea710354ac1",
"48940ef4-d9d9-4597-9bfb-eb37253a1a66"
],
"Approvers": [
"6d786064-6f27-4940-bbd4-99345f816fbd",
"4319252c-2855-48b7-8a90-092865baf8f9"
],
"ApprovedBy": "59a704b2-b9bb-45fe-aa60-3ef1f47d361b",
"ApprovalDate": "2026-09-24T11:46:45.8965243+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "23836516-433a-4ec9-b7a0-ee0eb35efb2a",
"WorkPlanId": "74f4d3be-a45b-459f-8547-1e4b28f36a20",
"id": "0904abc3-4401-48a9-9515-91bb3e42301b",
"ConfigId": "94a041ee-7d45-4d2d-9f97-718ba2090e8d"
},
{
"GenerationDate": "2026-09-24T11:46:45.8965243+00:00",
"SubmitDate": "2026-09-24T11:46:45.8965243+00:00",
"ReportPeriodStart": "2026-09-24T11:46:45.8965243+00:00",
"ReportPeriodEnd": "2026-09-24T11:46:45.8965243+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8752a798-a8a4-4cf5-aad1-5c56b8e1caa5",
"Rows": [
{
"ItemId": "e83a669b-5405-4e77-9733-816b99ae6311",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e83a669b-5405-4e77-9733-816b99ae6311",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8752a798-a8a4-4cf5-aad1-5c56b8e1caa5",
"Rows": [
{
"ItemId": "e83a669b-5405-4e77-9733-816b99ae6311",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e83a669b-5405-4e77-9733-816b99ae6311",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9962af92-0ad4-4c4a-a5f2-3ea710354ac1",
"48940ef4-d9d9-4597-9bfb-eb37253a1a66"
],
"Approvers": [
"6d786064-6f27-4940-bbd4-99345f816fbd",
"4319252c-2855-48b7-8a90-092865baf8f9"
],
"ApprovedBy": "59a704b2-b9bb-45fe-aa60-3ef1f47d361b",
"ApprovalDate": "2026-09-24T11:46:45.8965243+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "23836516-433a-4ec9-b7a0-ee0eb35efb2a",
"WorkPlanId": "74f4d3be-a45b-459f-8547-1e4b28f36a20",
"id": "0904abc3-4401-48a9-9515-91bb3e42301b",
"ConfigId": "94a041ee-7d45-4d2d-9f97-718ba2090e8d"
}
]