
s.endou
-
Total activity5
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes0
-
Subscriptions3
Comments
Recent activity by s.endou-
ご担当者様 いつもお世話になっております。 パブリック返信に添付したファイルを以下のAPIを実行して情報取得を行い、 別製品のチケット管理ツールへファイルを転送する処理を作成しています。 curl https://{subdomain}.zendesk.com/api/v2/attachments/{id}.json \ -v -u {email_address}:{password...
-
以下のAPIを実行してチケットに添付のファイルの取得を行いたいのですが、 リクエストを投げると404 エラーが出力され実行に失敗します。 処理はpythonスクリプトで実装を行っています。 curl https://{subdomain}.zendesk.com/api/v2/attachments/{id}.json \ -v -u {email_address}:{password}