airesvsg / acf-to-rest-api

Exposes Advanced Custom Fields Endpoints in the WordPress REST API
https://wordpress.org/plugins/acf-to-rest-api/
1.32k stars 111 forks source link

Couldn't get multiple results in the same request #392

Closed Elwazeery closed 2 years ago

Elwazeery commented 2 years ago

I tested the endpoint /wp-json/acf/v3/{post-type}/{id}/{field-name} But I realized that I couldn't get multiple results if I joined the filed names together like this /wp-json/acf/v3/{post-type}/{id}/field1,field2,field3

airesvsg commented 2 years ago

Hi @Elwazeery,

You couldn't get multiple fields in the same request.

Thanks