For the complete documentation index, see llms.txt. This page is also available as Markdown.

🏗️ CRM Pipeline

PipelineCreate

post
/v2/api/external/{ApiID}/pipeline/create
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
Corpo
namestringOpcional
descriptionstringOpcional
Respostas
200

Successful response

application/json
post/v2/api/external/{ApiID}/pipeline/create
200

Successful response

PipelineDelete

post
/v2/api/external/{ApiID}/pipeline/delete/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Corpo
objectOpcional
Respostas
200

Successful response

application/json
post/v2/api/external/{ApiID}/pipeline/delete/{id}
200

Successful response

PipelineList

get
/v2/api/external/{ApiID}/pipeline/list
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
Parâmetros de consulta
pageintegerOpcionalExample: 1
limitintegerOpcionalExample: 20
Respostas
200

Successful response

application/json
get/v2/api/external/{ApiID}/pipeline/list
200

Successful response

PipelineShow

get
/v2/api/external/{ApiID}/pipeline/show/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Respostas
200

Successful response

application/json
get/v2/api/external/{ApiID}/pipeline/show/{id}
200

Successful response

PipelineUpdate

post
/v2/api/external/{ApiID}/pipeline/update/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Corpo
namestringOpcional
Respostas
200

Successful response

application/json
post/v2/api/external/{ApiID}/pipeline/update/{id}
200

Successful response

StageCreate

post
/v2/api/external/{ApiID}/stage/create
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
Corpo
namestringOpcional
pipelineIdstringOpcional
ordernumberOpcional
Respostas
200

Successful response

application/json
post/v2/api/external/{ApiID}/stage/create
200

Successful response

StageDelete

post
/v2/api/external/{ApiID}/stage/delete/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Corpo
objectOpcional
Respostas
200

Successful response

application/json
post/v2/api/external/{ApiID}/stage/delete/{id}
200

Successful response

StageList

get
/v2/api/external/{ApiID}/stage/list
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
Parâmetros de consulta
pageintegerOpcionalExample: 1
limitintegerOpcionalExample: 20
pipelineIdstringOpcionalExample: {{pipelineId}}
Respostas
200

Successful response

application/json
get/v2/api/external/{ApiID}/stage/list
200

Successful response

StageShow

get
/v2/api/external/{ApiID}/stage/show/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Respostas
200

Successful response

application/json
get/v2/api/external/{ApiID}/stage/show/{id}
200

Successful response

StageUpdate

post
/v2/api/external/{ApiID}/stage/update/{id}
Autorizações
AuthorizationstringObrigatório
Bearer authentication header of the form Bearer <token>.
Parâmetros de rota
ApiIDstringObrigatório
idstringObrigatório
Corpo
namestringOpcional
Respostas
200

Successful response

application/json
post/v2/api/external/{ApiID}/stage/update/{id}
200

Successful response

Atualizado

Isto foi útil?