DiscoverText API - Global Codeset List

GET
https://api.discovertext.com/api/v1/codesets
Return Value: A collection of Global Codeset Items:
{
    meta: {
        count: (item count),
        offset: (current offset),
        limit: (current limit)
    },
    items: [ { codeset item }, { codeset item }, ...],
    links: [ { paging links } ]
}