curl --request GET \
--url https://api.jurichat.com/funnel-column-card/{id} \
--header 'x-jurichat-api-key: <api-key>'{
"columnChangedAt": "2023-11-07T05:31:56Z",
"showBadgeProgress": true,
"timeLimitDays": 123,
"id": "<string>",
"channel": "<string>",
"columnId": "<string>",
"conversationId": "<string>",
"user": {
"id": "<string>",
"name": "<string>",
"imageUrl": "<string>",
"role": "<string>",
"email": "<string>",
"document": "<string>"
},
"person": {
"id": "<string>",
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"imageUrl": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"customFields": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"options": "<unknown>",
"value": "<unknown>"
}
],
"tags": [
{
"id": "<string>",
"name": "<string>",
"color": "<string>"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Obter card de CRM
Retorna os dados completos de um card pelo ID, incluindo contato, responsável, campos personalizados e tags.
curl --request GET \
--url https://api.jurichat.com/funnel-column-card/{id} \
--header 'x-jurichat-api-key: <api-key>'{
"columnChangedAt": "2023-11-07T05:31:56Z",
"showBadgeProgress": true,
"timeLimitDays": 123,
"id": "<string>",
"channel": "<string>",
"columnId": "<string>",
"conversationId": "<string>",
"user": {
"id": "<string>",
"name": "<string>",
"imageUrl": "<string>",
"role": "<string>",
"email": "<string>",
"document": "<string>"
},
"person": {
"id": "<string>",
"name": "<string>",
"email": "<string>",
"phone": "<string>",
"imageUrl": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"customFields": [
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"options": "<unknown>",
"value": "<unknown>"
}
],
"tags": [
{
"id": "<string>",
"name": "<string>",
"color": "<string>"
}
],
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Authorizations
Chave de API do escritório (criada no painel). Envie o valor no header x-jurichat-api-key.
Path Parameters
ID do card de CRM.
^[cC][^\s-]{8,}$Response
Default Response
Data e hora em que o card foi movido para a etapa atual.
Indica se a etapa exibe indicador de progresso por tempo.
Limite de dias configurado na etapa para permanência do card.
ID do card.
Canal de origem do lead. Null se não informado.
ID da etapa atual do card.
ID da conversa vinculada ao card. Null se não houver.
Usuário responsável pelo card. Null se não atribuído.
Show child attributes
Show child attributes
Contato vinculado ao card.
Show child attributes
Show child attributes
Campos personalizados do card com seus valores.
Show child attributes
Show child attributes
Tags associadas ao card.
Show child attributes
Show child attributes
Data e hora de criação do card.
Data e hora da última atualização do card.