v1

latestOpenAPI 3.1.02026-07-2419782400.4 KB
Options - Old API (Please use new API if possible)

Retrieve options for a metaproperty

get/api/v4/metaproperties/{id}/options

Path parameters

idstring required
Example:00000000-0000-0000-0000000000000000

Query parameters

namestring
Example:Amsterdam
limitinteger
Example:250
pageinteger
Example:1
externalReferencestring

Response

Successful response

displayLabelstring
datestring date-time
namestring
idstring
activeinteger
labelstring

Example response

[
  {
    "displayLabel": "Yellow",
    "date": "2017-02-15T14:54:58+00:00",
    "name": "yellow",
    "id": "00000000-0000-0000-0000000000000000",
    "active": 1,
    "label": "Yellow",
    "labels": {
      "nl_NL": "Geel",
      "en_US": "Yellow"
    }
  }
]