2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Salesforce CRM Analytics Connect API Postman Collectionの設定手順

Posted at

参考資料:Set Up the Connect API Postman Collection

設定手順

  1. postmanにログインします。

    1. https://www.postman.com/
  2. 以下のサイトに行って、run in postmanをクリックします。
    https://www.postman.com/salesforce-developers/salesforce-developers/collection/z5vnma1/salesforce-crm-analytics-connect-api
    image.png

  3. fork collectionを作成します。
    image.png
    image.png

  4. Authiruzationタブをクリックし、一番下にある[Get New Access Token]をクリックします。
    image.png

  5. アクセスを許可します。
    image.png

  6. Manage Access Tokenの画面のinstance urlをメモします。「Use Token」をクリックします。
    image.png

  7. Variablesの画面に移動します。_endpointのところにメモしたinstance urlを記入して、[Save]をクリックします。
    image.png

設定完了しました。
試してみましょう

getDatasetを試します。

  1. getDatasetをクリックします。
  2. GetのところにdatasetIDあるいはAPI名を入力します。
    3.[Send]をクリックしますと、JSON格式の結果を返してくれます。

image.png

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?