Skip to content

GET all Countries

Ksenyia edited this page May 13, 2016 · 5 revisions

Getting list of the countries limited by 2 parameters "limit" and "skip". To get the whole list, please set limit=0 and skip=0 (Resource URI: 'countries/0/0')

Resource URI

countries/{limit}/{skip}

Resource Properties

Parameter Description
limit It limit the search. Default is 50. Eg. countries/50/0
skip Offset of next page result. Default is 0. Eg. countries/50/0
Clone this wiki locally