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-05-26T06:37:27.415543+00:00",
"SubmitDate": "2026-05-26T06:37:27.415543+00:00",
"ReportPeriodStart": "2026-05-26T06:37:27.415543+00:00",
"ReportPeriodEnd": "2026-05-26T06:37:27.415543+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "57034e76-e808-48e7-a729-cf495323277a",
"Rows": [
{
"ItemId": "be187da7-f607-4f29-a7f1-5d681ef8c390",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "be187da7-f607-4f29-a7f1-5d681ef8c390",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "57034e76-e808-48e7-a729-cf495323277a",
"Rows": [
{
"ItemId": "be187da7-f607-4f29-a7f1-5d681ef8c390",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "be187da7-f607-4f29-a7f1-5d681ef8c390",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c81caad9-3f88-4b49-ab05-be9e5f231f01",
"d04d3ce9-8fe8-48ef-841a-c5c18ed41785"
],
"Approvers": [
"d15ab5bf-fd65-484b-81fb-88df56ff16fe",
"faca92f5-adc4-496a-b66d-c1cacc1545cc"
],
"ApprovedBy": "fc6c35e6-76f1-4067-a166-bc11fcacd7b9",
"ApprovalDate": "2026-05-26T06:37:27.415543+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d5db562e-414b-4bb0-97a2-62675b9a423f",
"id": "0bd08424-c483-4a3a-8e82-3d872d7adf25",
"ConfigId": "c011844f-3563-472d-ae4e-dce012d9f620"
},
{
"GenerationDate": "2026-05-26T06:37:27.415543+00:00",
"SubmitDate": "2026-05-26T06:37:27.415543+00:00",
"ReportPeriodStart": "2026-05-26T06:37:27.415543+00:00",
"ReportPeriodEnd": "2026-05-26T06:37:27.415543+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "57034e76-e808-48e7-a729-cf495323277a",
"Rows": [
{
"ItemId": "be187da7-f607-4f29-a7f1-5d681ef8c390",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "be187da7-f607-4f29-a7f1-5d681ef8c390",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "57034e76-e808-48e7-a729-cf495323277a",
"Rows": [
{
"ItemId": "be187da7-f607-4f29-a7f1-5d681ef8c390",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "be187da7-f607-4f29-a7f1-5d681ef8c390",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c81caad9-3f88-4b49-ab05-be9e5f231f01",
"d04d3ce9-8fe8-48ef-841a-c5c18ed41785"
],
"Approvers": [
"d15ab5bf-fd65-484b-81fb-88df56ff16fe",
"faca92f5-adc4-496a-b66d-c1cacc1545cc"
],
"ApprovedBy": "fc6c35e6-76f1-4067-a166-bc11fcacd7b9",
"ApprovalDate": "2026-05-26T06:37:27.415543+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d5db562e-414b-4bb0-97a2-62675b9a423f",
"id": "0bd08424-c483-4a3a-8e82-3d872d7adf25",
"ConfigId": "c011844f-3563-472d-ae4e-dce012d9f620"
}
]