Branches (p:branches)

http://profiles.goabout.com/branches

The Branches (p:branches) profile represents a collection of Branch (p:branch) resources.

Example

{
  "_embedded" : {
    "item" : [ {
      "_embedded" : {
        "http://rels.goabout.com/location" : {
          "_links" : {
            "self" : {
              "href" : "https://api.goabout.com/location/address/00000000"
            }
          },
          "city" : "Null Island",
          "coordinates" : {
            "latitude" : 0.0,
            "longitude" : 0.0
          },
          "housenumber" : "0",
          "label" : "0th Avenue 0, Null Island",
          "postalCode" : "00",
          "street" : "0th Avenue",
          "type" : "address"
        }
      },
      "_links" : {
        "http://rels.goabout.com/branch-products" : {
          "href" : "https://api.goabout.com/branch/1/products"
        },
        "http://rels.goabout.com/operator" : {
          "href" : "https://api.goabout.com/agency/1"
        },
        "self" : {
          "href" : "https://api.goabout.com/branch/1"
        }
      },
      "locationHref" : "https://api.goabout.com/location/address/00000000",
      "name" : "Address branch"
    } ]
  },
  "_links" : {
    "http://rels.goabout.com/agency-branches" : {
      "href" : "https://api.goabout.com/agency/1"
    },
    "self" : {
      "href" : "https://api.goabout.com/agency/1/branches"
    }
  }
}

Reference

GET

Embedded

item:A list of Branch (p:branch).