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-05-22T07:05:57.333938+00:00",
"SubmitDate": "2026-05-22T07:05:57.333938+00:00",
"ReportPeriodStart": "2026-05-22T07:05:57.333938+00:00",
"ReportPeriodEnd": "2026-05-22T07:05:57.333938+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c6bdbbc2-631f-4486-923d-bd0036899905",
"Rows": [
{
"ItemId": "35acc13d-0bb1-450d-9f2f-0da796186455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "35acc13d-0bb1-450d-9f2f-0da796186455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c6bdbbc2-631f-4486-923d-bd0036899905",
"Rows": [
{
"ItemId": "35acc13d-0bb1-450d-9f2f-0da796186455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "35acc13d-0bb1-450d-9f2f-0da796186455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"92e9275e-6390-47d3-9890-a9f9cebce4b1",
"27481813-e19d-4656-b954-54eaa262a56b"
],
"Approvers": [
"e6bfd721-ad19-4a3e-94eb-1919fc385aa3",
"393adf8a-b7de-4fc7-87dd-224ff082fca6"
],
"ApprovedBy": "c8e22c6b-7a68-43d4-8c98-de602c774f3f",
"ApprovalDate": "2026-05-22T07:05:57.333938+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ca466c87-77de-4739-a0cb-8bed6708347e",
"id": "215f09ec-760a-4c3b-b67b-b53b58e47380",
"ConfigId": "e0240cd3-cbe0-4e10-9b25-18650f72935c"
},
{
"GenerationDate": "2026-05-22T07:05:57.333938+00:00",
"SubmitDate": "2026-05-22T07:05:57.333938+00:00",
"ReportPeriodStart": "2026-05-22T07:05:57.333938+00:00",
"ReportPeriodEnd": "2026-05-22T07:05:57.333938+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c6bdbbc2-631f-4486-923d-bd0036899905",
"Rows": [
{
"ItemId": "35acc13d-0bb1-450d-9f2f-0da796186455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "35acc13d-0bb1-450d-9f2f-0da796186455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c6bdbbc2-631f-4486-923d-bd0036899905",
"Rows": [
{
"ItemId": "35acc13d-0bb1-450d-9f2f-0da796186455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "35acc13d-0bb1-450d-9f2f-0da796186455",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"92e9275e-6390-47d3-9890-a9f9cebce4b1",
"27481813-e19d-4656-b954-54eaa262a56b"
],
"Approvers": [
"e6bfd721-ad19-4a3e-94eb-1919fc385aa3",
"393adf8a-b7de-4fc7-87dd-224ff082fca6"
],
"ApprovedBy": "c8e22c6b-7a68-43d4-8c98-de602c774f3f",
"ApprovalDate": "2026-05-22T07:05:57.333938+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ca466c87-77de-4739-a0cb-8bed6708347e",
"id": "215f09ec-760a-4c3b-b67b-b53b58e47380",
"ConfigId": "e0240cd3-cbe0-4e10-9b25-18650f72935c"
}
]