get https://api.next-tech.com/v1/costcenter/
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url 'https://api.next-tech.com/v1/costcenter/?page=1&size=50' \
--header 'accept: application/json'
xxxxxxxxxx
19{
"items": [
{
"id": 5,
"changed": "2025-04-12T14:11:00.400Z",
"changeduserid": 7,
"created": "2025-04-12T14:11:00.400Z",
"createduserid": 3,
"authorizationgroupid": 7,
"costcenterno": "100.1",
"default": false,
"name": "Management"
}
],
"page": 0,
"pages": 0,
"size": 0,
"total": 0
}