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-05T20:04:25.1238692+00:00",
"SubmitDate": "2026-04-05T20:04:25.1238692+00:00",
"ReportPeriodStart": "2026-04-05T20:04:25.1238692+00:00",
"ReportPeriodEnd": "2026-04-05T20:04:25.1238692+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1308c196-4fab-4d28-9c86-da53242a50ef",
"Rows": [
{
"ItemId": "5277d7e0-24b0-4f4e-828a-a9d41ae6a80d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5277d7e0-24b0-4f4e-828a-a9d41ae6a80d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1308c196-4fab-4d28-9c86-da53242a50ef",
"Rows": [
{
"ItemId": "5277d7e0-24b0-4f4e-828a-a9d41ae6a80d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5277d7e0-24b0-4f4e-828a-a9d41ae6a80d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1fd7dfe8-9e1f-46d2-ba62-08c85c4f6680",
"39748dd0-bde4-4de1-963f-5592e7819d65"
],
"Approvers": [
"77f6cb98-4e49-44b1-a497-2113798a9cdc",
"40ffb267-1808-454c-8587-a3286830b1f8"
],
"ApprovedBy": "e4ee5e6b-3ca4-4d05-ae73-b4deb386c716",
"ApprovalDate": "2026-04-05T20:04:25.1238692+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b63b178f-812e-44bd-941e-0012321de01b",
"id": "fc4fcc0a-eada-4af0-9d8d-3c2ee443427e",
"ConfigId": "2ce9f83b-c035-4fe2-b1c2-ffabf5d2f08a"
},
{
"GenerationDate": "2026-04-05T20:04:25.1238692+00:00",
"SubmitDate": "2026-04-05T20:04:25.1238692+00:00",
"ReportPeriodStart": "2026-04-05T20:04:25.1238692+00:00",
"ReportPeriodEnd": "2026-04-05T20:04:25.1238692+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1308c196-4fab-4d28-9c86-da53242a50ef",
"Rows": [
{
"ItemId": "5277d7e0-24b0-4f4e-828a-a9d41ae6a80d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5277d7e0-24b0-4f4e-828a-a9d41ae6a80d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1308c196-4fab-4d28-9c86-da53242a50ef",
"Rows": [
{
"ItemId": "5277d7e0-24b0-4f4e-828a-a9d41ae6a80d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5277d7e0-24b0-4f4e-828a-a9d41ae6a80d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1fd7dfe8-9e1f-46d2-ba62-08c85c4f6680",
"39748dd0-bde4-4de1-963f-5592e7819d65"
],
"Approvers": [
"77f6cb98-4e49-44b1-a497-2113798a9cdc",
"40ffb267-1808-454c-8587-a3286830b1f8"
],
"ApprovedBy": "e4ee5e6b-3ca4-4d05-ae73-b4deb386c716",
"ApprovalDate": "2026-04-05T20:04:25.1238692+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b63b178f-812e-44bd-941e-0012321de01b",
"id": "fc4fcc0a-eada-4af0-9d8d-3c2ee443427e",
"ConfigId": "2ce9f83b-c035-4fe2-b1c2-ffabf5d2f08a"
}
]