Skip to main content
GET
/
location-tags
/
{id}
Get a location tag
curl --request GET \
  --url https://api.example.com/location-tags/{id}
{
  "id": "<string>",
  "code": "<string>",
  "name": "<string>",
  "description": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "deleted": true,
  "deletedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://docs.truststack.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

Response

Location tag retrieved successfully

id
string
required

The id of the location tag

code
string
required

The code of the location tag, a unique identifier

name
string
required

The name of the location tag

description
string
required

The description of the location tag

createdAt
string<date-time>
required

The date and time the location tag was created

updatedAt
string<date-time>
required

The date and time the location tag was updated

deleted
boolean
required

Whether the location tag is deleted

deletedAt
string<date-time>
required

The date and time the location tag was deleted