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-28T22:38:04.5009138+00:00",
"SubmitDate": "2026-05-28T22:38:04.5009138+00:00",
"ReportPeriodStart": "2026-05-28T22:38:04.5009138+00:00",
"ReportPeriodEnd": "2026-05-28T22:38:04.5009138+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "627ae20d-04a1-4db9-b590-48c78e7c9941",
"Rows": [
{
"ItemId": "56b7a2fa-9e5f-4851-a7b4-ec659bd2a555",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "56b7a2fa-9e5f-4851-a7b4-ec659bd2a555",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "627ae20d-04a1-4db9-b590-48c78e7c9941",
"Rows": [
{
"ItemId": "56b7a2fa-9e5f-4851-a7b4-ec659bd2a555",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "56b7a2fa-9e5f-4851-a7b4-ec659bd2a555",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1fff7cc2-0f5a-47e5-b338-c66f76e960ae",
"8959c0f8-77b1-47eb-b837-7e2371b84db8"
],
"Approvers": [
"b5363356-632c-4b96-bf90-81c3f67cfb72",
"c6daadc1-57c9-428f-93ef-1b45933a0d83"
],
"ApprovedBy": "2b136ad8-a14a-48c1-8142-a4ee6719a8c5",
"ApprovalDate": "2026-05-28T22:38:04.5009138+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e67682e3-e1d1-4cf1-9da6-9c5be886129f",
"id": "dc7c4671-bb7d-421e-8268-ad6afef61904",
"ConfigId": "2029faf3-4500-479c-84d3-ff4d0736acd2"
},
{
"GenerationDate": "2026-05-28T22:38:04.5009138+00:00",
"SubmitDate": "2026-05-28T22:38:04.5009138+00:00",
"ReportPeriodStart": "2026-05-28T22:38:04.5009138+00:00",
"ReportPeriodEnd": "2026-05-28T22:38:04.5009138+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "627ae20d-04a1-4db9-b590-48c78e7c9941",
"Rows": [
{
"ItemId": "56b7a2fa-9e5f-4851-a7b4-ec659bd2a555",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "56b7a2fa-9e5f-4851-a7b4-ec659bd2a555",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "627ae20d-04a1-4db9-b590-48c78e7c9941",
"Rows": [
{
"ItemId": "56b7a2fa-9e5f-4851-a7b4-ec659bd2a555",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "56b7a2fa-9e5f-4851-a7b4-ec659bd2a555",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1fff7cc2-0f5a-47e5-b338-c66f76e960ae",
"8959c0f8-77b1-47eb-b837-7e2371b84db8"
],
"Approvers": [
"b5363356-632c-4b96-bf90-81c3f67cfb72",
"c6daadc1-57c9-428f-93ef-1b45933a0d83"
],
"ApprovedBy": "2b136ad8-a14a-48c1-8142-a4ee6719a8c5",
"ApprovalDate": "2026-05-28T22:38:04.5009138+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e67682e3-e1d1-4cf1-9da6-9c5be886129f",
"id": "dc7c4671-bb7d-421e-8268-ad6afef61904",
"ConfigId": "2029faf3-4500-479c-84d3-ff4d0736acd2"
}
]