get https://api.lokalise.com/api2/projects//glossary-terms
Retrieves a list of glossary terms. This endpoint supports cursor pagination for better performance with large datasets. When using cursor pagination, the response will include a nextCursor
value in the metadata when more data is available. Continue making requests with the nextCursor
value until no nextCursor
is returned, indicating all data has been retrieved.
Requires read_glossary
OAuth access scope.