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-05-09T20:03:20.9534299+00:00",
"SubmitDate": "2026-05-09T20:03:20.9534299+00:00",
"ReportPeriodStart": "2026-05-09T20:03:20.9534299+00:00",
"ReportPeriodEnd": "2026-05-09T20:03:20.9534299+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2888b808-7106-4b13-9a28-f72b697b9bfc",
"Rows": [
{
"ItemId": "6920ad91-c6ee-4ff0-b776-2eec916e2971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6920ad91-c6ee-4ff0-b776-2eec916e2971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2888b808-7106-4b13-9a28-f72b697b9bfc",
"Rows": [
{
"ItemId": "6920ad91-c6ee-4ff0-b776-2eec916e2971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6920ad91-c6ee-4ff0-b776-2eec916e2971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4a483316-f751-4b44-8e12-dfa8d8ea17a0",
"33a799d3-fdff-49bd-ae16-36a6f8b61a08"
],
"Approvers": [
"90bed0be-d1dc-4223-b7b3-2f4801de5e24",
"0b5cccef-5691-41d7-8a57-5c451030d58d"
],
"ApprovedBy": "b563a6eb-4364-4754-95a1-f48618668f6c",
"ApprovalDate": "2026-05-09T20:03:20.9534299+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "626d58a2-1a04-4167-8269-fda68c807564",
"id": "25050fbe-1d4f-4b97-b1aa-abd97f294a68",
"ConfigId": "492d21ce-6201-41d7-9f23-bdef1205111d"
},
{
"GenerationDate": "2026-05-09T20:03:20.9534299+00:00",
"SubmitDate": "2026-05-09T20:03:20.9534299+00:00",
"ReportPeriodStart": "2026-05-09T20:03:20.9534299+00:00",
"ReportPeriodEnd": "2026-05-09T20:03:20.9534299+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2888b808-7106-4b13-9a28-f72b697b9bfc",
"Rows": [
{
"ItemId": "6920ad91-c6ee-4ff0-b776-2eec916e2971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6920ad91-c6ee-4ff0-b776-2eec916e2971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2888b808-7106-4b13-9a28-f72b697b9bfc",
"Rows": [
{
"ItemId": "6920ad91-c6ee-4ff0-b776-2eec916e2971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6920ad91-c6ee-4ff0-b776-2eec916e2971",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4a483316-f751-4b44-8e12-dfa8d8ea17a0",
"33a799d3-fdff-49bd-ae16-36a6f8b61a08"
],
"Approvers": [
"90bed0be-d1dc-4223-b7b3-2f4801de5e24",
"0b5cccef-5691-41d7-8a57-5c451030d58d"
],
"ApprovedBy": "b563a6eb-4364-4754-95a1-f48618668f6c",
"ApprovalDate": "2026-05-09T20:03:20.9534299+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "626d58a2-1a04-4167-8269-fda68c807564",
"id": "25050fbe-1d4f-4b97-b1aa-abd97f294a68",
"ConfigId": "492d21ce-6201-41d7-9f23-bdef1205111d"
}
]