API Reference

Listar anexos

Liste os anexos presentes em um contato, empresa, qualificação, negociação ou projeto

{
  "total": 1,
  "page_index": 0,
  "page_size": 1,
  "results": [
    {
      "id": 1,
      "name": "Nome do anexo",
      "content_type": "video/mp4",
      "extension": "mp4",
      "size": 10000,
      "type": 4,
      "creation_date": "2024-07-01T20:18:13Z",
      "update_date": "2024-07-01T20:20:53Z",
      "author_id": 25,
      "author": {
        "id": 1,
        "detail": "Token de integração",
        "type": 3
      },
      "path": "https://example.com/"
    }
  ]
}

Language
Click Try It! to start a request and see the response here!