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-09T15:21:24.943669+00:00",
"SubmitDate": "2026-06-09T15:21:24.943669+00:00",
"ReportPeriodStart": "2026-06-09T15:21:24.943669+00:00",
"ReportPeriodEnd": "2026-06-09T15:21:24.943669+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "318fe71e-ed20-448a-9990-96855c8582a8",
"Rows": [
{
"ItemId": "60a42469-c32d-415a-bc9f-f77dafb94451",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "60a42469-c32d-415a-bc9f-f77dafb94451",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "318fe71e-ed20-448a-9990-96855c8582a8",
"Rows": [
{
"ItemId": "60a42469-c32d-415a-bc9f-f77dafb94451",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "60a42469-c32d-415a-bc9f-f77dafb94451",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"80a7981f-4fff-42b4-bbba-a9f07807ea6e",
"107d89c4-89cf-4d9e-970a-3fe53511fcbd"
],
"Approvers": [
"9c6b61a3-6bff-4a94-9457-649ed44e965f",
"43e04b21-92d6-402b-ba73-b0eddcbf669e"
],
"ApprovedBy": "1470ac37-c45a-403f-8f25-cdf2beee4071",
"ApprovalDate": "2026-06-09T15:21:24.943669+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6452a0cc-e048-4820-8fdd-6e15a42baef4",
"id": "874baad8-bebc-46c2-9fc5-514bd3b9fb17",
"ConfigId": "1154bcb7-5f7d-40fd-9b11-48899aab2d60"
},
{
"GenerationDate": "2026-06-09T15:21:24.943669+00:00",
"SubmitDate": "2026-06-09T15:21:24.943669+00:00",
"ReportPeriodStart": "2026-06-09T15:21:24.943669+00:00",
"ReportPeriodEnd": "2026-06-09T15:21:24.943669+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "318fe71e-ed20-448a-9990-96855c8582a8",
"Rows": [
{
"ItemId": "60a42469-c32d-415a-bc9f-f77dafb94451",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "60a42469-c32d-415a-bc9f-f77dafb94451",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "318fe71e-ed20-448a-9990-96855c8582a8",
"Rows": [
{
"ItemId": "60a42469-c32d-415a-bc9f-f77dafb94451",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "60a42469-c32d-415a-bc9f-f77dafb94451",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"80a7981f-4fff-42b4-bbba-a9f07807ea6e",
"107d89c4-89cf-4d9e-970a-3fe53511fcbd"
],
"Approvers": [
"9c6b61a3-6bff-4a94-9457-649ed44e965f",
"43e04b21-92d6-402b-ba73-b0eddcbf669e"
],
"ApprovedBy": "1470ac37-c45a-403f-8f25-cdf2beee4071",
"ApprovalDate": "2026-06-09T15:21:24.943669+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6452a0cc-e048-4820-8fdd-6e15a42baef4",
"id": "874baad8-bebc-46c2-9fc5-514bd3b9fb17",
"ConfigId": "1154bcb7-5f7d-40fd-9b11-48899aab2d60"
}
]