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-02T18:06:45.7209793+00:00",
"SubmitDate": "2026-04-02T18:06:45.7209793+00:00",
"ReportPeriodStart": "2026-04-02T18:06:45.7209793+00:00",
"ReportPeriodEnd": "2026-04-02T18:06:45.7209793+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7c4b6566-f590-4f61-8dc7-798b987c8997",
"Rows": [
{
"ItemId": "74888226-fc77-4e78-b97f-12fd116567e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "74888226-fc77-4e78-b97f-12fd116567e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7c4b6566-f590-4f61-8dc7-798b987c8997",
"Rows": [
{
"ItemId": "74888226-fc77-4e78-b97f-12fd116567e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "74888226-fc77-4e78-b97f-12fd116567e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8d234492-7514-42eb-bea3-5d85893791cb",
"9a609968-3b78-429e-83a0-4cc4338016e6"
],
"Approvers": [
"3266ea4c-9742-4a59-9459-4d4cc2209095",
"d0ede26f-590e-4c5e-8fb8-99d92ca45ba9"
],
"ApprovedBy": "87d8eb8a-a0a1-4827-adc2-322c228980cc",
"ApprovalDate": "2026-04-02T18:06:45.7209793+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a2605428-64d1-4e65-b09a-1d40dab2668e",
"id": "5d8bcf1a-a2eb-45ca-aa7b-55a75dd463f1",
"ConfigId": "acf2d09d-9f2e-4c67-8790-026e03d039b3"
},
{
"GenerationDate": "2026-04-02T18:06:45.7209793+00:00",
"SubmitDate": "2026-04-02T18:06:45.7209793+00:00",
"ReportPeriodStart": "2026-04-02T18:06:45.7209793+00:00",
"ReportPeriodEnd": "2026-04-02T18:06:45.7209793+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7c4b6566-f590-4f61-8dc7-798b987c8997",
"Rows": [
{
"ItemId": "74888226-fc77-4e78-b97f-12fd116567e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "74888226-fc77-4e78-b97f-12fd116567e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7c4b6566-f590-4f61-8dc7-798b987c8997",
"Rows": [
{
"ItemId": "74888226-fc77-4e78-b97f-12fd116567e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "74888226-fc77-4e78-b97f-12fd116567e4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8d234492-7514-42eb-bea3-5d85893791cb",
"9a609968-3b78-429e-83a0-4cc4338016e6"
],
"Approvers": [
"3266ea4c-9742-4a59-9459-4d4cc2209095",
"d0ede26f-590e-4c5e-8fb8-99d92ca45ba9"
],
"ApprovedBy": "87d8eb8a-a0a1-4827-adc2-322c228980cc",
"ApprovalDate": "2026-04-02T18:06:45.7209793+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a2605428-64d1-4e65-b09a-1d40dab2668e",
"id": "5d8bcf1a-a2eb-45ca-aa7b-55a75dd463f1",
"ConfigId": "acf2d09d-9f2e-4c67-8790-026e03d039b3"
}
]