v1
latestOpenAPI 3.0.22026-07-24800528.1 KBDeals
Retrieve the form templates for a deal
Fetches the specified form templates for a deal.
get/v2/deals/form-templates
Query parameters
group_keystring
mold_keystring
partner_keystring
deduplicateboolean
Response
Fetches the specified form templates for a deal.
Example response
{
"data": [
{
"created_at": 1574181282399,
"key": "co_a80cb515fe",
"updated_at": 1574181282399,
"description": "please fill out the entire form to register a deal",
"fields": [
{
"name": "Company Address"
}
],
"groups": [
{
"created_at": 1574181282399,
"key": "co_a80cb515fe",
"updated_at": 1574181282399,
"name": "Resellers",
"slug": "resellers"
}
],
"name": "Deal registration form",
"title": "My Companies Deal Registration Form",
"type": "deal"
}
]
}