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-06T20:08:36.3226741+00:00",
"SubmitDate": "2026-06-06T20:08:36.3226741+00:00",
"ReportPeriodStart": "2026-06-06T20:08:36.3226741+00:00",
"ReportPeriodEnd": "2026-06-06T20:08:36.3226741+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f6cd76b2-d6f1-45ce-8692-078b45f93fe1",
"Rows": [
{
"ItemId": "ec8f306e-7a9b-401f-9ad0-92b51afcfc0e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ec8f306e-7a9b-401f-9ad0-92b51afcfc0e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f6cd76b2-d6f1-45ce-8692-078b45f93fe1",
"Rows": [
{
"ItemId": "ec8f306e-7a9b-401f-9ad0-92b51afcfc0e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ec8f306e-7a9b-401f-9ad0-92b51afcfc0e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ef333e31-9c02-432d-be5d-204bf7a2561b",
"60d0b092-7501-4293-a4ec-32b4629f487e"
],
"Approvers": [
"edbb6187-c2ea-4aae-a55b-5eaafb9ea48f",
"7f980bdb-091d-4875-bc0d-963fe4227662"
],
"ApprovedBy": "55b39a56-0cd3-4365-9fdd-c0caabd68abf",
"ApprovalDate": "2026-06-06T20:08:36.3226741+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1e4517b0-eaa3-4df8-8194-84e2b1270d8f",
"id": "5d8de508-9d23-47e4-bac9-f014c44c21c0",
"ConfigId": "fd9fad1c-aad9-4a1e-bef7-c4d17da76eb4"
},
{
"GenerationDate": "2026-06-06T20:08:36.3226741+00:00",
"SubmitDate": "2026-06-06T20:08:36.3226741+00:00",
"ReportPeriodStart": "2026-06-06T20:08:36.3226741+00:00",
"ReportPeriodEnd": "2026-06-06T20:08:36.3226741+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f6cd76b2-d6f1-45ce-8692-078b45f93fe1",
"Rows": [
{
"ItemId": "ec8f306e-7a9b-401f-9ad0-92b51afcfc0e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ec8f306e-7a9b-401f-9ad0-92b51afcfc0e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f6cd76b2-d6f1-45ce-8692-078b45f93fe1",
"Rows": [
{
"ItemId": "ec8f306e-7a9b-401f-9ad0-92b51afcfc0e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ec8f306e-7a9b-401f-9ad0-92b51afcfc0e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ef333e31-9c02-432d-be5d-204bf7a2561b",
"60d0b092-7501-4293-a4ec-32b4629f487e"
],
"Approvers": [
"edbb6187-c2ea-4aae-a55b-5eaafb9ea48f",
"7f980bdb-091d-4875-bc0d-963fe4227662"
],
"ApprovedBy": "55b39a56-0cd3-4365-9fdd-c0caabd68abf",
"ApprovalDate": "2026-06-06T20:08:36.3226741+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1e4517b0-eaa3-4df8-8194-84e2b1270d8f",
"id": "5d8de508-9d23-47e4-bac9-f014c44c21c0",
"ConfigId": "fd9fad1c-aad9-4a1e-bef7-c4d17da76eb4"
}
]