Unable to get objects/arrays in profile

Hello,
I’m trying to get details on profiles
https://api.youcanbook.me/v1/profiles/{profileId}?fields=questions,actions,workingTimes,
but all objects/array in the response are empty
Is there something missing in my request ?


Thanks

@Regis add more into your fields for those, so actions, would be actions,actions.items,actions.items.* to get everything. Use * sparingly because your returned payloads might be huge.

The hierarchy is based off of first layer,first layer.secondLayer,first layer.secondLayer.thirdLayer

You can check out the documentation on the key values you can retrieve and the arrays available

it was just obvious… Thank you for the answer !

1 Like