Get a single search property
Request Endpoint:
GET /odata/v1.0/SearchProperties(code={code},languageCode={languageCode})Usage:
GET /SearchProperties(Code='jurisdiction',LanguageCode='en')Request Body:
Response Body:
Example Response Body:
{
"LanguageCode": "en",
"Code": "jurisdiction",
"Name": "jurisdiction"
}Response Codes:
Last updated
Was this helpful?