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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-04-18T08:49:29.9165958+00:00",
"SubmitDate": "2026-04-18T08:49:29.9165958+00:00",
"ReportPeriodStart": "2026-04-18T08:49:29.9165958+00:00",
"ReportPeriodEnd": "2026-04-18T08:49:29.9165958+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e16e8dd7-644e-42ea-bccd-11d27edf602e",
"Rows": [
{
"ItemId": "8cc04dab-a75f-43ae-9836-d6fc04ecf440",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cc04dab-a75f-43ae-9836-d6fc04ecf440",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e16e8dd7-644e-42ea-bccd-11d27edf602e",
"Rows": [
{
"ItemId": "8cc04dab-a75f-43ae-9836-d6fc04ecf440",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cc04dab-a75f-43ae-9836-d6fc04ecf440",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ea9dfef9-90ef-4a1a-bea0-4fbdaef6a364",
"b2e6030f-d10e-414b-a4c3-c3b382fe7a93"
],
"Approvers": [
"16a2047e-1d4e-4765-8096-78c0fa10c807",
"d57a3dbd-0762-49fb-a606-46cd66185982"
],
"ApprovedBy": "6935aa99-860c-464c-b546-e723a1e30d93",
"ApprovalDate": "2026-04-18T08:49:29.9165958+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "766af673-2af8-4fe6-934a-0fbf883d8dfc",
"id": "c737b2ac-32b3-461e-ac6d-961e23904638",
"ConfigId": "7a506f64-dc43-40db-89dc-4056a6aa0a7f"
},
{
"GenerationDate": "2026-04-18T08:49:29.9165958+00:00",
"SubmitDate": "2026-04-18T08:49:29.9165958+00:00",
"ReportPeriodStart": "2026-04-18T08:49:29.9165958+00:00",
"ReportPeriodEnd": "2026-04-18T08:49:29.9165958+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e16e8dd7-644e-42ea-bccd-11d27edf602e",
"Rows": [
{
"ItemId": "8cc04dab-a75f-43ae-9836-d6fc04ecf440",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cc04dab-a75f-43ae-9836-d6fc04ecf440",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e16e8dd7-644e-42ea-bccd-11d27edf602e",
"Rows": [
{
"ItemId": "8cc04dab-a75f-43ae-9836-d6fc04ecf440",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8cc04dab-a75f-43ae-9836-d6fc04ecf440",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ea9dfef9-90ef-4a1a-bea0-4fbdaef6a364",
"b2e6030f-d10e-414b-a4c3-c3b382fe7a93"
],
"Approvers": [
"16a2047e-1d4e-4765-8096-78c0fa10c807",
"d57a3dbd-0762-49fb-a606-46cd66185982"
],
"ApprovedBy": "6935aa99-860c-464c-b546-e723a1e30d93",
"ApprovalDate": "2026-04-18T08:49:29.9165958+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "766af673-2af8-4fe6-934a-0fbf883d8dfc",
"id": "c737b2ac-32b3-461e-ac6d-961e23904638",
"ConfigId": "7a506f64-dc43-40db-89dc-4056a6aa0a7f"
}
]