美文网首页
SFDC - Using Postman to query SF

SFDC - Using Postman to query SF

作者: 温柔的呼吸 | 来源:发表于2020-04-30 15:22 被阅读0次

Pre:

1. Set up Connected App in SF

2. Install Postman

3. Get SF access token(SFDC - Using Postman to get SF access token)

Steps:

1.  On Postman, choose type 'GET' and set link to this format:

your org link/services/data/v42.0/query/?q=query

eg. https://ap17.salesforce.com/services/data/v42.0/query/?q=SELECT+Subject+FROM+Case

2. Click Headers and 'form-data' and set below key and value information:

    - Authorization: your token type+ access token

Postman GET request

相关文章

网友评论

      本文标题:SFDC - Using Postman to query SF

      本文链接:https://www.haomeiwen.com/subject/ftnzwhtx.html