Ir al contenido principal
Todas las coleccionesDesarrolladores
¿Cómo hacer consultas de Tareas por API?
¿Cómo hacer consultas de Tareas por API?
Juan Sebastian Quintero avatar
Escrito por Juan Sebastian Quintero
Actualizado hace más de una semana

Este artículo, te mostraremos como hacer consultas a la entidad Tareas, basándonos para estos ejemplos en https://www.postman.com/.

Tareas

Identificador

Canal

zoom

Zoom

google_meets

Google meets

skype

Skype

microsoft_teams

Microsoft teams

whereby

Whereby

gotomeeting

GoToMeeting

others

Other

Nombre

Tipo

Descripción

Requerido

owner

string

email of the user to own the task

false

assigned_to

string

email of the user to assign the task

false

name

string

Name of the task

true

description

string

will only be shown for videoconferences so it can save its url

false

remarks

string

Remarks on the task

false

due_date

string

Due date of the task

false

start_datetime

string

Start datetime of the task

true

end_datetime

string

End datetime of the task

true

duration

integer

Duration of the task

false

type

integer

(deprecated) Id of the type of the task

false

status

integer

(deprecated) Id of the status of the task

false

additional_option

string

For videoconferences, stores the identifier of the Channel

false

location

string

For meetings, stores the location of the meeting

false

deals

array

An array of deals related to the task

false

task_type

url

url of the task type

false

task_stage

url

url of the task task

false

related_companies

array

An array of urls of companies

false

related_contacts

array

An array of urls of deals

false

guest_users

array

An array of urls of users

false

¿Ha quedado contestada tu pregunta?