Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

Available from CRM.COM R11.0.0

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:

Include Page
V4:provisioning_provider_identifier
V4:provisioning_provider_identifier

parameter_name

(mandatory)

StringThe name of the installed item provisioning provider parameter related with the installed item that should be retrieved.

parameter_value

(mandatory)

StringThe 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

...