Skip to main content

Get a single search property

This endpoint returns a specific search property available in the TEOS platform. Search properties are used to filter and find digital assets or related entities. No OData query options are supported for this endpoint.

Request Endpoint:​

GET /odata/v1.0/SearchProperties(code={code},languageCode={languageCode})

Usage:​

GET /SearchProperties(Code='jurisdiction',LanguageCode='en')
ParameterTypeDescription
codestringSearch property code.
languageCodestringCode of the language of the asset class name (ISO 2)

Request Body:​

None

Response Body:​

application/json — Returns a single search property object.

Example Response Body:​

{
"LanguageCode": "en",
"Code": "jurisdiction",
"Name": "jurisdiction"
}

Response Codes:​

CodeDescription
200The record was successfully retrieved.
400Bad Request
401Unauthorized.
404The record does not exist.