GET api/location/limit/{start}/{limit}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start | integer |
Required |
|
| limit | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of location| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| description | string |
None. |
|
| addressLine1 | string |
None. |
|
| addressLine2 | string |
None. |
|
| addressLine3 | string |
None. |
|
| city | string |
None. |
|
| county | string |
None. |
|
| postCode | string |
None. |
|
| country | string |
None. |
|
| telephone | string |
None. |
|
| string |
None. |
||
| isActive | boolean |
None. |
|
| hasParkingPermit | boolean |
None. |
|
| linkUrl | string |
None. |
|
| geoUrl | string |
None. |
|
| imageUrl | string |
None. |
|
| dateCreated | date |
None. |
|
| dateUpdated | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"name": "sample string 2",
"description": "sample string 3",
"addressLine1": "sample string 4",
"addressLine2": "sample string 5",
"addressLine3": "sample string 6",
"city": "sample string 7",
"county": "sample string 8",
"postCode": "sample string 9",
"country": "sample string 10",
"telephone": "sample string 11",
"email": "sample string 12",
"isActive": true,
"hasParkingPermit": true,
"linkUrl": "sample string 13",
"geoUrl": "sample string 14",
"imageUrl": "sample string 15",
"dateCreated": "2025-12-16T21:42:11.7195568+00:00",
"dateUpdated": "2025-12-16T21:42:11.7195568+00:00"
},
{
"$ref": "1"
}
]