GET /v2/amendments
Return all the amendments
GET /v2/users/:user_id/amendments
Return all the amendments of the given User
GET /v2/internships/:internship_id/amendments
Return all the amendments of the given Internship
live_help Notes
chrome_reader_mode
This resource is paginated by 30 items
settings Params
Param name | Description |
---|---|
user_id |
optional
. Must be String
The user id or slug |
internship_id |
optional
. Must be String
The internship id |
page |
optional
. Must be a Hash
The pagination params, as a hash |
page[number] |
optional
. Must be Fixnum
The current page |
page[size] |
optional
. Must be Fixnum
The number of items per page, defaults to 30, maximum 100 |
amendment | optional , nil allowed . Must be a Hash |
amendment[internship_id] |
optional
. Must be Fixnum
The internship id. |
amendment[end_at] |
optional
, nil allowed
. Must be String
The end at. |
amendment[kind] |
optional
. Must be one of: prolongation , breach , salary_change , other .
The kind. |
amendment[origin] |
optional
, nil allowed
. Must be one of: company , student , school .
The origin. |
amendment[convention] |
optional
, nil allowed
. Must be File
The convention. |
amendment[salary] |
optional
, nil allowed
. Must be String
The salary. |
amendment[currency] |
optional
, nil allowed
. Must be String
The currency. |
amendment[effective_date] |
optional
. Must be DateTime
The effective date. |