getentitytypes
REST Endpoint: http://api.itunesapis.com/rest/getentitytypes/
Overview
This method returns a listing of all the iTunes store entity types. This information is used in some of the other methods
such as searching.
|
Parameter |
Required? |
Description |
|
a |
Y |
Your API key.
|
Sample Call
http://api.itunesapis.com/rest/getentitytypes/?a=YOURAPIKEY
Result
<result>
<entity-type>
<category>software</category>
<type>software</type>
</entity-type>
<entity-type>
<category>movie</category>
<type>movieArtist</type>
</entity-type>
</result>
....
....
Errors
All errors are reported in the following format with a description of the error.
<result>
<error>
ERROR MESSAGE HERE
</error>>
</result>