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-01-20T02:02:07.9649543+00:00",
"SubmitDate": "2026-01-20T02:02:07.9649543+00:00",
"ReportPeriodStart": "2026-01-20T02:02:07.9649543+00:00",
"ReportPeriodEnd": "2026-01-20T02:02:07.9649543+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "68007139-1dfc-4254-8c75-be22bca08862",
"Rows": [
{
"ItemId": "4d9fca85-eb4b-482c-9ed7-09107b98efff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d9fca85-eb4b-482c-9ed7-09107b98efff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "68007139-1dfc-4254-8c75-be22bca08862",
"Rows": [
{
"ItemId": "4d9fca85-eb4b-482c-9ed7-09107b98efff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d9fca85-eb4b-482c-9ed7-09107b98efff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f539bf17-5b41-4be4-b7e4-b4918bc00b26",
"80a60034-f6a5-4186-834a-13844feb5b35"
],
"Approvers": [
"2d7d35fe-b573-4f2b-9cfb-a126a8abe539",
"4dba9096-fcdf-4aa1-80b6-f768c78334bc"
],
"ApprovedBy": "6a0bec0a-e6d0-4c56-a0e7-7095de347310",
"ApprovalDate": "2026-01-20T02:02:07.9649543+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "49db6ed8-c935-48ac-9583-57ef540b9c26",
"id": "f4f3dff6-88e6-40da-9ac9-5d185a4ac798",
"ConfigId": "825a14c8-bcf4-4ee6-a5f5-efd1fb580559"
},
{
"GenerationDate": "2026-01-20T02:02:07.9649543+00:00",
"SubmitDate": "2026-01-20T02:02:07.9649543+00:00",
"ReportPeriodStart": "2026-01-20T02:02:07.9649543+00:00",
"ReportPeriodEnd": "2026-01-20T02:02:07.9649543+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "68007139-1dfc-4254-8c75-be22bca08862",
"Rows": [
{
"ItemId": "4d9fca85-eb4b-482c-9ed7-09107b98efff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d9fca85-eb4b-482c-9ed7-09107b98efff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "68007139-1dfc-4254-8c75-be22bca08862",
"Rows": [
{
"ItemId": "4d9fca85-eb4b-482c-9ed7-09107b98efff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4d9fca85-eb4b-482c-9ed7-09107b98efff",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f539bf17-5b41-4be4-b7e4-b4918bc00b26",
"80a60034-f6a5-4186-834a-13844feb5b35"
],
"Approvers": [
"2d7d35fe-b573-4f2b-9cfb-a126a8abe539",
"4dba9096-fcdf-4aa1-80b6-f768c78334bc"
],
"ApprovedBy": "6a0bec0a-e6d0-4c56-a0e7-7095de347310",
"ApprovalDate": "2026-01-20T02:02:07.9649543+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "49db6ed8-c935-48ac-9583-57ef540b9c26",
"id": "f4f3dff6-88e6-40da-9ac9-5d185a4ac798",
"ConfigId": "825a14c8-bcf4-4ee6-a5f5-efd1fb580559"
}
]