Newer Version Available

This content describes an older version of this product. View Latest

Using Workbench

Use the Workbench tool to obtain data about your organization.
If you don’t want to use CURL, you can use the Workbench REST explorer to obtain response data.
  1. Log in to your organization.
  2. Open a new browser tab and navigate to https://workbench.developerforce.com/login.php .
  3. Log in to Workbench and allow access to your organization. Workbench is a public site and won’t retain your data.
  4. Click Utilities | REST Explorer.
  5. Ensure that Get is selected. The Execute text box is prepopulated with a portion of a resource path. Add the remaining information for your resource. For example, if your cURL syntax is
    1https://yourInstance.salesforce.com/services/data/v50.0/sobjects/EventLogFile/describe -H "Authorization: Bearer token"
    type
    1/services/data/v50.0/sobjects/EventLogFile/describe.
  6. Click Execute.
  7. Click Expand All or Show Raw Response to view your data.

If you receive a “Service not found” message, verify your resource path.

Tip