curl --request GET \
--url https://platform.thena.ai/v1/forms/search \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"fields": [
{
"field": "<string>",
"editableByCustomer": true,
"defaultValue": {},
"mandatoryOnCreation": true,
"mandatoryOnClose": true,
"visibleToCustomer": true
}
],
"conditions": [
{
"triggerFieldId": "<string>",
"triggerFieldValue": {},
"conditionType": "<string>",
"targetFields": [
{
"id": "<string>",
"type": "<string>",
"value": {},
"options": [
{}
]
}
],
"forVendor": true,
"forUser": true,
"teamId": "<string>"
}
],
"version": 123,
"isActive": true,
"default": true,
"channels": [
"<string>"
],
"order": 123
}
],
"status": true,
"message": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://platform.thena.ai/v1/forms/search \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"fields": [
{
"field": "<string>",
"editableByCustomer": true,
"defaultValue": {},
"mandatoryOnCreation": true,
"mandatoryOnClose": true,
"visibleToCustomer": true
}
],
"conditions": [
{
"triggerFieldId": "<string>",
"triggerFieldValue": {},
"conditionType": "<string>",
"targetFields": [
{
"id": "<string>",
"type": "<string>",
"value": {},
"options": [
{}
]
}
],
"forVendor": true,
"forUser": true,
"teamId": "<string>"
}
],
"version": 123,
"isActive": true,
"default": true,
"channels": [
"<string>"
],
"order": 123
}
],
"status": true,
"message": "<string>",
"timestamp": "2023-11-07T05:31:56Z"
}Enter your API key
Search term to find forms by name
"Support"
Filter forms by specific team ID
"TM123456789012"
If true, only return team-specific forms (excludes global forms)
false
Operation successful
Show child attributes
Show child attributes
The field
Indicates if the field is editable by customer
The default value
Indicates if the field is mandatory on creation
Indicates if the field is mandatory on close
Indicates if the field is visible to customer
Show child attributes
The ID of the trigger field
The value of the trigger field
The type of the condition
The target fields
Indicates if the form is for vendor
Indicates if the form is for user
The ID of the team