v1
latestOpenAPI 3.0.02026-08-063939255.2 KBCustomProperty
Information on custom properties
get/custom-properties
Query parameters
pageinteger
per_pageinteger
Headers
tokenstring required
Api token
Response
ОК
Example response
{
"result": {
"current_page": 1,
"data": [
{
"id": 21,
"name": "My block",
"type": "text",
"rules": {
"unique": true
}
}
],
"first_page_url": "https://hurma.work/api/path?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://hurma.work/api/path?page=1",
"next_page_url": "https://hurma.work/api/path?page=1",
"path": "https://hurma.work/api/path",
"per_page": 12,
"to": 4,
"total": 4
},
"code": 200
}