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-27T09:44:01.9733214+00:00",
"SubmitDate": "2025-12-27T09:44:01.9733214+00:00",
"ReportPeriodStart": "2025-12-27T09:44:01.9733214+00:00",
"ReportPeriodEnd": "2025-12-27T09:44:01.9733214+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "198af2cf-ea3e-45d9-867a-6a8d65b700eb",
"Rows": [
{
"ItemId": "e523dead-d732-45a2-8fea-1c1b875e742f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e523dead-d732-45a2-8fea-1c1b875e742f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "198af2cf-ea3e-45d9-867a-6a8d65b700eb",
"Rows": [
{
"ItemId": "e523dead-d732-45a2-8fea-1c1b875e742f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e523dead-d732-45a2-8fea-1c1b875e742f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0333a680-5a39-4a47-9551-7a814db2440c",
"3e4b77e0-c73f-4e20-9a4c-0b0046e0ee8f"
],
"Approvers": [
"04e0683d-ec20-4785-9bab-d16b9575ae44",
"6c4fd03f-24d2-4ad4-ac68-69626471e8de"
],
"ApprovedBy": "617112da-d69f-4d95-9a01-91c5ff8921a0",
"ApprovalDate": "2025-12-27T09:44:01.9733214+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a9233550-9531-402a-b189-4562ac2e15f6",
"id": "0fd63158-11ca-4842-bb82-f4df54ecffa5",
"ConfigId": "d1400360-3496-4c6d-854b-c19a96741e35"
},
{
"GenerationDate": "2025-12-27T09:44:01.9733214+00:00",
"SubmitDate": "2025-12-27T09:44:01.9733214+00:00",
"ReportPeriodStart": "2025-12-27T09:44:01.9733214+00:00",
"ReportPeriodEnd": "2025-12-27T09:44:01.9733214+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "198af2cf-ea3e-45d9-867a-6a8d65b700eb",
"Rows": [
{
"ItemId": "e523dead-d732-45a2-8fea-1c1b875e742f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e523dead-d732-45a2-8fea-1c1b875e742f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "198af2cf-ea3e-45d9-867a-6a8d65b700eb",
"Rows": [
{
"ItemId": "e523dead-d732-45a2-8fea-1c1b875e742f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e523dead-d732-45a2-8fea-1c1b875e742f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"0333a680-5a39-4a47-9551-7a814db2440c",
"3e4b77e0-c73f-4e20-9a4c-0b0046e0ee8f"
],
"Approvers": [
"04e0683d-ec20-4785-9bab-d16b9575ae44",
"6c4fd03f-24d2-4ad4-ac68-69626471e8de"
],
"ApprovedBy": "617112da-d69f-4d95-9a01-91c5ff8921a0",
"ApprovalDate": "2025-12-27T09:44:01.9733214+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "a9233550-9531-402a-b189-4562ac2e15f6",
"id": "0fd63158-11ca-4842-bb82-f4df54ecffa5",
"ConfigId": "d1400360-3496-4c6d-854b-c19a96741e35"
}
]