Examples > GET
curl http://api-beta.fasteignir.is/properties.json \
-u root:some_password \
-H "Content-type: application/json" \
-X GET
response:
{
"properties": [
{
"id": 11111,
"identity": "2222222",
"remote_id": "333333"
},
{
"id": 44444,
"identity": "5555555",
"remote_id": "666666"
},
{
"id": 77777,
"identity": "8888888",
"remote_id": "999999"
}
]
}
EOF