repo/rest-api/specs/resources/labels/label-with-fallback-for-property.json
{
"get": {
"operationId": "getPropertyLabelWithFallback",
"tags": [ "labels" ],
"summary": "Retrieve a Property's label in a specific language, with language fallback",
"parameters": [
{ "$ref": "../../global/parameters.json#/PropertyId" },
{ "$ref": "../../global/parameters.json#/LanguageCode" },
{ "$ref": "../../global/parameters.json#/IfNoneMatch" },
{ "$ref": "../../global/parameters.json#/IfModifiedSince" },
{ "$ref": "../../global/parameters.json#/IfMatch" },
{ "$ref": "../../global/parameters.json#/IfUnmodifiedSince" },
{ "$ref": "../../global/parameters.json#/Authorization" }
],
"responses": {
"200": { "$ref": "./responses.json#/PropertyLabel" },
"304": { "$ref": "../../global/responses.json#/NotModified" },
"307": { "$ref": "../../global/responses.json#/MovedTemporarily" },
"400": { "$ref": "../../global/responses.json#/InvalidTermByLanguageInput" },
"404": { "$ref": "../../global/responses.json#/ResourceNotFound" },
"412": { "$ref": "../../global/responses.json#/PreconditionFailedError" },
"500": { "$ref": "../../global/responses.json#/UnexpectedError" }
}
}
}