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-22T19:30:33.8228605+00:00",
"SubmitDate": "2026-05-22T19:30:33.8228605+00:00",
"ReportPeriodStart": "2026-05-22T19:30:33.8228605+00:00",
"ReportPeriodEnd": "2026-05-22T19:30:33.8228605+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6f4f4d01-857a-4f09-8276-81c39b664d0d",
"Rows": [
{
"ItemId": "05173c26-0b2e-41ce-b501-6ffbb821117b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "05173c26-0b2e-41ce-b501-6ffbb821117b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6f4f4d01-857a-4f09-8276-81c39b664d0d",
"Rows": [
{
"ItemId": "05173c26-0b2e-41ce-b501-6ffbb821117b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "05173c26-0b2e-41ce-b501-6ffbb821117b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8e6be17a-8b6b-46d2-a60c-6b40f6ded298",
"e7046b48-6e8e-4050-a304-792978e6a079"
],
"Approvers": [
"4787d438-9246-404b-a561-fb1dd9788c99",
"b16c4c83-bf15-48a8-95a1-4e8b2a073828"
],
"ApprovedBy": "eb73d0b8-38cc-4390-9332-fe96a57cfbba",
"ApprovalDate": "2026-05-22T19:30:33.8228605+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "961e4e00-84aa-4cac-8745-eb764d9b3919",
"id": "ec34bcc0-3034-4ab6-b57c-4ee1a8f8f559",
"ConfigId": "97751bd4-f0c2-45bb-92d6-94f88ec19c3e"
},
{
"GenerationDate": "2026-05-22T19:30:33.8228605+00:00",
"SubmitDate": "2026-05-22T19:30:33.8228605+00:00",
"ReportPeriodStart": "2026-05-22T19:30:33.8228605+00:00",
"ReportPeriodEnd": "2026-05-22T19:30:33.8228605+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6f4f4d01-857a-4f09-8276-81c39b664d0d",
"Rows": [
{
"ItemId": "05173c26-0b2e-41ce-b501-6ffbb821117b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "05173c26-0b2e-41ce-b501-6ffbb821117b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6f4f4d01-857a-4f09-8276-81c39b664d0d",
"Rows": [
{
"ItemId": "05173c26-0b2e-41ce-b501-6ffbb821117b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "05173c26-0b2e-41ce-b501-6ffbb821117b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8e6be17a-8b6b-46d2-a60c-6b40f6ded298",
"e7046b48-6e8e-4050-a304-792978e6a079"
],
"Approvers": [
"4787d438-9246-404b-a561-fb1dd9788c99",
"b16c4c83-bf15-48a8-95a1-4e8b2a073828"
],
"ApprovedBy": "eb73d0b8-38cc-4390-9332-fe96a57cfbba",
"ApprovalDate": "2026-05-22T19:30:33.8228605+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "961e4e00-84aa-4cac-8745-eb764d9b3919",
"id": "ec34bcc0-3034-4ab6-b57c-4ee1a8f8f559",
"ConfigId": "97751bd4-f0c2-45bb-92d6-94f88ec19c3e"
}
]