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-11T23:54:56.0417091+00:00",
"SubmitDate": "2026-06-11T23:54:56.0417091+00:00",
"ReportPeriodStart": "2026-06-11T23:54:56.0417091+00:00",
"ReportPeriodEnd": "2026-06-11T23:54:56.0417091+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "01e9c9c2-3ebc-4ab3-be0d-f0b57748cb7e",
"Rows": [
{
"ItemId": "e96fed2b-3225-4a75-a604-4acc050de9f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e96fed2b-3225-4a75-a604-4acc050de9f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "01e9c9c2-3ebc-4ab3-be0d-f0b57748cb7e",
"Rows": [
{
"ItemId": "e96fed2b-3225-4a75-a604-4acc050de9f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e96fed2b-3225-4a75-a604-4acc050de9f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6e582c28-6bad-4405-adcc-25088f349e1d",
"ebbf91d8-cd03-41f0-a48b-c6de08977d58"
],
"Approvers": [
"79a32c2f-bf8a-4705-841b-9167ac9cdaa0",
"c1ab5d1f-c91e-4ed9-8ec4-335f3a8c9a8e"
],
"ApprovedBy": "4bec6f3c-2076-4540-a549-aaa16efc8cb7",
"ApprovalDate": "2026-06-11T23:54:56.0417091+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3a0f892b-0236-41b8-9229-eeb2b8129939",
"id": "74f516ed-4895-4288-9a30-dfdb6c39250a",
"ConfigId": "ff9d2cfd-aacc-4f5b-a5df-309722cce410"
},
{
"GenerationDate": "2026-06-11T23:54:56.0417091+00:00",
"SubmitDate": "2026-06-11T23:54:56.0417091+00:00",
"ReportPeriodStart": "2026-06-11T23:54:56.0417091+00:00",
"ReportPeriodEnd": "2026-06-11T23:54:56.0417091+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "01e9c9c2-3ebc-4ab3-be0d-f0b57748cb7e",
"Rows": [
{
"ItemId": "e96fed2b-3225-4a75-a604-4acc050de9f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e96fed2b-3225-4a75-a604-4acc050de9f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "01e9c9c2-3ebc-4ab3-be0d-f0b57748cb7e",
"Rows": [
{
"ItemId": "e96fed2b-3225-4a75-a604-4acc050de9f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e96fed2b-3225-4a75-a604-4acc050de9f7",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6e582c28-6bad-4405-adcc-25088f349e1d",
"ebbf91d8-cd03-41f0-a48b-c6de08977d58"
],
"Approvers": [
"79a32c2f-bf8a-4705-841b-9167ac9cdaa0",
"c1ab5d1f-c91e-4ed9-8ec4-335f3a8c9a8e"
],
"ApprovedBy": "4bec6f3c-2076-4540-a549-aaa16efc8cb7",
"ApprovalDate": "2026-06-11T23:54:56.0417091+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "3a0f892b-0236-41b8-9229-eeb2b8129939",
"id": "74f516ed-4895-4288-9a30-dfdb6c39250a",
"ConfigId": "ff9d2cfd-aacc-4f5b-a5df-309722cce410"
}
]