Documentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
By default, some endpoints do not return every field upon resource request. Retrieve these additional fields by specifying them in theoptionalFields query parameter.
This guide demonstrates how to request optional fields using the Get All Feature Flags endpoint as an example.
Requesting optionalFields
Example 1: Query without optionalFields
Request
Response
tags field is empty.
Optional fields return empty values unless they are explicitly requested.
Example 2: Query including the tags field
Request
Request multiple optional fields by separating them with commas in the
optionalFields parameter.
For example, use optionalFields=tags,description.