List Names
To return Names
Pattern
Name/List?startid={startid}&pagesize={pagesize}&apikey={apikey}&format={format}
- startid (required): Starting name id"
- pagesize (optional): The number of results returned. This number cannot exceed the max number of results. If no parameter provided, the max number will be returned.
- apikey (required): Your api key that was given to you
- format (required): Use the word \"xml\" or \"json\" to choose how you want your output to be formatted
Example
Name/List?startid=0&pagesize=100&apikey=D1CC4285-279D-4B5C-B469-861F4C1F4020&format=xml
Sample Response
<Names>
<Name>
<NameId>0</NameId>
</Name>
</Names>