Language

Retrieve a Language by ID

get/languages/{languageID}

Path parameters

languageIDstring required

The ID of the Language to perform the operation on

Query parameters

deletedboolean

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

ifNoneMatchstring

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 query request parameter deleted

      new-optional-request-parameter

    • the optional response header Last-Modified removed for the status 200

      optional-response-header-removed

    • the optional response header dlx-continuation removed for the status 200

      optional-response-header-removed

    • the optional response header dlx-item-count removed for the status 200

      optional-response-header-removed

    • deleted the header request parameter ifNoneMatch

      request-parameter-removed

    • deleted the query request parameter deleted

      request-parameter-removed

    • removed the non-success response with the status 304

      response-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