This Choreo returns all lists the authenticating or specified user subscribes to, including lists that they own. The documentation for this Twitter resource can be found here.
Here's an example of acceptable inputs:
ConsumerKey: {YOUR CONSUMER KEY}
ConsumerSecret {YOUR CONSUMER SECRET}
AccessToken: {YOUR ACCESS TOKEN}
AccessTokenSecret: {YOUR TOKEN SECRET}
ScreenName: qatemboo
The following is a sample of the JSON information returned by this Choreo:
Note that in cases where both id and id_str are provided in the output, it is preferable to use id_str.
[
{
"id": 95786793,
"id_str": "95786793",
"name": "TestList",
"uri": "/qatemboo/testlist",
"subscriber_count": 0,
"member_count": 0,
"mode": "public",
"description": "",
"slug": "testlist",
"full_name": "@qatemboo/testlist",
"created_at": "Mon Sep 09 22:15:52 +0000 2013",
"following": false,
"user": {
"id": 97731133,
"id_str": "97731133",
"name": "Temboo QA",
"screen_name": "qatemboo",
"location": "",
"description": "",
"url": null,
"entities": {
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 4,
"friends_count": 2,
"listed_count": 1,
"created_at": "Fri Dec 18 19:23:06 +0000 2009",
"favourites_count": 0,
"utc_offset": -18000,
"time_zone": "Quito",
"geo_enabled": false,
"verified": false,
"statuses_count": 107,
"lang": "en",
"contributors_enabled": false,
"is_translator": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme1/bg.png",
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme1/bg.png",
"profile_background_tile": false,
"profile_image_url": "http://a0.twimg.com/sticky/default_profile_images/default_profile_3_normal.png",
"profile_image_url_https": "https://si0.twimg.com/sticky/default_profile_images/default_profile_3_normal.png",
"profile_link_color": "0084B4",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"default_profile": true,
"default_profile_image": true,
"following": true,
"follow_request_sent": false,
"notifications": false
}
},
{
"id": 64682453,
"id_str": "64682453",
"name": "friends",
"uri": "/qatemboo/friends-2",
"subscriber_count": 0,
"member_count": 0,
"mode": "public",
"description": "",
"slug": "friends-2",
"full_name": "@qatemboo/friends-2",
"created_at": "Fri Feb 03 20:08:55 +0000 2012",
"following": false,
"user": {
"id": 97731133,
"id_str": "97731133",
"name": "Temboo QA",
"screen_name": "qatemboo",
"location": "",
"description": "",
"url": null,
"entities": {
"description": {
"urls": []
}
},
"protected": false,
"followers_count": 4,
"friends_count": 2,
"listed_count": 1,
"created_at": "Fri Dec 18 19:23:06 +0000 2009",
"favourites_count": 0,
"utc_offset": -18000,
"time_zone": "Quito",
"geo_enabled": false,
"verified": false,
"statuses_count": 107,
"lang": "en",
"contributors_enabled": false,
"is_translator": false,
"profile_background_color": "C0DEED",
"profile_background_image_url": "http://a0.twimg.com/images/themes/theme1/bg.png",
"profile_background_image_url_https": "https://si0.twimg.com/images/themes/theme1/bg.png",
"profile_background_tile": false,
"profile_image_url": "http://a0.twimg.com/sticky/default_profile_images/default_profile_3_normal.png",
"profile_image_url_https": "https://si0.twimg.com/sticky/default_profile_images/default_profile_3_normal.png",
"profile_link_color": "0084B4",
"profile_sidebar_border_color": "C0DEED",
"profile_sidebar_fill_color": "DDEEF6",
"profile_text_color": "333333",
"profile_use_background_image": true,
"default_profile": true,
"default_profile_image": true,
"following": true,
"follow_request_sent": false,
"notifications": false
}
}
]