Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

HomeDev GuideRecipesAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
API Reference

Preview API: Get the children of the content item with given language

New Requests
Path Params
uuid
required

Parent's guid based reference

Query Params
string

List of properties needed to be expanded. The list is separated by comma

string

List of properties needed to be returned. The list is separated by comma. Default are all properties returned

int32

The max number of children to return. Default value is 100 and that is also maximum value

Headers
string

A token identifying a position to continue from a previously paged response.

string

Determines in which language the content should be retrieved. Example: 'en' or 'sv'

string
required

It should be in the format 'Bearer your_token', where 'your_token' is the token provided after authorization to access API. Note that there should be a space between 'Bearer' and 'your_token'.

Responses

400

Bad Request

403

Forbidden

404

Not Found

Language
Select from the Examples drop-down list. Or choose an example:
Select from the Examples drop-down list.