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-01-07T22:20:39.4746863+00:00",
"SubmitDate": "2026-01-07T22:20:39.4746863+00:00",
"ReportPeriodStart": "2026-01-07T22:20:39.4746863+00:00",
"ReportPeriodEnd": "2026-01-07T22:20:39.4746863+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c8ea8213-aecd-49b3-890c-4b26c853f6b1",
"Rows": [
{
"ItemId": "1fdd9e3a-02b5-4d3f-9676-600ad2dd8cf2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fdd9e3a-02b5-4d3f-9676-600ad2dd8cf2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c8ea8213-aecd-49b3-890c-4b26c853f6b1",
"Rows": [
{
"ItemId": "1fdd9e3a-02b5-4d3f-9676-600ad2dd8cf2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fdd9e3a-02b5-4d3f-9676-600ad2dd8cf2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3a2a2a84-0f28-48ad-9d3b-a49c43e44a95",
"608bdb3c-b8d3-4683-8477-59c7a5df264e"
],
"Approvers": [
"582aada2-34d9-414d-bd9d-f4f6a285d847",
"d18365c4-cc0e-49b5-a9ba-27ec24638208"
],
"ApprovedBy": "391df935-dfb2-4b20-a1cf-a07b76afde3e",
"ApprovalDate": "2026-01-07T22:20:39.4903082+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e388f7f6-35ae-4032-83bf-515ac17c1c36",
"id": "b8c4f3cb-2832-4d66-bcb7-841d6c518da9",
"ConfigId": "d0dc7922-2697-455e-9866-24289f8ef21c"
},
{
"GenerationDate": "2026-01-07T22:20:39.4746863+00:00",
"SubmitDate": "2026-01-07T22:20:39.4746863+00:00",
"ReportPeriodStart": "2026-01-07T22:20:39.4746863+00:00",
"ReportPeriodEnd": "2026-01-07T22:20:39.4746863+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c8ea8213-aecd-49b3-890c-4b26c853f6b1",
"Rows": [
{
"ItemId": "1fdd9e3a-02b5-4d3f-9676-600ad2dd8cf2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fdd9e3a-02b5-4d3f-9676-600ad2dd8cf2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c8ea8213-aecd-49b3-890c-4b26c853f6b1",
"Rows": [
{
"ItemId": "1fdd9e3a-02b5-4d3f-9676-600ad2dd8cf2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fdd9e3a-02b5-4d3f-9676-600ad2dd8cf2",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3a2a2a84-0f28-48ad-9d3b-a49c43e44a95",
"608bdb3c-b8d3-4683-8477-59c7a5df264e"
],
"Approvers": [
"582aada2-34d9-414d-bd9d-f4f6a285d847",
"d18365c4-cc0e-49b5-a9ba-27ec24638208"
],
"ApprovedBy": "391df935-dfb2-4b20-a1cf-a07b76afde3e",
"ApprovalDate": "2026-01-07T22:20:39.4903082+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e388f7f6-35ae-4032-83bf-515ac17c1c36",
"id": "b8c4f3cb-2832-4d66-bcb7-841d6c518da9",
"ConfigId": "d0dc7922-2697-455e-9866-24289f8ef21c"
}
]