Site x path / Get x paths by site
Route: /api/sys/v{version:apiVersion}/site_x_path/get_x_paths_by_site
Method: GET
Authorisation: Minimum role: USER
Request Arguments
| Name | Type | Source |
|---|---|---|
| siteId | Int32 |
Request body example
Response object
Response status: 200 (OK)
Response type: DTO_site_xpath_UI[]
Wrapper: DTO_response_wrap
Other response statuses: 400 (BadRequest), 403 (Forbidden)
Response body example
DTO_site_xpath_UI
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| selector | String | Selector | |
| selector_type_enum_id | Int32 | Selector type enum id | |
| field_type_enum_id | Int32 | Field type enum id | |
| source_enum_id | Int32 | Source enum id | |
| regex_from_url | Boolean | Regex from url |