Sv translation | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RetrieveallDialler ContactsThis function retrieves all dialler contacts from the client account or from a specific dialler campaign. URL
ParametersNone
ResponsesIf the request is performed, 200 OK is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the following fields:
ExampleNote, the dialler contact array has been shortened for readability.
Retrieve a specific Dialler Contact by IDThis function retrieves a specific dialler contact by ID. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the returned contact.
ExampleNote, the dialler campaign array has been shortened for readability.
Retrieve Dialler Contacts by User DataThis function retrieves the dialler contacts given the UserData value to search for. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the returned contacts.
ExampleNote, the dialler contact data has been shortened for readability.
Import a Dialler ContactThis function imports a dialler contact into a specific dialler campaign specified by either the ID or name of the Dialler Campaign. URL
Parameters
Post DataA JSON structure containing the contact to import. Note that the following fields are mandatory:
The other fields may be provided or left empty. Example (all fields, provide DiallerCampaignsID):
Example (shortened, provide DiallerCampaignsName):
ResponsesIf the request is performed, 200 OK is returned, returning the imported or already existing contact if it was a duplicate. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the imported contact.
ExampleNote, the dialler contact data has been shortened for readability.
Delete a Dialler Contact by IDThis function deletes a dialler contact including all related data by ID. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. If the contact does not exist, 404 Not Found is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the status code.
Delete a Dialler Contact by UserDataThis function deletes a dialler contact including all related data by providing the UserData for the record to delete. Note, if more than one record contains the same user data, the first one found in the database will be deleted. It is not possible to determine which contact this will actually be. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. If the contact does not exist, 404 Not Found is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the status code.
Lock a Dialler Contact by IDThis function locks a dialler contact by ID. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. If the contact does not exist, 404 Not Found is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the status code.
Lock a Dialler Contact by UserDataThis function locks a dialler contact by UserData. Note, if more than one record contains the same user data, the first one found in the database will be locked. It is not possible to determine which contact this will actually be. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. If the contact does not exist, 404 Not Found is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the status code.
Unlock a Dialler Contact by IDThis function unlocks a dialler contact by ID. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. If the contact does not exist, 404 Not Found is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the status code.
Unlock a Dialler Contact by UserDataThis function unlocks a dialler contact by UserData. Note, if more than one record contains the same user data, the first one found in the database will be unlocked. It is not possible to determine which contact this will actually be. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. If the contact does not exist, 404 Not Found is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the status code.
|
Sv translation | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Retrieve all Dialler ContactsThis function retrieves all dialler contacts from the client account. URL
ParametersNone ResponsesIf the request is performed, 200 OK is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the following fields:
ExampleNote, the dialler contact array has been shortened for readability.
Retrieve a specific Dialler Contact by IDThis function retrieves a specific dialler contact by ID. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the returned contact.
ExampleNote, the dialler campaign array has been shortened for readability.
Retrieve Dialler Contacts by User DataThis function retrieves the dialler contacts given the UserData value to search for. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the returned contacts.
ExampleNote, the dialler contact data has been shortened for readability.
Import a Dialler ContactThis function imports a dialler contact into a specific dialler campaign specified by either the ID or name of the Dialler Campaign. URL
Parameters
Post DataA JSON structure containing the contact to import. Note that the following fields are mandatory:
The other fields may be provided or left empty. Example (all fields, provide DiallerCampaignsID):
Example (shortened, provide DiallerCampaignsName):
ResponsesIf the request is performed, 200 OK is returned, returning the imported or already existing contact if it was a duplicate. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the imported contact.
ExampleNote, the dialler contact data has been shortened for readability.
Delete a Dialler Contact by IDThis function deletes a dialler contact including all related data by ID. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. If the contact does not exist, 404 Not Found is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the status code.
Delete a Dialler Contact by UserDataThis function deletes a dialler contact including all related data by providing the UserData for the record to delete. Note, if more than one record contains the same user data, the first one found in the database will be deleted. It is not possible to determine which contact this will actually be. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. If the contact does not exist, 404 Not Found is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the status code.
Lock a Dialler Contact by IDThis function locks a dialler contact by ID. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. If the contact does not exist, 404 Not Found is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the status code.
Lock a Dialler Contact by UserDataThis function locks a dialler contact by UserData. Note, if more than one record contains the same user data, the first one found in the database will be locked. It is not possible to determine which contact this will actually be. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. If the contact does not exist, 404 Not Found is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the status code.
Unlock a Dialler Contact by IDThis function unlocks a dialler contact by ID. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. If the contact does not exist, 404 Not Found is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the status code.
Unlock a Dialler Contact by UserDataThis function unlocks a dialler contact by UserData. Note, if more than one record contains the same user data, the first one found in the database will be unlocked. It is not possible to determine which contact this will actually be. URL
Parameters
ResponsesIf the request is performed, 200 OK is returned. If the contact does not exist, 404 Not Found is returned. See Return Codes for further possible status codes. Returned Data (200 OK)A JSON Structure containing the status code.
|