Returns a list of text items in your workspace. Use the filter
query param to configure the projects and variants that you would like to include.
Stringified JSON filter object. Can filter by projects (array of project IDs) and/or variants (array of variant IDs or 'all' or 'base'). Example: {"projects":[{"id":"project-id"}],"variants":[{"id":"french"}]}
When set to 'html', includes HTML-formatted rich text in the response
html
Returns an array of text items matching the filter criteria
The response is of type object[]
.