List structured data fields
Structured Data Fields
List structured data fields
Retrieves a list of all configured structured data fields.
GET
List structured data fields
Documentation Index
Fetch the complete documentation index at: https://docs.asapp.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Filter by active or non active redaction entities
The cursor pointing to the current position
The maximum amount of objects to retrieve
Required range:
1 <= x <= 100Response
Get all structured data fields.
Structured data fields list
- Question
- Entity
Example:
{
"id": "q_promotion_was_offered",
"name": "Promotion was offered",
"categoryId": "OUTCOME",
"type": "QUESTION",
"question": {
"question": "Did the agent offer the correct promotion?"
},
"active": true
}The next cursor to fetch
Example:
"6b29fc40-ca47-1067-b31d-00dd010662da"
The previous cursor to fetch
Example:
"04719ebd-13e1-40e9-8b92-0941cd16a19c"