Skip to main content
GET
/
api
/
management
/
projects
/
{id}
Exibir um projeto
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>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID do projeto

Example:

"<string>"

Response

Projeto retornado com sucesso

project
object
response
string
Example:

"<boolean>"