{% extends "static_api/docs/layout.html" %}
{% import "static_api/docs/macros/common.html" as common with context %}
{% block description %}Gets positions.{% endblock %}
{% block returns %}
A list of personnel positions (OEBS job objects).
{% endblock %}
{% block examples %}
{% endblock %}
{% block authorization %}
{% include "api/authorization.html" %}
{% endblock %}