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-23T18:19:08.3963393+00:00",
"SubmitDate": "2026-07-23T18:19:08.3963393+00:00",
"ReportPeriodStart": "2026-07-23T18:19:08.3963393+00:00",
"ReportPeriodEnd": "2026-07-23T18:19:08.3963393+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a1e01b25-d863-4907-b320-4914161e6434",
"Rows": [
{
"ItemId": "0bf05702-e9bc-4ab5-8cb7-21c61ffe7516",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0bf05702-e9bc-4ab5-8cb7-21c61ffe7516",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a1e01b25-d863-4907-b320-4914161e6434",
"Rows": [
{
"ItemId": "0bf05702-e9bc-4ab5-8cb7-21c61ffe7516",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0bf05702-e9bc-4ab5-8cb7-21c61ffe7516",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"15110248-c540-4c66-b1d9-581c9bd40e96",
"4cc405a5-2727-46e3-9f3e-b778e565558f"
],
"Approvers": [
"29930954-7867-4023-a15d-e1309676d128",
"97f83d38-82c6-4770-b72e-612ed65906bb"
],
"ApprovedBy": "ae263ce3-edba-4fbe-89c7-d7bd00ca42d2",
"ApprovalDate": "2026-07-23T18:19:08.3963393+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "2b4ec7f3-ca34-4754-8762-8adf4d812c40",
"WorkPlanId": "dfe3dcf5-27f5-4aca-a256-f2e078695bc1",
"id": "1392a08f-1aff-483b-b235-ce3fbdff0a07",
"ConfigId": "f590b21f-ac4f-4e5a-a1a4-aaecb69b89c5"
},
{
"GenerationDate": "2026-07-23T18:19:08.3963393+00:00",
"SubmitDate": "2026-07-23T18:19:08.3963393+00:00",
"ReportPeriodStart": "2026-07-23T18:19:08.3963393+00:00",
"ReportPeriodEnd": "2026-07-23T18:19:08.3963393+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a1e01b25-d863-4907-b320-4914161e6434",
"Rows": [
{
"ItemId": "0bf05702-e9bc-4ab5-8cb7-21c61ffe7516",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0bf05702-e9bc-4ab5-8cb7-21c61ffe7516",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a1e01b25-d863-4907-b320-4914161e6434",
"Rows": [
{
"ItemId": "0bf05702-e9bc-4ab5-8cb7-21c61ffe7516",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "0bf05702-e9bc-4ab5-8cb7-21c61ffe7516",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"15110248-c540-4c66-b1d9-581c9bd40e96",
"4cc405a5-2727-46e3-9f3e-b778e565558f"
],
"Approvers": [
"29930954-7867-4023-a15d-e1309676d128",
"97f83d38-82c6-4770-b72e-612ed65906bb"
],
"ApprovedBy": "ae263ce3-edba-4fbe-89c7-d7bd00ca42d2",
"ApprovalDate": "2026-07-23T18:19:08.3963393+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "2b4ec7f3-ca34-4754-8762-8adf4d812c40",
"WorkPlanId": "dfe3dcf5-27f5-4aca-a256-f2e078695bc1",
"id": "1392a08f-1aff-483b-b235-ce3fbdff0a07",
"ConfigId": "f590b21f-ac4f-4e5a-a1a4-aaecb69b89c5"
}
]