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-16T06:22:54.3113147+00:00",
"SubmitDate": "2026-01-16T06:22:54.3113147+00:00",
"ReportPeriodStart": "2026-01-16T06:22:54.3113147+00:00",
"ReportPeriodEnd": "2026-01-16T06:22:54.3113147+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "824e6266-6a9d-4d12-8e8e-b5ea78841fdd",
"Rows": [
{
"ItemId": "ce3ad8f0-cf31-4e1c-8d2e-d822733c7f22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ce3ad8f0-cf31-4e1c-8d2e-d822733c7f22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "824e6266-6a9d-4d12-8e8e-b5ea78841fdd",
"Rows": [
{
"ItemId": "ce3ad8f0-cf31-4e1c-8d2e-d822733c7f22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ce3ad8f0-cf31-4e1c-8d2e-d822733c7f22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3e85b8f4-ef28-4753-9fd7-70960185ef68",
"da482d22-3135-4ed6-836f-024392508302"
],
"Approvers": [
"62c8e246-970e-4900-abe0-3b285f944963",
"b95c64a2-7800-44a0-97ad-c058bb5ecf7b"
],
"ApprovedBy": "2aea7542-ae0b-4a18-b260-b8488dd6a46b",
"ApprovalDate": "2026-01-16T06:22:54.3113147+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "40d7e512-662c-4aca-b032-33648bafdeba",
"id": "0a53f14a-9d26-401f-a24f-e051a77de37a",
"ConfigId": "1ed73cca-eee2-4927-a833-1ea45206e787"
},
{
"GenerationDate": "2026-01-16T06:22:54.3113147+00:00",
"SubmitDate": "2026-01-16T06:22:54.3113147+00:00",
"ReportPeriodStart": "2026-01-16T06:22:54.3113147+00:00",
"ReportPeriodEnd": "2026-01-16T06:22:54.3113147+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "824e6266-6a9d-4d12-8e8e-b5ea78841fdd",
"Rows": [
{
"ItemId": "ce3ad8f0-cf31-4e1c-8d2e-d822733c7f22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ce3ad8f0-cf31-4e1c-8d2e-d822733c7f22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "824e6266-6a9d-4d12-8e8e-b5ea78841fdd",
"Rows": [
{
"ItemId": "ce3ad8f0-cf31-4e1c-8d2e-d822733c7f22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ce3ad8f0-cf31-4e1c-8d2e-d822733c7f22",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3e85b8f4-ef28-4753-9fd7-70960185ef68",
"da482d22-3135-4ed6-836f-024392508302"
],
"Approvers": [
"62c8e246-970e-4900-abe0-3b285f944963",
"b95c64a2-7800-44a0-97ad-c058bb5ecf7b"
],
"ApprovedBy": "2aea7542-ae0b-4a18-b260-b8488dd6a46b",
"ApprovalDate": "2026-01-16T06:22:54.3113147+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "40d7e512-662c-4aca-b032-33648bafdeba",
"id": "0a53f14a-9d26-401f-a24f-e051a77de37a",
"ConfigId": "1ed73cca-eee2-4927-a833-1ea45206e787"
}
]