Saltar al contenido principal
GET
/
v1
/
items
/
properties
/
{propertyReference}
/
options
/
{optionReference}
Get an option of a property
curl --request GET \
  --url https://api.bold-factory.com/v1/items/properties/{propertyReference}/options/{optionReference} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "externalReference": "<string>",
  "name": "<string>",
  "propertyId": "<string>",
  "property": {
    "id": "<string>",
    "externalReference": "<string>",
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "createdBy": "<string>",
    "lastModifiedAt": "2023-11-07T05:31:56Z",
    "lastModifiedBy": "<string>"
  }
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

optionReference
string
requerido
propertyReference
string
requerido

Respuesta

OK

id
string
requerido
externalReference
null | string
requerido
name
string
requerido
propertyId
string
requerido
property
object
requerido