get_connector_id_from_name {previsionio} | R Documentation |
Get a connector_id from a connector_name for a given project_id. If duplicated name, the first connector_id that match it is retrieved.
Description
Get a connector_id from a connector_name for a given project_id. If duplicated name, the first connector_id that match it is retrieved.
Usage
get_connector_id_from_name(project_id, connector_name)
Arguments
project_id |
id of the project, can be obtained with get_projects(project_id). |
connector_name |
name of the connector we are searching its id from. |
Value
character - id of the connector if found.
[Package previsionio version 11.7.0 Index]