GET api/Service/Get?query={query}&language={language}®ionID={regionID}&mainCategory={mainCategory}&subCategory={subCategory}
Gets services by search term, this method supports OData
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
query | Search term |
Define this parameter in the request URI. |
language | Optional language ID, default is 1 (is-IS) |
Define this parameter in the request URI. |
regionID | Optional region ID |
Define this parameter in the request URI. |
mainCategory | Optional main category ID |
Define this parameter in the request URI. |
subCategory | Optional sub category ids, can be sepperated by ',' |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ {}, {}, {} ]