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": "2025-11-27T22:29:02.3448917+00:00",
"SubmitDate": "2025-11-27T22:29:02.3448917+00:00",
"ReportPeriodStart": "2025-11-27T22:29:02.3448917+00:00",
"ReportPeriodEnd": "2025-11-27T22:29:02.3448917+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d9639c12-fda3-4614-ba7a-8262ec693cfd",
"Rows": [
{
"ItemId": "efded023-4329-4539-82cd-bd442f3348da",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "efded023-4329-4539-82cd-bd442f3348da",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d9639c12-fda3-4614-ba7a-8262ec693cfd",
"Rows": [
{
"ItemId": "efded023-4329-4539-82cd-bd442f3348da",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "efded023-4329-4539-82cd-bd442f3348da",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d208ec30-55ac-4fb5-aefd-ab93486a79e6",
"c4c39c9e-5b76-44c6-a4f8-62a66e47cd65"
],
"Approvers": [
"e35eb18d-9ff4-4f26-ba9b-78e0eb6d866c",
"51215d18-b895-4d58-b08d-51ac763f4b0a"
],
"ApprovedBy": "b387bc04-9b4d-4009-84fd-45cda41d7ca3",
"ApprovalDate": "2025-11-27T22:29:02.3448917+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0fcc76fe-977f-4a78-9064-c70b8dc9ba5c",
"id": "a2cd397f-38e6-4702-8870-23df6c347bc0",
"ConfigId": "7b6e334a-b533-4379-a811-174f32ff41ba"
},
{
"GenerationDate": "2025-11-27T22:29:02.3448917+00:00",
"SubmitDate": "2025-11-27T22:29:02.3448917+00:00",
"ReportPeriodStart": "2025-11-27T22:29:02.3448917+00:00",
"ReportPeriodEnd": "2025-11-27T22:29:02.3448917+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d9639c12-fda3-4614-ba7a-8262ec693cfd",
"Rows": [
{
"ItemId": "efded023-4329-4539-82cd-bd442f3348da",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "efded023-4329-4539-82cd-bd442f3348da",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d9639c12-fda3-4614-ba7a-8262ec693cfd",
"Rows": [
{
"ItemId": "efded023-4329-4539-82cd-bd442f3348da",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "efded023-4329-4539-82cd-bd442f3348da",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d208ec30-55ac-4fb5-aefd-ab93486a79e6",
"c4c39c9e-5b76-44c6-a4f8-62a66e47cd65"
],
"Approvers": [
"e35eb18d-9ff4-4f26-ba9b-78e0eb6d866c",
"51215d18-b895-4d58-b08d-51ac763f4b0a"
],
"ApprovedBy": "b387bc04-9b4d-4009-84fd-45cda41d7ca3",
"ApprovalDate": "2025-11-27T22:29:02.3448917+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "0fcc76fe-977f-4a78-9064-c70b8dc9ba5c",
"id": "a2cd397f-38e6-4702-8870-23df6c347bc0",
"ConfigId": "7b6e334a-b533-4379-a811-174f32ff41ba"
}
]