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-06-06T02:48:14.1289761+00:00",
"SubmitDate": "2026-06-06T02:48:14.1289761+00:00",
"ReportPeriodStart": "2026-06-06T02:48:14.1289761+00:00",
"ReportPeriodEnd": "2026-06-06T02:48:14.1289761+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8825d280-998b-43e5-950b-0f17c4d67a3c",
"Rows": [
{
"ItemId": "a5205834-95bf-456d-835f-518bd4fcb3f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a5205834-95bf-456d-835f-518bd4fcb3f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8825d280-998b-43e5-950b-0f17c4d67a3c",
"Rows": [
{
"ItemId": "a5205834-95bf-456d-835f-518bd4fcb3f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a5205834-95bf-456d-835f-518bd4fcb3f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"086f78ee-9d6c-4cce-811e-d4e32d063151",
"a27b4d52-af03-44f0-a127-df7f4609de00"
],
"Approvers": [
"7aabeb46-5f8a-4cfd-9f37-963ad6deac98",
"a3eed1ac-5dbd-4358-829f-4c9c12b7def2"
],
"ApprovedBy": "2c8795b1-90eb-4998-9a24-93785a0efa61",
"ApprovalDate": "2026-06-06T02:48:14.1289761+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3b0cd68d-d02c-4ea4-9b5e-46767102b1e0",
"id": "528e9ff2-f6ee-4508-8e0b-26120f67411c",
"ConfigId": "8cb73296-7815-4a2c-9fed-f270142cb0b9"
},
{
"GenerationDate": "2026-06-06T02:48:14.1289761+00:00",
"SubmitDate": "2026-06-06T02:48:14.1289761+00:00",
"ReportPeriodStart": "2026-06-06T02:48:14.1289761+00:00",
"ReportPeriodEnd": "2026-06-06T02:48:14.1289761+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8825d280-998b-43e5-950b-0f17c4d67a3c",
"Rows": [
{
"ItemId": "a5205834-95bf-456d-835f-518bd4fcb3f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a5205834-95bf-456d-835f-518bd4fcb3f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8825d280-998b-43e5-950b-0f17c4d67a3c",
"Rows": [
{
"ItemId": "a5205834-95bf-456d-835f-518bd4fcb3f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a5205834-95bf-456d-835f-518bd4fcb3f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"086f78ee-9d6c-4cce-811e-d4e32d063151",
"a27b4d52-af03-44f0-a127-df7f4609de00"
],
"Approvers": [
"7aabeb46-5f8a-4cfd-9f37-963ad6deac98",
"a3eed1ac-5dbd-4358-829f-4c9c12b7def2"
],
"ApprovedBy": "2c8795b1-90eb-4998-9a24-93785a0efa61",
"ApprovalDate": "2026-06-06T02:48:14.1289761+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3b0cd68d-d02c-4ea4-9b5e-46767102b1e0",
"id": "528e9ff2-f6ee-4508-8e0b-26120f67411c",
"ConfigId": "8cb73296-7815-4a2c-9fed-f270142cb0b9"
}
]