CRM Filling Templates
List fields of a CRM filling template
Returns a paginated list of fields belonging to a CRM filling template.
get/crm-filling-templates/{uuid}/fields
Path parameters
uuidstring uuid required
Template UUID
Example:a1b2c3d4-e5f6-7890-abcd-ef1234567890
Template UUID
Query parameters
pageinteger
Page number (1-based)
Example:1
Page number (1-based)
sizeinteger
Number of items per page
Example:25
Number of items per page
Response
Paginated list of CRM filling template fields
Example response
{
"data": [
{
"uuid": "f1e2d3c4-b5a6-7890-abcd-ef1234567890",
"order": 1,
"prompt": "What was the next step agreed upon?",
"crm": "salesforce",
"entityType": "deal",
"fieldId": "NextStep__c",
"fieldLabel": "Next Step",
"fieldKey": "NextStep__c",
"fieldType": "string",
"isActive": true,
"createdOn": "2024-06-15T14:30:00.000Z",
"modifiedOn": "2024-06-15T15:00:00.000Z"
}
],
"pagination": {
"page": 1,
"size": 25,
"total": 100
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.