Added by admin, last edited by admin on Mar 18, 2010

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.
Purpose

Used to get all BookingBug categories

URL

http://[site].bookingbug.com/api/category/show_all_categories.format

Formats

json, xml

Authentication

Requies business API access

Examples

curl -basic --url http://[site].bookingbug.com/api/category/show_all_categories.xml -uusername:password -H 'Content-type: text/xml' -X GET

curl -basic --url http://[site].bookingbug.com/api/category/show_all_categories.json -uusername:password -H 'Content-type: application/json' -X GET