# Get a list of location positions The method allows you to get a list of current positions in the location Endpoint: GET /v1/company/{location_id}/staff/positions Version: 1.0.1 Security: bearer, user ## Header parameters: - `Accept` (string, required) e.g. application/vnd.api.v2+json Example: "application/vnd.api.v2+json" ## Path parameters: - `location_id` (number, required) location ID ## Response 200 fields (application/json): - `data` (array, required) Array of objects with data - `meta` (array, required) Metadata (contains the number of posts found) - `success` (boolean, required) Execution success status (true) ## Response 401 fields (application/json): - `success` (boolean) Response status. - `data` (object,null) Response data. - `meta` (object) Additional response data. - `meta.message` (string) Error message. Example: "Authentication needed." ## Response 403 fields (application/json): - `success` (boolean) Response status. - `data` (object,null) Response data. - `meta` (object) Additional response data. - `meta.message` (string) Error message. Example: "Access denied." ## Response 404 fields (application/json): - `success` (boolean) Response status. - `data` (object,null) Response data. - `meta` (object,array) Additional response data (empty object or empty array)