communications-mining
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
Communications Mining 開発者ガイド
Last updated 2024年10月3日

添付ファイル

# 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

```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)
```

- Response

```bash
<binary data>
```
# 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

```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)
```

- Response

```bash
<binary data>
```

このページは役に立ちましたか?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo White
信頼とセキュリティ
© 2005-2024 UiPath. All rights reserved.