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-04T22:33:53.1758618+00:00",
"SubmitDate": "2026-02-04T22:33:53.1758618+00:00",
"ReportPeriodStart": "2026-02-04T22:33:53.1758618+00:00",
"ReportPeriodEnd": "2026-02-04T22:33:53.1758618+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ebf01c64-793e-4140-95f4-0c9edb6694e5",
"Rows": [
{
"ItemId": "84f216c1-66e6-482a-9656-e972b4021486",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84f216c1-66e6-482a-9656-e972b4021486",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ebf01c64-793e-4140-95f4-0c9edb6694e5",
"Rows": [
{
"ItemId": "84f216c1-66e6-482a-9656-e972b4021486",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84f216c1-66e6-482a-9656-e972b4021486",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a3dd3921-5cc9-4ffc-83ae-ce4d60f58d36",
"9a82b82d-e46d-4646-962a-8b3ad68265cf"
],
"Approvers": [
"2926464e-afe3-470b-bd63-fd6955714c57",
"01e7c334-4c2a-4865-a155-473dbb1aa99f"
],
"ApprovedBy": "901fc5f9-7877-494d-8491-e28720374eb4",
"ApprovalDate": "2026-02-04T22:33:53.1758618+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9d59e8b6-ff1e-47dd-9bbe-2341e710a9e9",
"id": "46bd4614-8f27-4b71-b1dc-2fa12efc91bc",
"ConfigId": "607d2c52-c943-4d28-a928-5efbd51ca4e1"
},
{
"GenerationDate": "2026-02-04T22:33:53.1758618+00:00",
"SubmitDate": "2026-02-04T22:33:53.1758618+00:00",
"ReportPeriodStart": "2026-02-04T22:33:53.1758618+00:00",
"ReportPeriodEnd": "2026-02-04T22:33:53.1758618+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ebf01c64-793e-4140-95f4-0c9edb6694e5",
"Rows": [
{
"ItemId": "84f216c1-66e6-482a-9656-e972b4021486",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84f216c1-66e6-482a-9656-e972b4021486",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ebf01c64-793e-4140-95f4-0c9edb6694e5",
"Rows": [
{
"ItemId": "84f216c1-66e6-482a-9656-e972b4021486",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "84f216c1-66e6-482a-9656-e972b4021486",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a3dd3921-5cc9-4ffc-83ae-ce4d60f58d36",
"9a82b82d-e46d-4646-962a-8b3ad68265cf"
],
"Approvers": [
"2926464e-afe3-470b-bd63-fd6955714c57",
"01e7c334-4c2a-4865-a155-473dbb1aa99f"
],
"ApprovedBy": "901fc5f9-7877-494d-8491-e28720374eb4",
"ApprovalDate": "2026-02-04T22:33:53.1758618+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9d59e8b6-ff1e-47dd-9bbe-2341e710a9e9",
"id": "46bd4614-8f27-4b71-b1dc-2fa12efc91bc",
"ConfigId": "607d2c52-c943-4d28-a928-5efbd51ca4e1"
}
]