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-27T15:03:33.3409824+00:00",
"SubmitDate": "2026-01-27T15:03:33.3409824+00:00",
"ReportPeriodStart": "2026-01-27T15:03:33.3409824+00:00",
"ReportPeriodEnd": "2026-01-27T15:03:33.3409824+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "17812518-6f7d-4a1e-b1ff-66828c70caf2",
"Rows": [
{
"ItemId": "ac60e475-fe84-482f-822b-6714d665b2aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac60e475-fe84-482f-822b-6714d665b2aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "17812518-6f7d-4a1e-b1ff-66828c70caf2",
"Rows": [
{
"ItemId": "ac60e475-fe84-482f-822b-6714d665b2aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac60e475-fe84-482f-822b-6714d665b2aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"11c4c25e-68a1-46bb-be92-f4b600246ea5",
"af111b7b-9fc3-4db6-91bc-cbb40bc8bf3b"
],
"Approvers": [
"6a15f14a-13b5-496a-a0eb-f582a78e5028",
"5c3e5003-e849-4610-ab51-4ea238a6d8c0"
],
"ApprovedBy": "4da01e84-5d2f-4e76-bf0f-e533a7845744",
"ApprovalDate": "2026-01-27T15:03:33.3409824+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b8a9b12f-afd0-4e75-b379-28a9322dbc00",
"id": "cec0c854-6fe3-42db-a79d-b48ee0e45381",
"ConfigId": "a11ecdb1-d2d9-47ff-8d47-5e720273fd7c"
},
{
"GenerationDate": "2026-01-27T15:03:33.3409824+00:00",
"SubmitDate": "2026-01-27T15:03:33.3409824+00:00",
"ReportPeriodStart": "2026-01-27T15:03:33.3409824+00:00",
"ReportPeriodEnd": "2026-01-27T15:03:33.3409824+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "17812518-6f7d-4a1e-b1ff-66828c70caf2",
"Rows": [
{
"ItemId": "ac60e475-fe84-482f-822b-6714d665b2aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac60e475-fe84-482f-822b-6714d665b2aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "17812518-6f7d-4a1e-b1ff-66828c70caf2",
"Rows": [
{
"ItemId": "ac60e475-fe84-482f-822b-6714d665b2aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ac60e475-fe84-482f-822b-6714d665b2aa",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"11c4c25e-68a1-46bb-be92-f4b600246ea5",
"af111b7b-9fc3-4db6-91bc-cbb40bc8bf3b"
],
"Approvers": [
"6a15f14a-13b5-496a-a0eb-f582a78e5028",
"5c3e5003-e849-4610-ab51-4ea238a6d8c0"
],
"ApprovedBy": "4da01e84-5d2f-4e76-bf0f-e533a7845744",
"ApprovalDate": "2026-01-27T15:03:33.3409824+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b8a9b12f-afd0-4e75-b379-28a9322dbc00",
"id": "cec0c854-6fe3-42db-a79d-b48ee0e45381",
"ConfigId": "a11ecdb1-d2d9-47ff-8d47-5e720273fd7c"
}
]