Skip to main content
POST
/
api
/
management
/
project-groups
/
{project_group}
/
projects
/
index
Retornar uma lista de projetos associados a um grupo
curl --request POST \
  --url https://api.olie.ai/api/management/project-groups/{project_group}/projects/index \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_group
string
required

Response

200

200