make_rest_record_url: REST Individual Record URL Generator

View source: R/endpoints-rest.R

make_rest_record_urlR Documentation

REST Individual Record URL Generator

Description

REST Individual Record URL Generator

Usage

make_rest_record_url(object_name, sf_id)

Arguments

object_name

character; the name of the Salesforce object that the function is operating against (e.g. "Account", "Contact", "CustomObject__c").

sf_id

character; a Salesforce generated Id that uniquely identifies a record.

Value

character; a complete URL (as a string) that will be used to send REST API calls to regarding a specific record in an object. This URL is also specific to your instance and the API version being used.

Note

This function is meant to be used internally. Only use when debugging.


salesforcer documentation built on March 18, 2022, 6:26 p.m.