Custom Items
Get a Custom Item
Get a single custom item
get/custom-items/{id}
Path parameters
idstring required
The uberall unique id for the custom item
Response
Successfully retrieved custom item
Example response
{
"response": {
"customItem": {
"category": "Coffee",
"unit": "per kg"
}
}
}Changes
No changes recorded. 2 of the 14 revisions have no diff computed, so they could not be searched.