Find a specific text
GET {{baseUrl}}/texts/:id?fields=<string>
Returns a single Text instance for a given text id
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | Limit fields received in response. E.g. fields: id, name or fields items (id, name), see more at partial response page. |