# GDPR for API Returning Fields

**URL:** https://stack.deel.com/t/gdpr-for-api-returning-fields/271
**Category:** Q&A
**Tags:** api
**Created:** [November 26, 2024, 5:10pm UTC](https://stack.deel.com/t/gdpr-for-api-returning-fields/271 "2024-11-26T17:10:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![mattw112](https://avatars.discourse-cdn.com/v4/letter/m/54ee81/32.png) [@mattw112](https://stack.deel.com/u/mattw112)
#### Post date: [November 26, 2024, 5:10pm UTC](https://stack.deel.com/t/gdpr-for-api-returning-fields/271/1 "2024-11-26T17:10:46Z")

</div>

Hi,  
If I want to limit the fields returned by the API, how would I do that?

Thanks,  
Terry

---

<div class="post-metadata">

### Author: ![guilherme\_deel](https://avatars.discourse-cdn.com/v4/letter/g/67e7ee/32.png) [@guilherme\_deel](https://stack.deel.com/u/guilherme_deel)
#### Post date: [November 26, 2024, 5:50pm UTC](https://stack.deel.com/t/gdpr-for-api-returning-fields/271/2 "2024-11-26T17:50:32Z")

</div>

Hi @mattw112,

You can only on the parameters documented in each endpoint individually. Some endpoints do offer a limit and offset parameters for example that would allow to just retrieve some rows but we don’t support limiting the fields within the response itself.
