GET api/CRUD/TWDashGet?idworkspace={idworkspace}
*OData
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idworkspace | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TWDashDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| Name | string |
Required String length: inclusive between 0 and 128 |
|
| GIDCat | globally unique identifier |
None. |
|
| NavLevel | integer |
Required |
|
| NavOrder | integer |
Required |
|
| IDCust | integer |
None. |
|
| GID | globally unique identifier |
None. |
|
| ExtConfig | Collection of DField |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"Name": "sample string 2",
"GIDCat": "5c3c8a7d-453f-4ccb-b89a-0d2b363f2275",
"NavLevel": 3,
"NavOrder": 4,
"IDCust": 5,
"GID": "4f52dfa6-604b-4b19-bf15-032850f7e6fb",
"ExtConfig": [
{
"SysName": "sample string 1",
"Val": {}
},
{
"SysName": "sample string 1",
"Val": {}
}
]
},
{
"ID": 1,
"Name": "sample string 2",
"GIDCat": "5c3c8a7d-453f-4ccb-b89a-0d2b363f2275",
"NavLevel": 3,
"NavOrder": 4,
"IDCust": 5,
"GID": "4f52dfa6-604b-4b19-bf15-032850f7e6fb",
"ExtConfig": [
{
"SysName": "sample string 1",
"Val": {}
},
{
"SysName": "sample string 1",
"Val": {}
}
]
}
]