This endpoint fetches all the child models linked to a specific parent model. It requires the parent model's ID as input and returns an array of child model objects. Useful in hierarchical or modular model structures where one model is composed of sub-models.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.