Skip to main content

Retrieve Place

Retrieve the details of an existing Place.

Path Parameters

  • id string required

    Possible values: Value must match regular expression ^[0-9]+$

    The id of the relevant record

Responses

OK


Schema

  • id integer

    Possible values: >= 1

  • created_at date-time

    The date and time at which this record was created.

  • updated_at date-time

    The date and time at which this record was most recently updated.

  • name string

    A name for this Place.

  • address string

    This Place's address.

  • description string

    A description of this Place.

  • place_visits_count integer

    The number of times this Place has been visited.

  • radius_in_meters integer

    The radius around this Place's coordinates within which we consider this Place to have been visited.

  • latitude float

    This Place's latitude.

  • longitude float

    This Place's longitude.

Loading...