Javelo public API (0.0.1)

Download OpenAPI specification:Download

Our API follows the REST architectural style, offering predictable, resource-oriented URLs. Requests are accepted in form-encoded bodies, while responses are provided in JSON format, accompanied by standard HTTP response codes. For all endpoints, use the following prefix: [https://api.javelo.io/]. Accessing our endpoints requires authentication through request headers. The integration token, necessary for authentication, is generated upon synchronization activation via the integrations page on Javelo. :

                  { 'headers': {  'Authorization': 'Bearer <token>',  'Content-Type': 'application/json' }}
                  

trainings

Operations about trainings

deleteApiPublicV1TrainingsUuid

Destroy a training

path Parameters
uuid
required
string

UUID of the training

Responses

Update - Change informations of a training

Update a training

path Parameters
uuid
required
string

UUID of the training

Request Body schema: application/x-www-form-urlencoded
external_id
string

External id of the training

title
string

Title of the training

description
string

Description of the training

owner
string

Who is the training for ? (email or username)

cpf
boolean

Is the training eligible to CPF

priority
integer <int32> [ 1 .. 4 ]

Priority of the training

state
string
Enum: "initial" "unapproved" "approved" "hold_on" "accepted" "declined" "not_done" "done"

Status of the training (accepted, done, rejected,...)

link_name
string

Link name of the training

link_url
string

Link url of the training

cost
string

Cost of the training

organization
string

Where the training can be done

mandatory
boolean

Is the training mandatory

is_certifying
boolean

Does the training give a certification

done_on
string <date>

When the training is taking or has taken place

created_by
string

User who requested the training (email or username)

start_date
string <date>

When the training starts or has started

end_date
string <date>

When the training ends or has ended

duration
integer <int32>

Duration of the training (hours)

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Show - Retrieve the infos of a training

Get one training of a company

path Parameters
uuid
required
string

Training uuid

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Create - Create a new training

Create a training

Request Body schema: application/x-www-form-urlencoded
required
external_id
required
string

External id of the training

title
required
string

Title of the training

description
string

Description of the training

owner
string

Who is the training for ? (email or username)

cpf
required
boolean

Is the training eligible to CPF

priority
integer <int32> [ 1 .. 4 ]

Priority of the training

state
required
string
Enum: "initial" "unapproved" "approved" "hold_on" "accepted" "declined" "not_done" "done"

Status of the training (accepted, done, rejected,...)

link_name
string

Link name of the training

link_url
string

Link url of the training

cost
string

Cost of the training

organization
required
string

Where the training can be done

mandatory
boolean

Is the training mandatory

is_certifying
required
boolean

Does the training give a certification

done_on
string <date>

When the training is taking or has taken place

created_by
string

User who requested the training (email or username)

start_date
string <date>

When the training starts or has started

end_date
string <date>

When the training ends or has ended

duration
integer <int32>

Duration of the training (hours)

Responses

Response samples

Content type
application/json
[
  • {
    }
]

Index - Get all trainings of a company

Get all trainings of company

query Parameters
page
integer <int32>
Default: 1

Page offset to fetch.

per_page
integer <int32>
Default: 50

Number of results to return per page.

offset
integer <int32>
Default: 0

Pad a number of results.

Responses

Response samples

Content type
application/json
[
  • {
    }
]