Excerpt |
---|
This method returns an installed item which is provisioned by a specific provisioning provider, based on parameters which are used to identify the installed items in the specified provisioning system. A single installed item is returned by by each call. |
Tip |
---|
Available from CRM.COM R11.0.0 |
...
Resource URL
Parameters
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
provisioning_provider_identifier (mandatory) | Provisioning Provider Identifier | The provisioning provider related with the installed item that should be returned as a result. The allowed provisioning provider identifier fields are the following:
| ||||||
parameter_name (mandatory) | String | The name of the installed item provisioning provider parameter related with the installed item that should be retrieved. | ||||||
parameter_value (mandatory) | String | The value of the installed item provisioning provider parameter related with the installed item that should be retrieved. | ||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...