HyperTrackDocs
Places

Get Place Segments

Fetch segments from the place metadata that are associated with all metadata

GET
/places/v1/segments

Fetch segments from the place metadata that are associated with all metadata

Authorization

AuthorizationBasic <token>

In: header

Query Parameters

segment*string

Represents the segment used to retrieve the corresponding values

prefix?|

Represents the prefix to be used when filtering segment values

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/places/v1/segments?segment=string"
{  "segments": [    "data:name",    "data:description",    "data:category"  ],  "truncated": false}
{  "detail": {},  "message": "string"}
{  "detail": {    "<location>": {      "<field_name>": [        "string"      ]    }  },  "message": "string"}