Ip jurisdictions / Get one
Returns a specific IP jurisdiction.
Route: /api/sys/v{version:apiVersion}/ip_jurisdictions/{id}
Method: GET
Authorisation: Minimum role: USER
Request Arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
Request body example
Response object
Response status: 200 (OK)
Response type: DTO_ip_jurisdiction
Wrapper: DTO_response_wrap
Other response statuses: 404 (NotFound), 403 (Forbidden)
Response body example
DTO_ip_jurisdiction
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| id | Int32 | Id | |
| name | String | Name | |
| code | String | Code | |
| country_ids | Int32[] | Country ids |