cURL
curl --request GET \ --url https://api.attention.tech/v2/field-configurations/{id}/items \ --header 'Authorization: <api-key>'
{ "data": [ { "uuid": "b9e1c0a0-5a3d-4a9c-9b1e-2d6f4b7a1c11__item-01", "fieldConfigurationUUID": "b9e1c0a0-5a3d-4a9c-9b1e-2d6f4b7a1c11", "title": "Budget Range", "category": "CRM", "contents": "What is the customer's stated budget range?", "promptType": "freeform", "contentType": "text" } ], "meta": { "totalRecords": 1, "pageNumber": 1, "pageSize": 50, "pageCount": 1 } }
Returns a paginated list of items belonging to a field configuration.
UUID of the field configuration.
1-indexed page number. Defaults to 1.
Page size. Defaults to 50; maximum 200.
Items successfully retrieved.
Paginated envelope containing a list of items belonging to a single field configuration.
Field-configuration items for the current page.
Show child attributes
{ "pageCount": 5, "totalRecords": 100, "pageNumber": 1, "pageSize": 20}
Was this page helpful?