Skip to content

get all child projects

Request

Get all child projects. parentProject property will not be shown in the response.

Security
bearerAuth
Path
projectIdinteger, (int64), >= 1required

ID of the Project

Example:1
Query
recursiveboolean
Default:false
curl -i -X GET \
  'https://codeinsightapi.redocly.app/_mock/swagger/projects/1/childProjects?recursive=false' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK