cURL
curl --request GET \ --url https://api.olie.ai/api/management/projects/{id} \ --header 'Authorization: Bearer <token>'
{ "project": { "budget": "<float>", "code": "<string>", "contact": {}, "contact_id": "<integer>", "costs": {}, "created_at": "<dateTime>", "created_by": "<string>", "customer": {}, "customer_id": "<string>", "deleted_at": "<dateTime>", "description": "<string>", "form": {}, "forum": {}, "frame": {}, "frame_id": "<string>", "id": "<uuid>", "impact": "<integer>", "is_template": "<boolean>", "merged_id": "<string>", "merged_project": {}, "name": "<string>", "old_id": "<string>", "parent_id": "<string>", "share_settings": "<string>", "share_token": "<string>", "status": "<integer>", "step_form": {}, "updated_at": "<dateTime>" }, "response": "<boolean>" }
Retorna os detalhes de um projeto específico pelo ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do projeto
"<string>"
Projeto retornado com sucesso
Show child attributes
"<boolean>"
Was this page helpful?