List All Objects of a Certain Metadata Type in Salesforce
Source:R/list-metadata.R
sf_list_metadata.Rd
This function takes a query of metadata types and returns a summary of all objects in salesforce of the requested types
Arguments
- queries
a
list
oflist
s with each element consisting of 2 components: 1) the metadata type being requested and 2) the folder associated with the type that required for types that use folders, such as Dashboard, Document, EmailTemplate, or Report.- verbose
logical
; an indicator of whether to print additional detail for each API call, which is useful for debugging. More specifically, when set toTRUE
the URL, header, and body will be printed for each request, along with additional diagnostic information where available.