Returns a list of all the resources available for rental in the Booking Manager System with details.

Request

GET https://api.digital-nautic.com/v3/resources

Query parameters

Parameter name Value Description Additional
id string

the resource id

companyId integer

the company which provide the resource

latitude number

geographical latitude of the resource position

longitude number

geographical longitude of the resource position

radius number

scope circle area around the point defined by the latitude and longitude (in meters)

harbourId integer

the harbour id

cityId integer

the city id

navigationAreaId integer

the navigation area id

administrativeAreaLevel2Id integer

the administrative area level 2 id

administrativeAreaLevel1Id integer

the administrative area level 1 id

countryCode string

the country code

page integer

which page to display

perPage integer

number of results, integer between 1 and 100

locale string

which locale to return (accepted values are fr, en, it, es, de, nl or pt)

expandTranslations boolean

whether to expand the translations

includeNonRentable boolean

set to true to return non-rentable resources

test boolean

set to true to return test resources

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

the filtered ressources list

Resource[]
400 Bad Request

bad input parameter

401 Unauthorized

authorization information is missing or invalid.


Explore this API

id

the resource id

companyId

the company which provide the resource

latitude

geographical latitude of the resource position

longitude

geographical longitude of the resource position

radius

scope circle area around the point defined by the latitude and longitude (in meters)

harbourId

the harbour id

cityId

the city id

navigationAreaId

the navigation area id

administrativeAreaLevel2Id

the administrative area level 2 id

administrativeAreaLevel1Id

the administrative area level 1 id

countryCode

the country code

page

which page to display

perPage

number of results, integer between 1 and 100

locale

which locale to return (accepted values are fr, en, it, es, de, nl or pt)

expandTranslations

whether to expand the translations

includeNonRentable

set to true to return non-rentable resources

test

set to true to return test resources

Response Content-Type
Try it out!