salesforcer (version 1.0.1)

accepted_controls_by_api: Return the Accepted Control Arguments by API Type

Description

Return the Accepted Control Arguments by API Type

Usage

accepted_controls_by_api(
  api_type = c("SOAP", "REST", "Bulk 1.0", "Bulk 2.0", "Metadata")
)

Arguments

api_type

character; one of "REST", "SOAP", "Bulk 1.0", or "Bulk 2.0" indicating which API to use when making the request.

Value

character; a vector of strings indicating which control arguments are accepted by the specified API.