Photos Collection
API Methods to work with Photos
Photos List
GET https://staging.channex.io/api/v1/photos{
"data": [
{
"attributes": {
"author": null,
"description": null,
"id": "ae75d43e-21c5-46b6-a593-5046791f7841",
"kind": "ad",
"position": 0,
"property_id": "52397a6e-c330-44f4-a293-47042d3a3607",
"room_type_id": null,
"url": "https://img.channex.io/312fa6cb-8151-409b-b612-773e271a76df/"
},
"id": "ae75d43e-21c5-46b6-a593-5046791f7841",
"type": "photo"
}
],
"meta": {}
}Returns
Get Photo by ID
GET https://staging.channex.io/api/v1/photos/:id{
"data": {
"attributes": {
"author": null,
"description": null,
"id": "ae75d43e-21c5-46b6-a593-5046791f7841",
"kind": "ad",
"position": 0,
"property_id": "52397a6e-c330-44f4-a293-47042d3a3607",
"room_type_id": null,
"url": "https://img.channex.io/312fa6cb-8151-409b-b612-773e271a76df/"
},
"id": "ae75d43e-21c5-46b6-a593-5046791f7841",
"type": "photo"
}
}Returns
Create Photo
Fields
Returns
Upload Photo
Update Photo
Fields
Returns
Remove Photo
Returns
Batch operations
Last updated