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": "2025-12-20T15:02:53.9780242+00:00",
"SubmitDate": "2025-12-20T15:02:53.9780242+00:00",
"ReportPeriodStart": "2025-12-20T15:02:53.9780242+00:00",
"ReportPeriodEnd": "2025-12-20T15:02:53.9780242+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "958098e0-b525-4852-99b9-9eb8a1ab6839",
"Rows": [
{
"ItemId": "66cca205-20eb-4ef5-a1c4-873c6eae3bbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "66cca205-20eb-4ef5-a1c4-873c6eae3bbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "958098e0-b525-4852-99b9-9eb8a1ab6839",
"Rows": [
{
"ItemId": "66cca205-20eb-4ef5-a1c4-873c6eae3bbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "66cca205-20eb-4ef5-a1c4-873c6eae3bbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"24c637de-7259-4096-b8df-97c9a2d12e0a",
"1ae420d9-98d5-4768-9120-437fceaaeb3b"
],
"Approvers": [
"8bb79232-1d77-49e3-9f6c-c068b6d04958",
"10efb98a-9585-42a5-b54e-812812c851d3"
],
"ApprovedBy": "ddc00b74-a7cc-4e76-bd1d-b8350a4f93d7",
"ApprovalDate": "2025-12-20T15:02:53.9780242+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5a9b1c78-1ba5-4425-87a4-a3e4e476dc8f",
"id": "e79b38b4-37b8-414a-9c2f-5f9a9abeeba0",
"ConfigId": "a71da2fc-c8d1-481d-9f51-4653cb2d7424"
},
{
"GenerationDate": "2025-12-20T15:02:53.9780242+00:00",
"SubmitDate": "2025-12-20T15:02:53.9780242+00:00",
"ReportPeriodStart": "2025-12-20T15:02:53.9780242+00:00",
"ReportPeriodEnd": "2025-12-20T15:02:53.9780242+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "958098e0-b525-4852-99b9-9eb8a1ab6839",
"Rows": [
{
"ItemId": "66cca205-20eb-4ef5-a1c4-873c6eae3bbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "66cca205-20eb-4ef5-a1c4-873c6eae3bbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "958098e0-b525-4852-99b9-9eb8a1ab6839",
"Rows": [
{
"ItemId": "66cca205-20eb-4ef5-a1c4-873c6eae3bbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "66cca205-20eb-4ef5-a1c4-873c6eae3bbc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"24c637de-7259-4096-b8df-97c9a2d12e0a",
"1ae420d9-98d5-4768-9120-437fceaaeb3b"
],
"Approvers": [
"8bb79232-1d77-49e3-9f6c-c068b6d04958",
"10efb98a-9585-42a5-b54e-812812c851d3"
],
"ApprovedBy": "ddc00b74-a7cc-4e76-bd1d-b8350a4f93d7",
"ApprovalDate": "2025-12-20T15:02:53.9780242+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5a9b1c78-1ba5-4425-87a4-a3e4e476dc8f",
"id": "e79b38b4-37b8-414a-9c2f-5f9a9abeeba0",
"ConfigId": "a71da2fc-c8d1-481d-9f51-4653cb2d7424"
}
]