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-02-18T22:12:55.2692592+00:00",
"SubmitDate": "2026-02-18T22:12:55.2692592+00:00",
"ReportPeriodStart": "2026-02-18T22:12:55.2692592+00:00",
"ReportPeriodEnd": "2026-02-18T22:12:55.2692592+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "03171639-c059-4020-9e6f-dd3e5065cbfb",
"Rows": [
{
"ItemId": "c8a92e9f-f5a5-4a11-ad28-166c2f3f557b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c8a92e9f-f5a5-4a11-ad28-166c2f3f557b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "03171639-c059-4020-9e6f-dd3e5065cbfb",
"Rows": [
{
"ItemId": "c8a92e9f-f5a5-4a11-ad28-166c2f3f557b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c8a92e9f-f5a5-4a11-ad28-166c2f3f557b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"170abe84-58ef-4bca-b6ce-2249f37fc9bf",
"2daa6890-5d1e-4399-b074-e05a0c37f023"
],
"Approvers": [
"fb1b4483-33f1-44aa-9335-6b14dc481822",
"755e709f-afbf-4b99-b84c-12956eb0139e"
],
"ApprovedBy": "585036c2-c91f-41d0-b9f0-f8f4906e34d6",
"ApprovalDate": "2026-02-18T22:12:55.2692592+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8f423470-0783-4c1d-9e26-e5aa39f0ad6b",
"id": "4038eda1-7680-4b3d-bb5a-456c035d08a3",
"ConfigId": "8a76d664-8c7e-4947-804b-a38c641227de"
},
{
"GenerationDate": "2026-02-18T22:12:55.2692592+00:00",
"SubmitDate": "2026-02-18T22:12:55.2692592+00:00",
"ReportPeriodStart": "2026-02-18T22:12:55.2692592+00:00",
"ReportPeriodEnd": "2026-02-18T22:12:55.2692592+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "03171639-c059-4020-9e6f-dd3e5065cbfb",
"Rows": [
{
"ItemId": "c8a92e9f-f5a5-4a11-ad28-166c2f3f557b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c8a92e9f-f5a5-4a11-ad28-166c2f3f557b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "03171639-c059-4020-9e6f-dd3e5065cbfb",
"Rows": [
{
"ItemId": "c8a92e9f-f5a5-4a11-ad28-166c2f3f557b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c8a92e9f-f5a5-4a11-ad28-166c2f3f557b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"170abe84-58ef-4bca-b6ce-2249f37fc9bf",
"2daa6890-5d1e-4399-b074-e05a0c37f023"
],
"Approvers": [
"fb1b4483-33f1-44aa-9335-6b14dc481822",
"755e709f-afbf-4b99-b84c-12956eb0139e"
],
"ApprovedBy": "585036c2-c91f-41d0-b9f0-f8f4906e34d6",
"ApprovalDate": "2026-02-18T22:12:55.2692592+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8f423470-0783-4c1d-9e26-e5aa39f0ad6b",
"id": "4038eda1-7680-4b3d-bb5a-456c035d08a3",
"ConfigId": "8a76d664-8c7e-4947-804b-a38c641227de"
}
]