Examples

 $ curl -i \
   -H "Accept: application/json; version=1" \
   -H "Authorization: Token eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOjQyLCJpYXQiOjE0NjM2OTQ4MjN9.k48v-R-un93KdIXqp9Zi12JOGJCu8uibtrWjscFCTqc" \
   https://api.record360.com/api/locations/42

HTTP/1.1 200 OK
 Content-Type: application/json; charset=utf-8
 Cache-Control: max-age=0, private, must-revalidate

 {
   "location": {
     "id": "42",
     "name": "Main Office",
     "address1": "4726 Thackeray Pl NE",
     "address2": "Suite 405",
     "city": "Seattle",
     "state": "WA",
     "zipcode": "98105",
     "timezone": "PST",
     "created_at": "2014-04-01T19:00:00.000Z",
     "updated_at": "2016-04-14T21:46:56.000Z",
     "workflow": { ... }
   }
 }

Params

Param name Description
id
required

Location ID

Validations:

  • Must be a number.