Editing lists

This method allows editing multiple lists. An array of list objects is passed.

Limitations
The method is available for users with access to lists.

Data type header when the request is successful
Content-Type: application/hal+json

Data type header in case of an error
Content-Type: application/problem+json

Response parameters
The method returns an array of edited lists.

ParameterData typeDescription
idintList ID
namestringList name
created_byintThe ID of the user who created the list
updated_byintThe ID of the user who edited the list last
created_atintList creation date in Unix Timestamp format
updated_atintList edit date in Unix Timestamp format
sortintSequence number of the list
typestringList type
can_link_multipleboolIt shows if one element of the current list can be linked to several leads
can_be_deletedboolIt shows if a list can be deleted via the interface
account_idintAccount ID where the list is located in
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!