getLists
- Home
- Users & Groups
- UgcUserList
- getLists
getLists
Get lists for a user.
Parameters
Name | Description |
userID required | The user’s primary identifier |
optional | |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcUserList?action=getLists&userID=229928503&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
{ "service":"ugcUserList", "action":"getLists", "code":1, "message":"User Lists retrieved.", "item":{ "1132702":{ "listID":1132702, "creatorUserID":229928503, "nodeID":188234, "type":"ugc", "name":"Test User List", "description":null, "status":null, "dateCreated":null, "listUserIDs":[ "229751571", "229829209" ], "listURL":"https://services.onesite.com/go/userList/view/1132702", "userCount":2 }, "1132704":{ "listID":1132704, "creatorUserID":229928503, "nodeID":188234, "type":"ugc", "name":"Test Updated List Name", "description":"Test Updated List Description", "status":null, "dateCreated":null, "listUserIDs":[ "229751571", "229829209" ], "listURL":"https://services.onesite.com/go/userList/view/1132704", "userCount":2 }, "1132705":{ "listID":1132705, "creatorUserID":229928503, "nodeID":188234, "type":"ugc", "name":"Test User List", "description":null, "status":null, "dateCreated":null, "listUserIDs":[ "229751571", "229829209", "229928503" ], "listURL":"https://services.onesite.com/go/userList/view/1132705", "userCount":3 }, "1132706":{ "listID":1132706, "creatorUserID":229928503, "nodeID":188234, "type":"ugc", "name":"Test User List", "description":null, "status":null, "dateCreated":null, "listUserIDs":{ "1":"229829209" }, "listURL":"https://services.onesite.com/go/userList/view/1132706", "userCount":1 }, "1132707":{ "listID":1132707, "creatorUserID":229928503, "nodeID":188234, "type":"ugc", "name":"Test User List", "description":null, "status":null, "dateCreated":null, "listUserIDs":[ "229751571", "229829209" ], "listURL":"https://services.onesite.com/go/userList/view/1132707", "userCount":2 } } } |
Service Information
Service | ugcUserList |
Method | getLists |
Type | REST |
Response Types | JSON, XML |