Get all Lexemes
Retrieve all Lexemes that the authenticated user has permission to access. Include a languageID query parameter to limit results to Lexemes from a particular Language.
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.
The ID of the Language to perform the operation on
Set this parameter to true to include all publicly-accessible resources, not just those that the user is listed as an Owner, Contributor, or Viewer for.
Headers
The dlx-continuation header is used to send a continuation token with the request, when retrieving the next page of results.
The If-Modified-Since header is used to retrieve only results modified since a given time. The value of this header must be a valid date string.
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
200: Operation successful.
Changes
Changed in 4 of the 17 revisions of this API.193
- ○
added the new optional
queryrequest parameterdeletednew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲
- ●
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 parametercontinuationrequest-parameter-removed
- ●
deleted the
headerrequest parameterifModifiedSincerequest-parameter-removed
- ●
deleted the
headerrequest parametermaxItemCountrequest-parameter-removed
- ●
deleted the
queryrequest parameterdeletedrequest-parameter-removed
- ●
deleted the
queryrequest parameterlanguageIDrequest-parameter-removed
- ●
deleted the
queryrequest parameterpublicrequest-parameter-removed
- ○
added the new optional
queryrequest parameteridsnew-optional-request-parameter
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●