Skip to main content

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

Return points for specific guide

Schema

    any

Loading...