This object is in archive! 
Updates in API?
Answered
Has the endpoints for accessing the IO API changed?
categories is now categories_list:
GET /api2/categories_list/?apiKey=XXXXXX {
The response in the documentation still says:
/categories
What is the endpoint and format now to retrieve items within a category?
Previously /categories?xxxxxx would work, now it does not return the correct items within a category
We haven't changed api2 in a long time... the current version is api5, but it mostly added functionality and didn't change old things.
Anyway it does look like /categories/ ever worked right. you should just use /categories_list/
if you want to get a list of items in a certain category you can call rentals_list with a categoryid.
We haven't changed api2 in a long time... the current version is api5, but it mostly added functionality and didn't change old things.
Anyway it does look like /categories/ ever worked right. you should just use /categories_list/
if you want to get a list of items in a certain category you can call rentals_list with a categoryid.
Replies have been locked on this page!