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": "2025-12-22T10:45:28.5919332+00:00",
"SubmitDate": "2025-12-22T10:45:28.5919332+00:00",
"ReportPeriodStart": "2025-12-22T10:45:28.5919332+00:00",
"ReportPeriodEnd": "2025-12-22T10:45:28.5919332+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "680f33ed-f6a9-46a1-b332-08495faa66ec",
"Rows": [
{
"ItemId": "345f71e7-4f65-425d-9f30-733948b55ac5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "345f71e7-4f65-425d-9f30-733948b55ac5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "680f33ed-f6a9-46a1-b332-08495faa66ec",
"Rows": [
{
"ItemId": "345f71e7-4f65-425d-9f30-733948b55ac5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "345f71e7-4f65-425d-9f30-733948b55ac5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b49d32f7-b086-4ff3-8c76-7935997fe7ea",
"78d8c31a-7c42-4757-8659-e2a13320c3cd"
],
"Approvers": [
"7f2b8f75-6e34-40f9-90b0-09c9c3f8e41c",
"e6b2f183-430c-4408-b8f2-8faa7ca3073e"
],
"ApprovedBy": "2aa32d81-8550-4391-bf09-4b2ebf8b7a9c",
"ApprovalDate": "2025-12-22T10:45:28.5919332+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "498ef480-7ade-447b-96d2-78614261f6f3",
"id": "70cbc014-df02-4075-9c23-2e37b9d5b117",
"ConfigId": "ce4cb89e-7527-4205-8815-4a7eaf43aac4"
},
{
"GenerationDate": "2025-12-22T10:45:28.5919332+00:00",
"SubmitDate": "2025-12-22T10:45:28.5919332+00:00",
"ReportPeriodStart": "2025-12-22T10:45:28.5919332+00:00",
"ReportPeriodEnd": "2025-12-22T10:45:28.5919332+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "680f33ed-f6a9-46a1-b332-08495faa66ec",
"Rows": [
{
"ItemId": "345f71e7-4f65-425d-9f30-733948b55ac5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "345f71e7-4f65-425d-9f30-733948b55ac5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "680f33ed-f6a9-46a1-b332-08495faa66ec",
"Rows": [
{
"ItemId": "345f71e7-4f65-425d-9f30-733948b55ac5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "345f71e7-4f65-425d-9f30-733948b55ac5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b49d32f7-b086-4ff3-8c76-7935997fe7ea",
"78d8c31a-7c42-4757-8659-e2a13320c3cd"
],
"Approvers": [
"7f2b8f75-6e34-40f9-90b0-09c9c3f8e41c",
"e6b2f183-430c-4408-b8f2-8faa7ca3073e"
],
"ApprovedBy": "2aa32d81-8550-4391-bf09-4b2ebf8b7a9c",
"ApprovalDate": "2025-12-22T10:45:28.5919332+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "498ef480-7ade-447b-96d2-78614261f6f3",
"id": "70cbc014-df02-4075-9c23-2e37b9d5b117",
"ConfigId": "ce4cb89e-7527-4205-8815-4a7eaf43aac4"
}
]