curl --request GET \
--url https://staging.cutmake.ai/api/v1/budget{
"data": [
{
"id": "<string>",
"name": "<string>",
"budgetType": "<string>",
"amount": 123,
"utilizedAmount": 123,
"code": "<string>",
"salesOrderId": "<string>",
"managementAccountId": "<string>",
"periodStart": "<string>",
"periodEnd": "<string>",
"refreshFrequency": "<string>",
"status": "<string>",
"notes": "<string>",
"createdAt": "<string>",
"totalAmount": 123
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"totalPages": 123,
"hasNext": true,
"hasPrev": true
}
}List budgets with pagination.
curl --request GET \
--url https://staging.cutmake.ai/api/v1/budget{
"data": [
{
"id": "<string>",
"name": "<string>",
"budgetType": "<string>",
"amount": 123,
"utilizedAmount": 123,
"code": "<string>",
"salesOrderId": "<string>",
"managementAccountId": "<string>",
"periodStart": "<string>",
"periodEnd": "<string>",
"refreshFrequency": "<string>",
"status": "<string>",
"notes": "<string>",
"createdAt": "<string>",
"totalAmount": 123
}
],
"pagination": {
"page": 123,
"limit": 123,
"total": 123,
"totalPages": 123,
"hasNext": true,
"hasPrev": true
}
}x >= 11 <= x <= 100