cURL
curl --request POST \ --url https://analytics-api.voiceflow.com/v1/transcript-property \ --header 'Content-Type: application/json' \ --data ' { "projectID": "<string>", "name": "<string>", "type": "boolean", "description": "<string>" } '
{ "property": { "id": "<string>", "projectID": "<string>", "name": "<string>", "description": "<string>", "type": "<string>", "default": true, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } }
1 - 100
boolean
number
string
Show child attributes
Was this page helpful?