v1

latestOpenAPI 3.1.02026-07-242200814.7 KB

Buscar atividade

Busca por uma atividade específica por ID na conta.

get/activities/{id}

Path parameters

idinteger required

ID da atividade.

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "OK",
  "data": [
    {
      "id": 11686669,
      "activity_type_id": 55771,
      "owner_id": 34270,
      "account_id": 8457,
      "deal_id": 11076387,
      "duration": 30,
      "priority": 3,
      "type": 1,
      "requester_id": 34270,
      "title": "Atividade de Follow",
      "description": "Atividade de Follow",
      "hash": "210823061452",
      "start_at": "2021-08-24 14:00:00",
      "end_at": "2021-08-24 14:30:00",
      "created_at": "2021-08-23 18:02:46",
      "updated_at": "2021-08-23 18:02:46",
      "companies": [
        {
          "id": 5332635,
          "account_id": 8457,
          "cnae_id": 640,
          "city_id": 4904,
          "manager_id": 34270,
          "segment_id": 96645,
          "name": "CRM PipeRun",
          "cnpj": "08.692.236/0001-48",
          "website": "https://crmpiperun.com/",
          "hash": "c5i1tfh5hcg844g0s4wowc0cc0wsgoo",
          "address_postal_code": "90560-002",
          "address": "AV CRISTOVAO COLOMBO",
          "address_number": "2948",
          "address_complement": "SALA 714",
          "company_name": "ODIG - SOLUCOES DIGITAIS LTDA",
          "district": "FLORESTA",
          "facebook": "https://www.facebook.com/piperuncrm",
          "linkedin": "https://www.linkedin.com/company/piperun-crm/",
          "cep": "90560-002",
          "company_situation": 1,
          "social_capital": 10000,
          "lat": "-30.017794",
          "lng": "-51.195398",
          "status": true,
          "size": "EMPRESA DE PEQUENO PORTE",
          "foundation_at": "2007-02-13",
          "updated_at": "2021-03-06 20:27:26",
          "created_at": "2021-03-06 17:03:35",
          "is_brand": true,
          "is_supplier": true,
          "is_client": true,
          "is_carrier": true,
          "is_franchise": true
        }
      ]
    }
  ]
}