-
Notifications
You must be signed in to change notification settings - Fork 0
categories
damnlist edited this page Jul 1, 2016
·
1 revision
return categories of a list:
{
"status": "ok",
"data": [
{
"id": 18,
"name": "Category1",
"createdAt": {
"date": "2016-05-30 14:05:43",
"timezone_type": 3,
"timezone": "Europe/Berlin"
}
},
{
"id": 19,
"name": "Category2",
"createdAt": {
"date": "2016-05-30 14:05:51",
"timezone_type": 3,
"timezone": "Europe/Berlin"
}
}
]
}
{"name": "Category 3"}
add category:
{
"status": "ok",
"data": {
"id": 20,
"name": "Category 3",
"createdAt": {
"date": "2016-05-30 14:07:37",
"timezone_type": 3,
"timezone": "Europe/Berlin"
}
}
}
{"name": "Category 3 1"}
{
"status": "ok",
"data": {
"id": 20,
"name": "Category 3 1",
"createdAt": {
"date": "2016-05-30 14:07:37",
"timezone_type": 3,
"timezone": "Europe/Berlin"
}
}
}
delete category:
{
"status": "ok"
}