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-22T20:22:51.9867494+00:00",
"SubmitDate": "2026-07-22T20:22:51.9867494+00:00",
"ReportPeriodStart": "2026-07-22T20:22:51.9867494+00:00",
"ReportPeriodEnd": "2026-07-22T20:22:51.9867494+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8e45545f-14a4-46b1-a044-cf525acb4686",
"Rows": [
{
"ItemId": "f84768fe-a568-490a-8491-1af8fda43513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f84768fe-a568-490a-8491-1af8fda43513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8e45545f-14a4-46b1-a044-cf525acb4686",
"Rows": [
{
"ItemId": "f84768fe-a568-490a-8491-1af8fda43513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f84768fe-a568-490a-8491-1af8fda43513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ef6f075a-071f-431c-8ec4-ae9c7f541cda",
"239f7e87-3fee-46cd-9e14-663e7fea120d"
],
"Approvers": [
"560cf3ed-a759-40cf-9c2f-0b59e071729a",
"d6da3a1b-b1f3-47a1-bf53-b7bdd8e546fa"
],
"ApprovedBy": "6780b7cc-f02e-4f6d-a193-744e04eb0da8",
"ApprovalDate": "2026-07-22T20:22:51.9867494+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0bd159c6-5f27-4f8b-8c86-0c7b488fc765",
"WorkPlanId": "98af2831-a1e8-4f48-8f9a-1953d6f647f4",
"id": "1f7d4d87-09f8-4833-846d-2bbb6077af43",
"ConfigId": "7e3e3e6a-322e-49e8-b789-e7d28a9f5921"
},
{
"GenerationDate": "2026-07-22T20:22:51.9867494+00:00",
"SubmitDate": "2026-07-22T20:22:51.9867494+00:00",
"ReportPeriodStart": "2026-07-22T20:22:51.9867494+00:00",
"ReportPeriodEnd": "2026-07-22T20:22:51.9867494+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8e45545f-14a4-46b1-a044-cf525acb4686",
"Rows": [
{
"ItemId": "f84768fe-a568-490a-8491-1af8fda43513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f84768fe-a568-490a-8491-1af8fda43513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8e45545f-14a4-46b1-a044-cf525acb4686",
"Rows": [
{
"ItemId": "f84768fe-a568-490a-8491-1af8fda43513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f84768fe-a568-490a-8491-1af8fda43513",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ef6f075a-071f-431c-8ec4-ae9c7f541cda",
"239f7e87-3fee-46cd-9e14-663e7fea120d"
],
"Approvers": [
"560cf3ed-a759-40cf-9c2f-0b59e071729a",
"d6da3a1b-b1f3-47a1-bf53-b7bdd8e546fa"
],
"ApprovedBy": "6780b7cc-f02e-4f6d-a193-744e04eb0da8",
"ApprovalDate": "2026-07-22T20:22:51.9867494+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "0bd159c6-5f27-4f8b-8c86-0c7b488fc765",
"WorkPlanId": "98af2831-a1e8-4f48-8f9a-1953d6f647f4",
"id": "1f7d4d87-09f8-4833-846d-2bbb6077af43",
"ConfigId": "7e3e3e6a-322e-49e8-b789-e7d28a9f5921"
}
]