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-21T21:25:07.2293729+00:00",
"SubmitDate": "2026-09-21T21:25:07.2293729+00:00",
"ReportPeriodStart": "2026-09-21T21:25:07.2293729+00:00",
"ReportPeriodEnd": "2026-09-21T21:25:07.2293729+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f4fe032d-4c02-45a7-b8d1-49166299c768",
"Rows": [
{
"ItemId": "bf50fb05-e326-4193-91fa-3e5cc54ed4a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf50fb05-e326-4193-91fa-3e5cc54ed4a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f4fe032d-4c02-45a7-b8d1-49166299c768",
"Rows": [
{
"ItemId": "bf50fb05-e326-4193-91fa-3e5cc54ed4a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf50fb05-e326-4193-91fa-3e5cc54ed4a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3cf4d4aa-9521-456e-93da-11638111079c",
"4b6876cf-5afb-4ccf-b4b6-026597528b90"
],
"Approvers": [
"077b013a-df02-4330-80ff-9b24a4cf7603",
"9c6ae2da-b45a-4a9b-ae48-442fdfab0bb8"
],
"ApprovedBy": "dee3c566-21ee-4d3e-a276-75493f991a53",
"ApprovalDate": "2026-09-21T21:25:07.2293729+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ace9b446-b81e-41d6-a6bc-0a0fb7dbeb43",
"WorkPlanId": "2324f14b-dc49-4dbc-9b76-874c99d4af41",
"id": "392940b0-b48e-4de3-a79f-34ca14eddc3e",
"ConfigId": "54f7ea4c-ef6c-428f-b1de-8489f4f1de99"
},
{
"GenerationDate": "2026-09-21T21:25:07.2293729+00:00",
"SubmitDate": "2026-09-21T21:25:07.2293729+00:00",
"ReportPeriodStart": "2026-09-21T21:25:07.2293729+00:00",
"ReportPeriodEnd": "2026-09-21T21:25:07.2293729+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f4fe032d-4c02-45a7-b8d1-49166299c768",
"Rows": [
{
"ItemId": "bf50fb05-e326-4193-91fa-3e5cc54ed4a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf50fb05-e326-4193-91fa-3e5cc54ed4a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f4fe032d-4c02-45a7-b8d1-49166299c768",
"Rows": [
{
"ItemId": "bf50fb05-e326-4193-91fa-3e5cc54ed4a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bf50fb05-e326-4193-91fa-3e5cc54ed4a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3cf4d4aa-9521-456e-93da-11638111079c",
"4b6876cf-5afb-4ccf-b4b6-026597528b90"
],
"Approvers": [
"077b013a-df02-4330-80ff-9b24a4cf7603",
"9c6ae2da-b45a-4a9b-ae48-442fdfab0bb8"
],
"ApprovedBy": "dee3c566-21ee-4d3e-a276-75493f991a53",
"ApprovalDate": "2026-09-21T21:25:07.2293729+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "ace9b446-b81e-41d6-a6bc-0a0fb7dbeb43",
"WorkPlanId": "2324f14b-dc49-4dbc-9b76-874c99d4af41",
"id": "392940b0-b48e-4de3-a79f-34ca14eddc3e",
"ConfigId": "54f7ea4c-ef6c-428f-b1de-8489f4f1de99"
}
]