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": "2025-11-14T10:56:40.9730897+00:00",
"SubmitDate": "2025-11-14T10:56:40.9730897+00:00",
"ReportPeriodStart": "2025-11-14T10:56:40.9730897+00:00",
"ReportPeriodEnd": "2025-11-14T10:56:40.9730897+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "825131d3-e8fb-4fa8-9782-8043406853d5",
"Rows": [
{
"ItemId": "b7168da3-c336-4e86-8058-0efb53dc7045",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b7168da3-c336-4e86-8058-0efb53dc7045",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "825131d3-e8fb-4fa8-9782-8043406853d5",
"Rows": [
{
"ItemId": "b7168da3-c336-4e86-8058-0efb53dc7045",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b7168da3-c336-4e86-8058-0efb53dc7045",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e4d3ac6b-4485-4674-9587-cb19dbea5217",
"daedc10a-1c74-4646-b29e-3b5c5a88016a"
],
"Approvers": [
"40b092b7-0fe3-4ecf-8bac-5abb18e893ca",
"d358ae90-64a0-4db4-a135-efa220ac19e9"
],
"ApprovedBy": "62fe4a9a-c4c4-4a16-bf41-a0caaac5dbe2",
"ApprovalDate": "2025-11-14T10:56:40.9730897+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5cb2cca1-bf71-4cd9-af48-d53501ac8aa1",
"id": "bf4d8a46-04fc-4ea6-afe6-5021863f575d",
"ConfigId": "6d6bfec1-26ea-4b62-8b02-ecafa248cc2d"
},
{
"GenerationDate": "2025-11-14T10:56:40.9730897+00:00",
"SubmitDate": "2025-11-14T10:56:40.9730897+00:00",
"ReportPeriodStart": "2025-11-14T10:56:40.9730897+00:00",
"ReportPeriodEnd": "2025-11-14T10:56:40.9730897+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "825131d3-e8fb-4fa8-9782-8043406853d5",
"Rows": [
{
"ItemId": "b7168da3-c336-4e86-8058-0efb53dc7045",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b7168da3-c336-4e86-8058-0efb53dc7045",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "825131d3-e8fb-4fa8-9782-8043406853d5",
"Rows": [
{
"ItemId": "b7168da3-c336-4e86-8058-0efb53dc7045",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b7168da3-c336-4e86-8058-0efb53dc7045",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e4d3ac6b-4485-4674-9587-cb19dbea5217",
"daedc10a-1c74-4646-b29e-3b5c5a88016a"
],
"Approvers": [
"40b092b7-0fe3-4ecf-8bac-5abb18e893ca",
"d358ae90-64a0-4db4-a135-efa220ac19e9"
],
"ApprovedBy": "62fe4a9a-c4c4-4a16-bf41-a0caaac5dbe2",
"ApprovalDate": "2025-11-14T10:56:40.9730897+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5cb2cca1-bf71-4cd9-af48-d53501ac8aa1",
"id": "bf4d8a46-04fc-4ea6-afe6-5021863f575d",
"ConfigId": "6d6bfec1-26ea-4b62-8b02-ecafa248cc2d"
}
]