AlphaAlpha Docs
API ReferencePublic vacancies

List open vacancies

Returns open vacancies for the tenant, with filter facets

GET
/public/vacancies/{tenantSlug}
AuthorizationBearer <token>

In: header

Path Parameters

tenantSlug*string

Query Parameters

location?string
type?string
Value in"full_time" | "part_time" | "contract" | "internship"
department?string
limit?integer
Default50
Formatint32
offset?integer
Default0
Formatint32

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/public/vacancies/string"
{
  "filters": {
    "departments": [
      "string"
    ],
    "locations": [
      "string"
    ],
    "types": [
      "full_time"
    ]
  },
  "items": [
    {
      "closesAt": "2019-08-24T14:15:22Z",
      "department": "string",
      "id": "string",
      "location": "string",
      "publishedAt": "2019-08-24T14:15:22Z",
      "requirements": [
        "string"
      ],
      "responsibilities": [
        "string"
      ],
      "slug": "string",
      "status": "draft",
      "summary": "string",
      "title": "string",
      "type": "full_time"
    }
  ],
  "total": 0
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}