-
Hey, When querying my collection via the REST API, I would like it to output all localizations for which that collection has already been localized with. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hey @AlessioGr — more good news! This is currently possible. 😎 You can use the query parameter Give it a shot! |
Beta Was this translation helpful? Give feedback.
Hey @AlessioGr — more good news!
This is currently possible. 😎
You can use the query parameter
locale=*
and all locales will be returned for any given doc through the REST API. Note that this is only possible in REST or Local APIs though, due to how GraphQL data is strictly typed.Give it a shot!