Return full details of the images added to the image gallery of the users profile.

Url Parameters

{user_id}

The id of the user to return the data for

Example JSON response:

{
"results": [
{
"id": 58,
"caption": "Upload images to your profile",
"image": "http:\/\/scubatribe.com\/public\/files\/user_60\/thumbs\/200x92601167134784.jpg"
},
{
"id": 59,
"caption": "To show visitors",
"image": "http:\/\/scubatribe.com\/public\/files\/user_60\/thumbs\/200x93248624312594.jpg"
},
{
"id": 60,
"caption": "How great diving with us is",
"image": "http:\/\/scubatribe.com\/public\/files\/user_60\/thumbs\/200x99673065377517.jpg"
}
],
"num_records": 3,
"status": "OK"
}

 

Back to Top