Skip to content

index

Request

Security
ApiKeyAuth
Query
filter[fulltext]string
Example:filter[fulltext]=nothing
filter[name]string
Example:filter[name]=name
includestring
Example:include=createdBy,updatedBy
sortstring
Example:sort=id
curl -i -X GET \
  'https://llm-api.treasuredata.com/api/text_resources?filter%5Bfulltext%5D=nothing&filter%5Bname%5D=name&include=createdBy%2CupdatedBy&sort=id' \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

includes by created_by and updated_by

Bodyapplication/vnd.api+json
dataArray of objectsrequired
metaobjectrequired
includedArray of objects
Response
{ "data": [ {}, {} ], "meta": { "total": 2 }, "links": { "first": "http://www.example.com/api/text_resources?include=createdBy%2CupdatedBy&page%5Blimit%5D=20&page%5Boffset%5D=0", "last": "http://www.example.com/api/text_resources?include=createdBy%2CupdatedBy&page%5Blimit%5D=20&page%5Boffset%5D=0" }, "included": [ {}, {} ] }