get https://api.next-tech.com/v1/markupmodel//item/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url 'https://api.next-tech.com/v1/markupmodel/markupmodel_id/item/?page=1&size=50' \
--header 'accept: application/json'
xxxxxxxxxx
19{
"items": [
{
"id": 5,
"changed": "2025-04-13T12:19:24.815Z",
"changeduserid": 7,
"created": "2025-04-13T12:19:24.815Z",
"createduserid": 3,
"accountno": "3011",
"description": "Add extra markup to work items",
"markup": 12.5,
"markupmodelid": 121
}
],
"page": 0,
"pages": 0,
"size": 0,
"total": 0
}