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-02-12T21:25:12.1309314+00:00",
"SubmitDate": "2026-02-12T21:25:12.1309314+00:00",
"ReportPeriodStart": "2026-02-12T21:25:12.1309314+00:00",
"ReportPeriodEnd": "2026-02-12T21:25:12.1309314+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a304c230-ecdd-4c12-be95-e57cffe8bcdb",
"Rows": [
{
"ItemId": "f00169f6-cec4-419a-807e-635b564dacf3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f00169f6-cec4-419a-807e-635b564dacf3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a304c230-ecdd-4c12-be95-e57cffe8bcdb",
"Rows": [
{
"ItemId": "f00169f6-cec4-419a-807e-635b564dacf3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f00169f6-cec4-419a-807e-635b564dacf3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a41f7249-96ad-49e5-bce2-3cb489fd2346",
"99b64a10-952c-46ff-827e-cb63bcdb893f"
],
"Approvers": [
"34ec3387-59f8-4c20-a2a5-75df10fb40f6",
"57ac56f7-6bd7-46f1-9ef7-e12d4607074b"
],
"ApprovedBy": "c0b564f0-ca9e-4f0e-8c9e-90e0fbd4550c",
"ApprovalDate": "2026-02-12T21:25:12.1309314+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9f0a2022-e60d-4a02-a278-683fccc29c7f",
"id": "577e9536-4309-4469-b444-17e7dbb0db57",
"ConfigId": "08bf2bc2-347d-43e6-9e73-cf42d99d14c2"
},
{
"GenerationDate": "2026-02-12T21:25:12.1309314+00:00",
"SubmitDate": "2026-02-12T21:25:12.1309314+00:00",
"ReportPeriodStart": "2026-02-12T21:25:12.1309314+00:00",
"ReportPeriodEnd": "2026-02-12T21:25:12.1309314+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a304c230-ecdd-4c12-be95-e57cffe8bcdb",
"Rows": [
{
"ItemId": "f00169f6-cec4-419a-807e-635b564dacf3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f00169f6-cec4-419a-807e-635b564dacf3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a304c230-ecdd-4c12-be95-e57cffe8bcdb",
"Rows": [
{
"ItemId": "f00169f6-cec4-419a-807e-635b564dacf3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f00169f6-cec4-419a-807e-635b564dacf3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a41f7249-96ad-49e5-bce2-3cb489fd2346",
"99b64a10-952c-46ff-827e-cb63bcdb893f"
],
"Approvers": [
"34ec3387-59f8-4c20-a2a5-75df10fb40f6",
"57ac56f7-6bd7-46f1-9ef7-e12d4607074b"
],
"ApprovedBy": "c0b564f0-ca9e-4f0e-8c9e-90e0fbd4550c",
"ApprovalDate": "2026-02-12T21:25:12.1309314+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9f0a2022-e60d-4a02-a278-683fccc29c7f",
"id": "577e9536-4309-4469-b444-17e7dbb0db57",
"ConfigId": "08bf2bc2-347d-43e6-9e73-cf42d99d14c2"
}
]