Terms
List terms
API Documentation
- Introduction
- Authentication
- Jobs
- Categories
- Terms
- Plans
- Other
Terms
List terms
The list of all job terms
GET
/
terms.json
curl --request GET \
--url https://elixir.jobkit.io/terms.json \
--header 'Authorization: Basic <encoded-value>'
[
{
"id": 1,
"name": "Full-time"
},
{
"id": 2,
"name": "Part-time"
}
]
Requires user authentication
[
{
"id": 1,
"name": "Full-time"
},
{
"id": 2,
"name": "Part-time"
}
]
curl --request GET \
--url https://elixir.jobkit.io/terms.json \
--header 'Authorization: Basic <encoded-value>'
[
{
"id": 1,
"name": "Full-time"
},
{
"id": 2,
"name": "Part-time"
}
]