Login

APIDescription
GET api/Login/Get?username={username}&password={password}&expireDate={expireDate}

Authenticates the user

GET api/Login?username={username}&password={password}&expireDate={expireDate}

Authenticates the user

Place

APIDescription
GET api/Place/Get?query={query}&language={language}

Retrive places by search term, this method supports OData

GET api/Place/Get/{id}

Gets a single Place by ID

GET api/Place/Single?url={url}

Gets a single Place by Custom Url

GET api/Place/Related/{id}

Gets related places by Place ID

GET api/Place/ServiceRelated/{id}

Gets related places by Service ID

GET api/Place/Images/{id}

Gets images for place

GET api/Place/ByPostalCode?postalCode={postalCode}&count={count}

Gets place from postacode

GET api/Place/ByMunicipality?municipalityNumber={municipalityNumber}&count={count}

Gets place from

GET api/Place/Nearby?point={point}&count={count}

Finds the closest places by point

GET api/Place?query={query}&language={language}

Retrive places by search term, this method supports OData

GET api/Place?url={url}

Gets a single Place by Custom Url

GET api/Place?postalCode={postalCode}&count={count}

Gets place from postacode

GET api/Place?municipalityNumber={municipalityNumber}&count={count}

Gets place from

GET api/Place?point={point}&count={count}

Finds the closest places by point

Town

APIDescription
GET api/Town/Get?query={query}&language={language}&postalCode={postalCode}&municipality={municipality}

No documentation available.

GET api/Town?query={query}&language={language}&postalCode={postalCode}&municipality={municipality}

No documentation available.

SubCategory

APIDescription
GET api/SubCategory/Get

Get subcategories, this method supports OData

GET api/SubCategory/Get/{id}

Returns a single SubCategory by ID

GET api/SubCategory

Get subcategories, this method supports OData

GET api/SubCategory/{id}

Returns a single SubCategory by ID

Region

APIDescription
GET api/Region/Get

Gets all regions, method supports OData

GET api/Region/Get/{id}

Returns a single region by ID

GET api/Region

Gets all regions, method supports OData

GET api/Region/{id}

Returns a single region by ID

Category

APIDescription
GET api/Category/Get

Get all service categories, this method supports OData

GET api/Category/Get/{id}

Returns single category

GET api/Category

Get all service categories, this method supports OData

GET api/Category/{id}

Returns single category

Sign

APIDescription
GET api/Sign/Get

Get signs, this method supports OData

GET api/Sign/Get/{id}

Returns single sign by ID

GET api/Sign/ByService/{id}

Gets signs by service ID

GET api/Sign

Get signs, this method supports OData

Service

APIDescription
GET api/Service/Get

Gets services, this method supports OData

GET api/Service/Get/{id}

Gets single service by ID

GET api/Service/Get?query={query}&language={language}&regionID={regionID}&mainCategory={mainCategory}&subCategory={subCategory}

Gets services by search term, this method supports OData

GET api/Service/Single?url={url}

Returns single service by custom url

GET api/Service/Related/{id}

Returns related services by service ID, this method supports OData

GET api/Service/ByPostalCode?postalCode={postalCode}&count={count}

Gets service from postacode

GET api/Service/ByMunicipality?municipalityNumber={municipalityNumber}&count={count}

Gets service from postacode

GET api/Service/Nearby?point={point}&count={count}

Finds the closest places by point

GET api/Service

Gets services, this method supports OData

GET api/Service?query={query}&language={language}&regionID={regionID}&mainCategory={mainCategory}&subCategory={subCategory}

Gets services by search term, this method supports OData

GET api/Service?url={url}

Returns single service by custom url

GET api/Service?postalCode={postalCode}&count={count}

Gets service from postacode

GET api/Service?municipalityNumber={municipalityNumber}&count={count}

Gets service from postacode

GET api/Service?point={point}&count={count}

Finds the closest places by point

PlaceCategory

APIDescription
GET api/PlaceCategory/Get

Returns place categories, this methods supports OData

GET api/PlaceCategory/Get/{id}

Returns place by ID

GET api/PlaceCategory

Returns place categories, this methods supports OData

GET api/PlaceCategory/{id}

Returns place by ID

Language

APIDescription
GET api/Language/Get

Gets languages, this method supports OData

GET api/Language

Gets languages, this method supports OData