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-12-29T22:12:49.4657204+00:00",
"SubmitDate": "2025-12-29T22:12:49.4657204+00:00",
"ReportPeriodStart": "2025-12-29T22:12:49.4657204+00:00",
"ReportPeriodEnd": "2025-12-29T22:12:49.4657204+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "66c3ee52-ea74-4976-851b-dde9a413e5fb",
"Rows": [
{
"ItemId": "bbde951f-f2a9-43e8-8d1d-2199d8567643",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbde951f-f2a9-43e8-8d1d-2199d8567643",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "66c3ee52-ea74-4976-851b-dde9a413e5fb",
"Rows": [
{
"ItemId": "bbde951f-f2a9-43e8-8d1d-2199d8567643",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbde951f-f2a9-43e8-8d1d-2199d8567643",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d49b387c-9182-4a20-8ee3-f56f4cc3b726",
"7b4e6d62-eefd-4476-a234-123652cde39e"
],
"Approvers": [
"26af18a7-70df-4fba-a815-c761e7232183",
"ed8147c2-7e7c-4e37-a5b2-021467624467"
],
"ApprovedBy": "ba04e159-4f49-47f1-9b91-013e366acac9",
"ApprovalDate": "2025-12-29T22:12:49.4657204+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d86857d4-ca91-430b-927b-b50622cdbbef",
"id": "f3e144a4-54c3-46f0-976f-62c70a1dfe42",
"ConfigId": "b1875c7a-2d52-4b41-9a1a-e7739e23d716"
},
{
"GenerationDate": "2025-12-29T22:12:49.4657204+00:00",
"SubmitDate": "2025-12-29T22:12:49.4657204+00:00",
"ReportPeriodStart": "2025-12-29T22:12:49.4657204+00:00",
"ReportPeriodEnd": "2025-12-29T22:12:49.4657204+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "66c3ee52-ea74-4976-851b-dde9a413e5fb",
"Rows": [
{
"ItemId": "bbde951f-f2a9-43e8-8d1d-2199d8567643",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbde951f-f2a9-43e8-8d1d-2199d8567643",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "66c3ee52-ea74-4976-851b-dde9a413e5fb",
"Rows": [
{
"ItemId": "bbde951f-f2a9-43e8-8d1d-2199d8567643",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbde951f-f2a9-43e8-8d1d-2199d8567643",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d49b387c-9182-4a20-8ee3-f56f4cc3b726",
"7b4e6d62-eefd-4476-a234-123652cde39e"
],
"Approvers": [
"26af18a7-70df-4fba-a815-c761e7232183",
"ed8147c2-7e7c-4e37-a5b2-021467624467"
],
"ApprovedBy": "ba04e159-4f49-47f1-9b91-013e366acac9",
"ApprovalDate": "2025-12-29T22:12:49.4657204+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d86857d4-ca91-430b-927b-b50622cdbbef",
"id": "f3e144a4-54c3-46f0-976f-62c70a1dfe42",
"ConfigId": "b1875c7a-2d52-4b41-9a1a-e7739e23d716"
}
]