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-04-01T15:39:26.7737296+00:00",
"SubmitDate": "2026-04-01T15:39:26.7737296+00:00",
"ReportPeriodStart": "2026-04-01T15:39:26.7737296+00:00",
"ReportPeriodEnd": "2026-04-01T15:39:26.7737296+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9a7398c7-f4ee-4ed3-9aa9-1a7e0e380738",
"Rows": [
{
"ItemId": "90f0b113-d791-4688-8689-d2c43c42946b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90f0b113-d791-4688-8689-d2c43c42946b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9a7398c7-f4ee-4ed3-9aa9-1a7e0e380738",
"Rows": [
{
"ItemId": "90f0b113-d791-4688-8689-d2c43c42946b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90f0b113-d791-4688-8689-d2c43c42946b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"418f0e20-00c9-4897-9b29-779e721f34f2",
"64e626ec-77ea-4ba4-9382-a088320350be"
],
"Approvers": [
"d5f387f2-6067-4329-b81f-061a742f5478",
"77d8553c-dbae-4a50-8b73-1018e471f440"
],
"ApprovedBy": "b3a89c34-52f5-4e88-8f67-00e44eb86882",
"ApprovalDate": "2026-04-01T15:39:26.7737296+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "18c58ab4-2a0e-4ae9-ad05-1cf0775590cf",
"id": "bc718910-9aa9-4699-bb60-d79d5c58838f",
"ConfigId": "0681020c-cf8d-4dd2-8212-ff06996b7022"
},
{
"GenerationDate": "2026-04-01T15:39:26.7737296+00:00",
"SubmitDate": "2026-04-01T15:39:26.7737296+00:00",
"ReportPeriodStart": "2026-04-01T15:39:26.7737296+00:00",
"ReportPeriodEnd": "2026-04-01T15:39:26.7737296+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9a7398c7-f4ee-4ed3-9aa9-1a7e0e380738",
"Rows": [
{
"ItemId": "90f0b113-d791-4688-8689-d2c43c42946b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90f0b113-d791-4688-8689-d2c43c42946b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9a7398c7-f4ee-4ed3-9aa9-1a7e0e380738",
"Rows": [
{
"ItemId": "90f0b113-d791-4688-8689-d2c43c42946b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "90f0b113-d791-4688-8689-d2c43c42946b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"418f0e20-00c9-4897-9b29-779e721f34f2",
"64e626ec-77ea-4ba4-9382-a088320350be"
],
"Approvers": [
"d5f387f2-6067-4329-b81f-061a742f5478",
"77d8553c-dbae-4a50-8b73-1018e471f440"
],
"ApprovedBy": "b3a89c34-52f5-4e88-8f67-00e44eb86882",
"ApprovalDate": "2026-04-01T15:39:26.7737296+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "18c58ab4-2a0e-4ae9-ad05-1cf0775590cf",
"id": "bc718910-9aa9-4699-bb60-d79d5c58838f",
"ConfigId": "0681020c-cf8d-4dd2-8212-ff06996b7022"
}
]