Added by admin, last edited by admin on Jan 29, 2010  (view change)

Labels:

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

BookingBug REST API: search categories

Purpose

Used for searching categories which belongs to different company services.

URL

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

Formats

json, xml

Authentication

Requies business API access

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

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