# Get Channel List by Customtype

**URL:** https://community.sendbird.com/t/get-channel-list-by-customtype/768
**Category:** Miscellaneous
**Created:** [August 6, 2020, 12:45pm UTC](https://community.sendbird.com/t/get-channel-list-by-customtype/768 "2020-08-06T12:45:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![vcs\_account](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/vcs_account/32/408_2.png) [@vcs\_account](https://community.sendbird.com/u/vcs_account)
#### Post date: [August 6, 2020, 12:45pm UTC](https://community.sendbird.com/t/get-channel-list-by-customtype/768/1 "2020-08-06T12:45:57Z")

</div>

Hi,  
I am trying to get groupChannelList base on custom types but nothing is happening in this code.  
Please , anybody guide me i am writing code wrong/right.

\<SendBirdApp  
appId={“F5B234E7-C905-41A8-BDF5-E66858796778”}  
userId=“D-User”  
nickname=“D User”  
\>  
\<ChannelList queries={{  
channelListQuery: {  
includeEmpty: false,  
order: ‘latest\_last\_message’,  
QueryType:‘OR’,  
CHANNEL\_NAME: ‘Festival ABC Channel’  
},  
}}  
/\>

---

<div class="post-metadata">

### Author: ![Jason](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/jason/32/488_2.png) [@Jason](https://community.sendbird.com/u/Jason)
#### Post date: [August 8, 2020, 12:01pm UTC](https://community.sendbird.com/t/get-channel-list-by-customtype/768/2 "2020-08-08T12:01:49Z")

</div>

@vcs_account

Hi hope you are well. Please can you take a look at this [reference.](https://sendbird.github.io/core-sdk-javascript/module-model_query_groupChannelListQuery-GroupChannelListQuery.html) You will find a filter parameter for channel custom types ( customTypesFilter ). I don’t see it in your code.
