veoh.collection.getCollectionMembership

Retrieve all the collection user belongs to.

Accessibility

This method is executable with any assigned API key

Request URL

http[s]://srv.veoh.com/rest/v2/execute.xml?method=veoh.collection.getCollectionMembership

Parameters

Name

Description Required Restriction

username

The user with membership to search for. true String.

state

???restng.veoh.collection.getCollectionMembership.state??? false String matching one of 'MODERATOR', 'MEMBER', 'OWNER'.

offset

The offset into the result set to begin returning results. false Integer at least 0.

numResults

The maximum number of results to return. false Integer at least 1.

apiKey

An API key (Complete your developer profile here and a key will be emailed to you) true String.

userToken

A user token identifying the logged-in user (See veoh.people.authenticate) false String.

Error Codes

5

The logged in user has insufficient privileges to perform this operation or view its results


201

The collection does not exist


301

The user does not exist