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-09T09:31:07.3891863+00:00",
"SubmitDate": "2026-05-09T09:31:07.3891863+00:00",
"ReportPeriodStart": "2026-05-09T09:31:07.3891863+00:00",
"ReportPeriodEnd": "2026-05-09T09:31:07.3891863+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0eb30388-2a55-45d7-88d6-3b4714bfb8ff",
"Rows": [
{
"ItemId": "a0682f43-bd30-47eb-8c8e-50591e02110a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0682f43-bd30-47eb-8c8e-50591e02110a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0eb30388-2a55-45d7-88d6-3b4714bfb8ff",
"Rows": [
{
"ItemId": "a0682f43-bd30-47eb-8c8e-50591e02110a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0682f43-bd30-47eb-8c8e-50591e02110a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc37b2d7-558a-44b8-9ea6-7ea4c968cd4e",
"3c7c7437-016d-4fff-8344-61bae7882db2"
],
"Approvers": [
"b5976c09-47dc-4f1e-b9d4-47cd7fff06db",
"951cadbb-486b-499f-ab29-86e220295355"
],
"ApprovedBy": "ca76cb47-3230-46d6-b5b0-a65d8272e071",
"ApprovalDate": "2026-05-09T09:31:07.3891863+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a19cceda-c1bf-449e-829a-37ed0cf7bf4c",
"id": "8b86b755-37da-4f9d-bb58-a6df494e40d7",
"ConfigId": "423da441-21d1-4113-8fad-a3fc3e566ca9"
},
{
"GenerationDate": "2026-05-09T09:31:07.3891863+00:00",
"SubmitDate": "2026-05-09T09:31:07.3891863+00:00",
"ReportPeriodStart": "2026-05-09T09:31:07.3891863+00:00",
"ReportPeriodEnd": "2026-05-09T09:31:07.3891863+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0eb30388-2a55-45d7-88d6-3b4714bfb8ff",
"Rows": [
{
"ItemId": "a0682f43-bd30-47eb-8c8e-50591e02110a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0682f43-bd30-47eb-8c8e-50591e02110a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0eb30388-2a55-45d7-88d6-3b4714bfb8ff",
"Rows": [
{
"ItemId": "a0682f43-bd30-47eb-8c8e-50591e02110a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0682f43-bd30-47eb-8c8e-50591e02110a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc37b2d7-558a-44b8-9ea6-7ea4c968cd4e",
"3c7c7437-016d-4fff-8344-61bae7882db2"
],
"Approvers": [
"b5976c09-47dc-4f1e-b9d4-47cd7fff06db",
"951cadbb-486b-499f-ab29-86e220295355"
],
"ApprovedBy": "ca76cb47-3230-46d6-b5b0-a65d8272e071",
"ApprovalDate": "2026-05-09T09:31:07.3891863+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a19cceda-c1bf-449e-829a-37ed0cf7bf4c",
"id": "8b86b755-37da-4f9d-bb58-a6df494e40d7",
"ConfigId": "423da441-21d1-4113-8fad-a3fc3e566ca9"
}
]