Growth OS API

Buscar reunião por id

GET
/appointments/{id}
AutorizaçãoBearer <token>

Chave de API (gos_…)

Em: header

Parâmetros de caminho

id*string
Length1 <= length

Corpo da resposta

application/json

curl -X GET "https://example.com/appointments/string"
{  "id": "string",  "contactId": "string",  "contactName": "string",  "opportunityId": "string",  "title": "string",  "startAt": "string",  "endAt": "string",  "location": "string",  "conferenceUrl": "string",  "calendarKey": "string",  "assigneeUserId": "string",  "status": "scheduled",  "outcome": "realizada",  "source": "string",  "createdAt": "string",  "createdByUserId": "string",  "createdBySource": "crm",  "updatedAt": "string",  "canceledAt": "string",  "outcomeAt": "string",  "recoveredFromAppointmentId": "string"}