# Retrieve an Address Retrieve a single addresses item by unique identifier. Endpoint: GET /items/addresses/{id} Version: 1.0.0 Security: Auth ## Query parameters: - `fields` (array) Control what fields are being returned in the object. - `meta` (string) What metadata to return in the response. Enum: "total_count", "filter_count", "*" ## Path parameters: - `id` (integer, required) Index of the item. Example: 1 ## Response 200 fields (application/json): - `data` (object) - `data.id` (integer) Example: 1 - `data.name` (string,null) Example: "Edtelligent Adresse" - `data.street` (string,null) Example: "Kapuzinerplatz 5" - `data.country` (string,null) Example: "DE" - `data.phone` (string,null) Example: "+49.89.1213112" - `data.mobile` (string,null) Example: "+49.170.1112222" - `data.fax` (string,null) Example: "+49.89.1213112" - `data.email` (string,null) Example: "kontakt@edtelligent.de" - `data.url` (string,null) Example: "https://www.edtelligent.de" - `data.institution` (string, required) Example: "fd6dafa2-9cf9-469a-9bc9-38446ec552bc" - `data.state` (any) - `data.zip_city` (any) - `data.barrier_free` (boolean) Example: true - `data.remark` (string,null) Example: "3. Stockwerk" ## Response 401 fields (application/json): - `error` (object) - `error.code` (integer) Example: 403 - `error.message` (string) Example: "Invalid token" ## Response 404 fields (application/json): - `error` (object) - `error.code` (integer) Example: 404 - `error.message` (string) Example: "Not found"