For some optimisations (speed, debit or memory), Is it possible to specify which attributes we want to get when making a GET request ?
For instance, if I want to get all users but only to manipulate their names, I would make a request by specifying "first_name" and "last_name" in option to minimize the data to request.
Thanks in advance !
For some optimisations (speed, debit or memory), Is it possible to specify which attributes we want to get when making a GET request ?
For instance, if I want to get all users but only to manipulate their names, I would make a request by specifying "first_name" and "last_name" in option to minimize the data to request.
Thanks in advance !