cURL
curl --request GET \ --url https://api.olie.ai/api/management/projects/{project}/loose-forms \ --header 'Authorization: Bearer <token>'
Retorna todos os formulários avulsos associados a um projeto específico, incluindo informações do formulário relacionado.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
200
Was this page helpful?