Skip to content

get family images

Returns an array all of the uploaded family images for a user's family.

Responses

200 OK

Content-Type: application/json
{
  "images": [
    {
      "eTag": "\"e4af17fbe28aa8c31ce15499ac176173\"",
      "imageId": "1afea16db1aeb62f8ba84cdb191eee7c1dd734d23098b4756717c3e2bded8c6a",
      "lastModified": "2024-09-06T12:22:27.000Z",
      "size": 58229
    }
  ]
}

Parameters

Query Parameters

limit
Optional limit to number of images returned
Type
string
GET
/media/family/images
Server URL:https://api.yotoplay.com
Authorization
bearerAuth
Query Parameters
KEYVALUE

Samples

curl "https://api.yotoplay.com/media/family/images"
--header "Authorization: Bearer [YOUR_TOKEN]"