get https://api.next-tech.com/v1/type/customfield/
List fields that are available
Log in to see full request history
Responses
List fields that are available
xxxxxxxxxx
curl --request GET \
--url 'https://api.next-tech.com/v1/type/customfield/?page=1&size=50' \
--header 'accept: application/json'
xxxxxxxxxx
15{
"items": [
{
"id": 5,
"fieldset": "Other",
"name": "sector",
"tablename": "Project",
"type": "String"
}
],
"page": 0,
"pages": 0,
"size": 0,
"total": 0
}