get https://api.next-tech.com/v1/markupmodel/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url 'https://api.next-tech.com/v1/markupmodel/?page=1&size=50' \
--header 'accept: application/json'
xxxxxxxxxx
17{
"items": [
{
"id": 5,
"changed": "2025-04-11T10:48:17.334Z",
"changeduserid": 7,
"created": "2025-04-11T10:48:17.334Z",
"createduserid": 3,
"code": "12%",
"name": "12% markup on everything"
}
],
"page": 0,
"pages": 0,
"size": 0,
"total": 0
}