Developers

GetAllExtraData

Usage

Important

This method has been deprecated.

Use this method to obtain all the additional attributes or data configured for tickets, users and agents in a Assist instance.

client.getAllExtraData().then(function(result){ 

});

Mandatory parameters

This method has no mandatory parameters.

Optional parameters

This method has no optional parameters.

Response data format

The getAllExtraData method returns an array divided into the subarrays "tickets", "users" and "agents". Each subarray contains the additional attributes or data configured in the Assist instance. For the full response model, please see the Responses section for the GET /settings/extra endpoint on the Assist API Routes page.

Example

client.getAllExtraData().then(function(result){ 

});