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-27T14:24:14.0792424+00:00",
"SubmitDate": "2026-05-27T14:24:14.0792424+00:00",
"ReportPeriodStart": "2026-05-27T14:24:14.0792424+00:00",
"ReportPeriodEnd": "2026-05-27T14:24:14.0792424+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "58d14772-d8a0-4b79-867b-5f75e69bfef0",
"Rows": [
{
"ItemId": "2c9ac027-10bb-4da2-bcf6-27c54c29101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c9ac027-10bb-4da2-bcf6-27c54c29101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "58d14772-d8a0-4b79-867b-5f75e69bfef0",
"Rows": [
{
"ItemId": "2c9ac027-10bb-4da2-bcf6-27c54c29101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c9ac027-10bb-4da2-bcf6-27c54c29101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"40d0e02f-789a-4bd1-ada3-57bb00f7ea82",
"abf451c9-acbb-4f36-bd62-fff761d53af2"
],
"Approvers": [
"eafeea1b-83a5-4385-8012-326047a4e788",
"d9a4f2c1-f89a-48dd-a965-5e3dae082e5d"
],
"ApprovedBy": "86a5ca23-d893-41c7-980f-080350e51057",
"ApprovalDate": "2026-05-27T14:24:14.0792424+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ec1918b0-eaf8-426c-81cd-3b36e22c9d07",
"id": "825211cf-fd4a-4274-8c99-1101aff07b8d",
"ConfigId": "fe4dc9d7-3973-4cc4-ba3d-15c30b2ace99"
},
{
"GenerationDate": "2026-05-27T14:24:14.0792424+00:00",
"SubmitDate": "2026-05-27T14:24:14.0792424+00:00",
"ReportPeriodStart": "2026-05-27T14:24:14.0792424+00:00",
"ReportPeriodEnd": "2026-05-27T14:24:14.0792424+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "58d14772-d8a0-4b79-867b-5f75e69bfef0",
"Rows": [
{
"ItemId": "2c9ac027-10bb-4da2-bcf6-27c54c29101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c9ac027-10bb-4da2-bcf6-27c54c29101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "58d14772-d8a0-4b79-867b-5f75e69bfef0",
"Rows": [
{
"ItemId": "2c9ac027-10bb-4da2-bcf6-27c54c29101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c9ac027-10bb-4da2-bcf6-27c54c29101f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"40d0e02f-789a-4bd1-ada3-57bb00f7ea82",
"abf451c9-acbb-4f36-bd62-fff761d53af2"
],
"Approvers": [
"eafeea1b-83a5-4385-8012-326047a4e788",
"d9a4f2c1-f89a-48dd-a965-5e3dae082e5d"
],
"ApprovedBy": "86a5ca23-d893-41c7-980f-080350e51057",
"ApprovalDate": "2026-05-27T14:24:14.0792424+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ec1918b0-eaf8-426c-81cd-3b36e22c9d07",
"id": "825211cf-fd4a-4274-8c99-1101aff07b8d",
"ConfigId": "fe4dc9d7-3973-4cc4-ba3d-15c30b2ace99"
}
]