Retrieve a Language by ID
Path parameters
The ID of the Language to perform the operation on
Query parameters
Setting the deleted option to true will return results that have been marked for deletion, but not yet deleted from the database. Otherwise requests for a resource marked for deletion will return a 410 error.
Headers
If If-None-Match header is used with GET requests to check whether you already have the most up-to-date version of the resource, and therefore do not need the resource sent again. The value of the If-None-Match header is the ETag (_etag) property of the resource. It is recommended that your application use this header whenever possible to reduce bandwidth.
Response
200: Operation successful.
Changes
Changed in 2 of the 17 revisions of this API.52
- ○
added the new optional
queryrequest parameterdeletednew-optional-request-parameter
- ○
- ●
the optional response header
Last-Modifiedremoved for the status200optional-response-header-removed
- ●
the optional response header
dlx-continuationremoved for the status200optional-response-header-removed
- ●
the optional response header
dlx-item-countremoved for the status200optional-response-header-removed
- ●
deleted the
headerrequest parameterifNoneMatchrequest-parameter-removed
- ●
deleted the
queryrequest parameterdeletedrequest-parameter-removed
- ○
removed the non-success response with the status
304response-non-success-status-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●