v1
latestOpenAPI 3.1.02026-07-242200814.7 KBVer detalhes do campo customizado
get/customFields/{id}
Path parameters
idinteger required
ID do campo customizado.
Response
200
Example response
{
"success": true,
"message": "OK",
"data": {
"id": 123,
"name": "Campo de oportunidade",
"account_id": 123,
"type": 5,
"hash": "b25c6......deeb2ea66fa42",
"belongs": 1
}
}