Skip to content

get all parent projects

Request

Get all parent projects. childProject 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/parentProjects?recursive=false' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

OK