Language

Retrieve multiple Languages

If the ids parameter is omitted, returns all items that the authenticated user or client has permission to access.

get/languages

Query parameters

idsstring[]

A comma-separated list of IDs

Headers

continuationstring

The dlx-continuation header is used to send a continuation token with the request, when retrieving the next page of results.

maxItemsstring

The dlx-max-item-count header is used to limit the number of results to a certain amount at a time (by default all results will be returned). If there are more results to be returned, a continuation token will also be sent in the dlx-continuation header.

Response

Operation successful.

Changes