Authorizations
Query Parameters
Stringified JSON filter object. Can filter by folders (array of folder IDs or 'root' for root-level components) and/or variants (array of variant IDs or 'all' or 'base'). By default, folder filters search for components in that folder and its folder children. To skip searching folder children for a given folder, set 'excludeNestedFolders' to 'true'. Example: {"folders":[{"id":"folder-id"}, {"id": "folder-id-2", "excludeNestedFolders": true}],"variants":[{"id":"french"}]}
When set to 'html', includes HTML-formatted rich text in the response
html
Response
Returns an array of components matching the filter criteria
The Developer ID of the component
The plaintext content of the component. May be base or variant text depending on variantId
The current status of the base or variant text
The notes on the component. Variants will have the base component's notes value
Array of tags associated with the component. Variants will have the base component's tags value
Array of Developer IDs of variables used in this base or variant text
The Developer ID of this variant, or null for base text
The Developer ID of the folder this component belongs to
HTML-formatted version of the text content. Only included when richText=html query parameter is provided