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-24T22:32:07.5283284+00:00",
"SubmitDate": "2026-01-24T22:32:07.5283284+00:00",
"ReportPeriodStart": "2026-01-24T22:32:07.5283284+00:00",
"ReportPeriodEnd": "2026-01-24T22:32:07.5283284+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3d290c06-5301-4db3-81b4-81957db525ea",
"Rows": [
{
"ItemId": "43b5604b-a35a-41a9-b99c-8c9c94d1a294",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43b5604b-a35a-41a9-b99c-8c9c94d1a294",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3d290c06-5301-4db3-81b4-81957db525ea",
"Rows": [
{
"ItemId": "43b5604b-a35a-41a9-b99c-8c9c94d1a294",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43b5604b-a35a-41a9-b99c-8c9c94d1a294",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1b97114e-2f9a-473d-9df4-9ae3265d0979",
"1ea957a7-31c2-4ae3-910c-bbc9749e8a96"
],
"Approvers": [
"8fe9d7c0-0a56-4c0d-96b4-a4d74c7f973e",
"acb277ba-bd8e-4013-bf7e-35ea01650982"
],
"ApprovedBy": "4bc95ddf-15c2-4f97-afcc-40268956651f",
"ApprovalDate": "2026-01-24T22:32:07.5283284+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "03d26bd5-42b7-453c-a559-feb3a7247b7d",
"id": "319a48b0-2cf1-4a89-8a12-b05d6e7a9226",
"ConfigId": "39c8daa8-6c8b-42d5-aec6-d402a7d364d6"
},
{
"GenerationDate": "2026-01-24T22:32:07.5283284+00:00",
"SubmitDate": "2026-01-24T22:32:07.5283284+00:00",
"ReportPeriodStart": "2026-01-24T22:32:07.5283284+00:00",
"ReportPeriodEnd": "2026-01-24T22:32:07.5283284+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3d290c06-5301-4db3-81b4-81957db525ea",
"Rows": [
{
"ItemId": "43b5604b-a35a-41a9-b99c-8c9c94d1a294",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43b5604b-a35a-41a9-b99c-8c9c94d1a294",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3d290c06-5301-4db3-81b4-81957db525ea",
"Rows": [
{
"ItemId": "43b5604b-a35a-41a9-b99c-8c9c94d1a294",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "43b5604b-a35a-41a9-b99c-8c9c94d1a294",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1b97114e-2f9a-473d-9df4-9ae3265d0979",
"1ea957a7-31c2-4ae3-910c-bbc9749e8a96"
],
"Approvers": [
"8fe9d7c0-0a56-4c0d-96b4-a4d74c7f973e",
"acb277ba-bd8e-4013-bf7e-35ea01650982"
],
"ApprovedBy": "4bc95ddf-15c2-4f97-afcc-40268956651f",
"ApprovalDate": "2026-01-24T22:32:07.5283284+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "03d26bd5-42b7-453c-a559-feb3a7247b7d",
"id": "319a48b0-2cf1-4a89-8a12-b05d6e7a9226",
"ConfigId": "39c8daa8-6c8b-42d5-aec6-d402a7d364d6"
}
]