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-22T11:38:26.6270309+00:00",
"SubmitDate": "2026-02-22T11:38:26.6270309+00:00",
"ReportPeriodStart": "2026-02-22T11:38:26.6270309+00:00",
"ReportPeriodEnd": "2026-02-22T11:38:26.6270309+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7a5eaaea-0df8-4968-a275-3c1b51dcff44",
"Rows": [
{
"ItemId": "40f47b26-bb0c-4ff2-8fec-4b0f9afd8fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "40f47b26-bb0c-4ff2-8fec-4b0f9afd8fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7a5eaaea-0df8-4968-a275-3c1b51dcff44",
"Rows": [
{
"ItemId": "40f47b26-bb0c-4ff2-8fec-4b0f9afd8fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "40f47b26-bb0c-4ff2-8fec-4b0f9afd8fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5dd92eff-8f78-4704-b26b-98228d231b31",
"5ed5c455-58e2-47ed-b155-d0a750c487c0"
],
"Approvers": [
"f6c5cf74-12ab-4d9c-bba4-5b92beb784a4",
"e69e66ee-1b07-4221-8061-54c624f1ea71"
],
"ApprovedBy": "1a53a182-9485-4227-a832-a32d080283b9",
"ApprovalDate": "2026-02-22T11:38:26.6270309+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ecdb2ead-e80a-4558-baa7-7dba655e30b5",
"id": "ea15d487-b6c2-4ac8-95b3-57eb59031b9f",
"ConfigId": "3987cc55-ff76-4e8d-9890-e8c158384ca1"
},
{
"GenerationDate": "2026-02-22T11:38:26.6270309+00:00",
"SubmitDate": "2026-02-22T11:38:26.6270309+00:00",
"ReportPeriodStart": "2026-02-22T11:38:26.6270309+00:00",
"ReportPeriodEnd": "2026-02-22T11:38:26.6270309+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7a5eaaea-0df8-4968-a275-3c1b51dcff44",
"Rows": [
{
"ItemId": "40f47b26-bb0c-4ff2-8fec-4b0f9afd8fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "40f47b26-bb0c-4ff2-8fec-4b0f9afd8fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7a5eaaea-0df8-4968-a275-3c1b51dcff44",
"Rows": [
{
"ItemId": "40f47b26-bb0c-4ff2-8fec-4b0f9afd8fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "40f47b26-bb0c-4ff2-8fec-4b0f9afd8fbd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"5dd92eff-8f78-4704-b26b-98228d231b31",
"5ed5c455-58e2-47ed-b155-d0a750c487c0"
],
"Approvers": [
"f6c5cf74-12ab-4d9c-bba4-5b92beb784a4",
"e69e66ee-1b07-4221-8061-54c624f1ea71"
],
"ApprovedBy": "1a53a182-9485-4227-a832-a32d080283b9",
"ApprovalDate": "2026-02-22T11:38:26.6270309+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ecdb2ead-e80a-4558-baa7-7dba655e30b5",
"id": "ea15d487-b6c2-4ac8-95b3-57eb59031b9f",
"ConfigId": "3987cc55-ff76-4e8d-9890-e8c158384ca1"
}
]