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-23T23:06:30.3375707+00:00",
"SubmitDate": "2026-05-23T23:06:30.3375707+00:00",
"ReportPeriodStart": "2026-05-23T23:06:30.3375707+00:00",
"ReportPeriodEnd": "2026-05-23T23:06:30.3375707+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "25d48c2c-4f32-434f-9765-bf8c47e59cf2",
"Rows": [
{
"ItemId": "ccc80722-b130-49f9-a609-5381aae81369",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ccc80722-b130-49f9-a609-5381aae81369",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "25d48c2c-4f32-434f-9765-bf8c47e59cf2",
"Rows": [
{
"ItemId": "ccc80722-b130-49f9-a609-5381aae81369",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ccc80722-b130-49f9-a609-5381aae81369",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ac4ecfae-603c-43c7-813d-bb755909aa84",
"c2b50049-e2e2-48a5-88d6-1d19bf1bf7e8"
],
"Approvers": [
"9923ee8d-284d-4522-bc7d-b08a5e8ddb86",
"e4929faf-f0fd-4aa5-b227-685e7de75943"
],
"ApprovedBy": "5d7e5373-1a64-4c6b-a13d-38a2e7e16a5e",
"ApprovalDate": "2026-05-23T23:06:30.353196+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "187cbf53-e2a0-41f8-8ce1-2ac6c6794bcc",
"id": "3af0f2d1-b1c7-4bbe-a8e5-15c1175704cb",
"ConfigId": "1bf533f0-abde-499d-b757-d929dc13de73"
},
{
"GenerationDate": "2026-05-23T23:06:30.3375707+00:00",
"SubmitDate": "2026-05-23T23:06:30.3375707+00:00",
"ReportPeriodStart": "2026-05-23T23:06:30.3375707+00:00",
"ReportPeriodEnd": "2026-05-23T23:06:30.3375707+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "25d48c2c-4f32-434f-9765-bf8c47e59cf2",
"Rows": [
{
"ItemId": "ccc80722-b130-49f9-a609-5381aae81369",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ccc80722-b130-49f9-a609-5381aae81369",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "25d48c2c-4f32-434f-9765-bf8c47e59cf2",
"Rows": [
{
"ItemId": "ccc80722-b130-49f9-a609-5381aae81369",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ccc80722-b130-49f9-a609-5381aae81369",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ac4ecfae-603c-43c7-813d-bb755909aa84",
"c2b50049-e2e2-48a5-88d6-1d19bf1bf7e8"
],
"Approvers": [
"9923ee8d-284d-4522-bc7d-b08a5e8ddb86",
"e4929faf-f0fd-4aa5-b227-685e7de75943"
],
"ApprovedBy": "5d7e5373-1a64-4c6b-a13d-38a2e7e16a5e",
"ApprovalDate": "2026-05-23T23:06:30.353196+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "187cbf53-e2a0-41f8-8ce1-2ac6c6794bcc",
"id": "3af0f2d1-b1c7-4bbe-a8e5-15c1175704cb",
"ConfigId": "1bf533f0-abde-499d-b757-d929dc13de73"
}
]