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-06-03T19:21:55.488828+00:00",
"SubmitDate": "2026-06-03T19:21:55.488828+00:00",
"ReportPeriodStart": "2026-06-03T19:21:55.488828+00:00",
"ReportPeriodEnd": "2026-06-03T19:21:55.488828+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "af6b9881-44d1-4b1a-af99-2de682c78cff",
"Rows": [
{
"ItemId": "e6811a2f-9835-4dfe-8600-8e04330ece31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e6811a2f-9835-4dfe-8600-8e04330ece31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "af6b9881-44d1-4b1a-af99-2de682c78cff",
"Rows": [
{
"ItemId": "e6811a2f-9835-4dfe-8600-8e04330ece31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e6811a2f-9835-4dfe-8600-8e04330ece31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6a9685f5-04a0-46fc-aabb-8606a6e23fd1",
"27c40b86-466d-41f3-8866-71c9299fa441"
],
"Approvers": [
"f6b187a2-e0ae-43c2-8e57-57e5d2e0b789",
"6e2a901f-9123-4472-b282-3087af159079"
],
"ApprovedBy": "baabaec7-1c5b-493d-9bc5-679b9711dc0f",
"ApprovalDate": "2026-06-03T19:21:55.5044532+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cb0f0837-3679-4980-b923-8db33933446d",
"id": "f5f7cd19-acf9-49ea-af3a-b0e5e4c48947",
"ConfigId": "70ca6d1d-b5e0-4b5d-9c2f-9cb789ef91bc"
},
{
"GenerationDate": "2026-06-03T19:21:55.488828+00:00",
"SubmitDate": "2026-06-03T19:21:55.488828+00:00",
"ReportPeriodStart": "2026-06-03T19:21:55.488828+00:00",
"ReportPeriodEnd": "2026-06-03T19:21:55.488828+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "af6b9881-44d1-4b1a-af99-2de682c78cff",
"Rows": [
{
"ItemId": "e6811a2f-9835-4dfe-8600-8e04330ece31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e6811a2f-9835-4dfe-8600-8e04330ece31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "af6b9881-44d1-4b1a-af99-2de682c78cff",
"Rows": [
{
"ItemId": "e6811a2f-9835-4dfe-8600-8e04330ece31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e6811a2f-9835-4dfe-8600-8e04330ece31",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6a9685f5-04a0-46fc-aabb-8606a6e23fd1",
"27c40b86-466d-41f3-8866-71c9299fa441"
],
"Approvers": [
"f6b187a2-e0ae-43c2-8e57-57e5d2e0b789",
"6e2a901f-9123-4472-b282-3087af159079"
],
"ApprovedBy": "baabaec7-1c5b-493d-9bc5-679b9711dc0f",
"ApprovalDate": "2026-06-03T19:21:55.5044532+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cb0f0837-3679-4980-b923-8db33933446d",
"id": "f5f7cd19-acf9-49ea-af3a-b0e5e4c48947",
"ConfigId": "70ca6d1d-b5e0-4b5d-9c2f-9cb789ef91bc"
}
]