ixp
latest
false
Importante :
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
UiPath logo, featuring letters U and I in white

Guia do usuário do Communications Mining

Última atualização 11 de mar de 2026

Anexos

# Attachments

# Get attachment content by reference

GET `/api/v1/attachments/<attachment_reference>`

Permissions required: **View sources**

- Bash
```bash
curl "https://<my_api_endpoint>/api/v1/attachments/CjQSEIExTHEqtdntoxz2WtbZDNEiIIVqcP1Sfx2L4epyRQDasa1RSODvheQ3bvLhj3L-_81G" \ -H "Authorization: Bearer $COMMUNICATIONS_MINING_TOKEN"
# Attachments

# Get attachment content by reference

GET `/api/v1/attachments/<attachment_reference>`

Permissions required: **View sources**

- Bash
```bash
curl "https://<my_api_endpoint>/api/v1/attachments/CjQSEIExTHEqtdntoxz2WtbZDNEiIIVqcP1Sfx2L4epyRQDasa1RSODvheQ3bvLhj3L-_81G" \ -H "Authorization: Bearer $COMMUNICATIONS_MINING_TOKEN"
  • Python
import os

import requests

response = requests.get( "https://<my_api_endpoint>/api/v1/attachments/CjQSEIExTHEqtdntoxz2WtbZDNEiIIVqcP1Sfx2L4epyRQDasa1RSODvheQ3bvLhj3L-_81G", headers={ "Authorization": "Bearer " + os.environ["COMMUNICATIONS_MINING_TOKEN"] }, )

print(response.content)
import os

import requests

response = requests.get( "https://<my_api_endpoint>/api/v1/attachments/CjQSEIExTHEqtdntoxz2WtbZDNEiIIVqcP1Sfx2L4epyRQDasa1RSODvheQ3bvLhj3L-_81G", headers={ "Authorization": "Bearer " + os.environ["COMMUNICATIONS_MINING_TOKEN"] }, )

print(response.content)
  • Resposta
<binary data>
<binary data>

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades