GET conax_sms_sas/provisioning_requests/list
Available from CRM.COM R8.0.0
This method returns information related with Conax SMS-SAS Interface provisioning requests. Multiple Conax SMS-SAS Interface provisioning requests are returned by each call.
Resource URL
Parameters
Name | Type | Description |
token | String | The token retrieved from the login method |
type | String | The type of the provisioning request to be retrieved. The supported types are the following:
|
life_cycle_state (semi-optional) | String | The life cycle state of the retrieved provisioning request which can be PENDING, REJECTED or COMPLETED |
number_of_results (optional) | Number | The number of results that can be retrieved through each call Available from CRM.COM R13.0.0 |
offset (optional) | Number | Defines the number of entities that should be skipped from the results. If it is set to 0 then none results should be skipped, otherwise the results will begin from the provided offset number Available from CRM.COM R13.0.0 |
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 |
Restrictions
- It is mandatory to specify one of the semi-optional parameters. Only one of those parameters is allowed to be specified.
Response Data
Name | Type | Description |
---|---|---|
id | String | The ID of the retrieved provisioning request |
number | String | The number of the retrieved provisioning request |
type | String | A code that uniquely identifies the type of provisioning request that is performed. The supported options are the following:
|
sequence_number | String | The sequence number of the retrieved provisioning request |
scheduled_date | Date | The date that the provisioning request is scheduled to be send |
executed_date | Date | The date that the provisioning request was actually send |
priority | String | The priority of the provisioning request. The supported values are the following:
|
life_cycle_state | String | The life cycle state of the retrieved provisioning request which can be PENDING, REJECTED or COMPLETED |
request | String | The actual request that was send to Conax |
response | String | The actual response that was received from Conax |
reference_number | String | A reference number provided by Conax after receiving the request |
error_code | String | The error code received by CRM.COM or Conax in case that the provisioning request was rejected |
error_description | String | The error description received by CRM.COM or Conax in case that the provisioning request was rejected |
process_name | String | The name of the process that submitted the provisioning request, which can be one of the following:
|
process_id | String | The ID of the process that submitted the provisioning request |
Log Information Object | The log information related with the retrieved provisioning request | |
parameters_set | Set of Conax Web Services Provisioning Request Item objects | The parameters which will be used to generate the Web Service Calls that will be send to Conax. That information differentiates based on the type of request |
Referred Objects Response Data