Skip to content

Instantly share code, notes, and snippets.

@woogists
Last active October 7, 2023 17:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save woogists/cb71b7208cd870a08e6beba773b42988 to your computer and use it in GitHub Desktop.
Save woogists/cb71b7208cd870a08e6beba773b42988 to your computer and use it in GitHub Desktop.
Bookings REST API Categories JSON Response
[
{
"id": 484,
"name": "Accessories",
"slug": "accessories",
"parent": 0,
"description": "",
"display": "default",
"image": null,
"menu_order": 0,
"count": 8,
"_links": {
"self": [
{
"href": "https://yoursite.test/wp-json/wc-bookings/v1/products/categories/484"
}
],
"collection": [
{
"href": "https://yoursite.test/wp-json/wc-bookings/v1/products/categories"
}
]
}
},
{
"id": 2567,
"name": "Uncategorized",
"slug": "uncategorized",
"parent": 0,
"description": "",
"display": "default",
"image": null,
"menu_order": 0,
"count": 17,
"_links": {
"self": [
{
"href": "https://yoursite.test/wp-json/wc-bookings/v1/products/categories/2567"
}
],
"collection": [
{
"href": "https://yoursite.test/wp-json/wc-bookings/v1/products/categories"
}
]
}
},
{
"id": 2570,
"name": "2015",
"slug": "2015",
"parent": 0,
"description": "",
"display": "default",
"image": null,
"menu_order": 0,
"count": 1,
"_links": {
"self": [
{
"href": "https://yoursite.test/wp-json/wc-bookings/v1/products/categories/2570"
}
],
"collection": [
{
"href": "https://yoursite.test/wp-json/wc-bookings/v1/products/categories"
}
]
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment