Oskuste süsteem OpenAPI (1.0.1)

Download OpenAPI specification:Download

API

get occupations

query Parameters
_start
integer
Example: _start=0

The index of the first item to return (default 0)

_end
integer
Example: _end=1

The index of the last item to return (default 25)

_sort
string
Example: _sort=name

The field to sort by (default id)

_order
string
Example: _order=asc

The direction of sorting, either asc (ascending) or desc (descending) (default desc)

_relations
boolean
Example: _relations=true

Set to true to include related objects in the response (default false)

Responses

Response samples

Content type
application/json
[
  • {
    }
]

get skills

query Parameters
_start
integer
Example: _start=0

The index of the first item to return (default 0)

_end
integer
Example: _end=1

The index of the last item to return (default 25)

_sort
string
Example: _sort=name

The field to sort by (default id)

_order
string
Example: _order=asc

The direction of sorting, either asc (ascending) or desc (descending) (default desc)

_relations
boolean
Example: _relations=true

Set to true to include related objects in the response (default false)

Responses

Response samples

Content type
application/json
[
  • {
    }
]

get field of activities

query Parameters
_start
integer
Example: _start=0

The index of the first item to return (default 0)

_end
integer
Example: _end=1

The index of the last item to return (default 25)

_sort
string
Example: _sort=name

The field to sort by (default id)

_order
string
Example: _order=asc

The direction of sorting, either asc (ascending) or desc (descending) (default desc)

_relations
boolean
Example: _relations=true

Set to true to include related objects in the response (default false)

Responses

Response samples

Content type
application/json
[]