Tip |
---|
Available from CRM.COM R12.1.0 |
Excerpt |
---|
This method returns the provisioning requests related to a generic provisioning provider having their life cycle state equal to Pending. Multiple provisioning requests can be retrieved that were created up to 7 days before the Web API's execution date. Provisioning requests retrieved should be grouped by Subscription and ordered based on their scheduled date having the oldest retrieved first. |
Tip |
---|
Available from CRM.COM R12.1.0 |
Resource URL
Parameters
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
provisioning_provider_identifier (mandatory) | Provisioning Provider Identifier | The identifier of the provisioning provider related with the provisioning requests that will be retrieved. The allowed provisioning identifer provider identifier fields are the following:
| ||||||
number_of_results (mandatory) | Number | The number of results that can be retrieved through each call. The maximum number of results can be 50. The oldest provisioning requests are retrieved fist | ||||||
offset (mandatory) | Number | It defines the number of provisioning requests that should be skipped from the results. During the first call it should be set to 0 and then it should be increased based on the number of results that were 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 |
...