Retrieves a record by their ID.

Basic Parameters

ParameterDescription
IDThe identifier of the object. Can be obtained via the List Records action.
For example: 001R0000005hDFYIA2.
Object NameThe name of the object.
For example: Account.

Advanced Parameters

ParameterDescription
FieldsA comma-separated list of fields to get values for.
For example: name,description,numberofemployees,industry.
If Modified SinceAn optional parameter specifying a date and time.
The request returns records that have been modified after the specified date and time.

Example Output

{
	"attributes": {
		"type": "<string>",
		"url": "<string>"
	},
	"Id": "<string>",
	"IsDeleted": false,
	"MasterRecordId": null,
	"Name": "<string>",
	"Type": null,
	"ParentId": null,
	"BillingStreet": null,
	"BillingCity": "<string>",
	"BillingState": null,
	"BillingPostalCode": null,
	"BillingCountry": null,
	"BillingLatitude": null,
	"BillingLongitude": null,
	"BillingGeocodeAccuracy": null,
	"BillingAddress": {
		"city": "<string>",
		"country": null,
		"geocodeAccuracy": null,
		"latitude": null,
		"longitude": null,
		"postalCode": null,
		"state": null,
		"street": null
	},
	"ShippingStreet": null,
	"ShippingCity": null,
	"ShippingState": null,
	"ShippingPostalCode": null,
	"ShippingCountry": null,
	"ShippingLatitude": null,
	"ShippingLongitude": null,
	"ShippingGeocodeAccuracy": null,
	"ShippingAddress": null,
	"Phone": null,
	"Fax": null,
	"AccountNumber": null,
	"Website": null,
	"PhotoUrl": "<string>",
	"Sic": null,
	"Industry": null,
	"AnnualRevenue": null,
	"NumberOfEmployees": null,
	"Ownership": null,
	"TickerSymbol": null,
	"Description": null,
	"Rating": null,
	"Site": null,
	"OwnerId": "<string>",
	"CreatedDate": "2025-04-02T05:18:25.000+0000",
	"CreatedById": "0058d000005NFF7AAO",
	"LastModifiedDate": "2025-04-02T05:18:26.000+0000",
	"LastModifiedById": "<string>",
	"SystemModstamp": "2025-04-02T05:18:26.000+0000",
	"LastActivityDate": null,
	"LastViewedDate": "2025-04-02T05:18:26.000+0000",
	"LastReferencedDate": "2025-04-02T05:18:26.000+0000",
	"Jigsaw": null,
	"JigsawCompanyId": null,
	"CleanStatus": "<string>",
	"AccountSource": null,
	"DunsNumber": null,
	"Tradestyle": null,
	"NaicsCode": null,
	"NaicsDesc": null,
	"YearStarted": null,
	"SicDesc": null,
	"DandbCompanyId": null,
	"OperatingHoursId": null,
	"CustomerPriority__c": null,
	"SLA__c": null,
	"Active__c": null,
	"NumberofLocations__c": null,
	"UpsellOpportunity__c": null,
	"SLASerialNumber__c": null,
	"SLAExpirationDate__c": null
}

Workflow Library Example

Get Record with Salesforce and Send Results Via Email

Preview this Workflow on desktop