Return points for specific guide
GET/api/v1/guides/:id/points
Return points for specific guide
Request
Path Parameters
id int32required
Query Parameters
include string
Include associations (delimited with comma). Available associations: pictures, business
sort string
page int32
Default value: 1
Page offset to fetch.
per_page int32
Default value: 10
Number of results to return per page.
Responses
- 200
Return points for specific guide
- application/vnd.api+json
- Schema
Schema
any
Loading...