RDF URLs

From Thunderforce
Jump to navigation Jump to search

This page lists the RDF URLs that Thunderforce provides to Thunderbird.

General Form

The general form is the following:

Scheme Login Server Organization ID User ID Object ID
salesforce www.salesforce.com 00D000000000001 005000000000001 001000000000001

The above example can be expressed as salesforce://www.salesforce.com/00D000000000001/005000000000001/001000000000001, which is a URL for account 001000000000001 as seen by user 005000000000001 in organization 00D000000000001O as logged in using www.salesforce.com.

Other schemes exist, as documented below. Some URLs do not include information beyond the user ID, and some specify hierarchical relationships at the end.

Fields

Field data can be accessed through a URL that specifies the entity name or ID and the field name in the following format.

Scheme Login Server Organization ID User ID Entity ID Prefix Field Name
salesforce www.salesforce.com 00D000000000001 005000000000001 001 AnnualRevenue

The example above is the field reference for an account's name, which can also be expressed as the following: salesforce://www.salesforce.com/00D000000000001/005000000000001/001/AnnualRevenue

Address Book

Scheme Login Server Organization ID User ID Object ID Child Object
salesforce-ab www.salesforce.com 00D000000000001 005000000000001 001000000000001
salesforce-ab www.salesforce.com 00D000000000001 005000000000001 001000000000001 005000000000002

In the above examples, the first URL is for the mailing list associated with account 001000000000001, and the second URL is for the card that represents user 005000000000002 in the mailing list for account 001000000000001.