get https://api.next-tech.com/v1/project//customfields/
List all the Custom Fields data that applies to the current project.
Log in to see full request history
Responses
List all the Custom Fields data that applies to the current project.
xxxxxxxxxx
curl --request GET \
--url 'https://api.next-tech.com/v1/project/project_id/customfields/?page=1&size=50' \
--header 'accept: application/json'
xxxxxxxxxx
12{
"items": [
{
"name": "sector",
"value": "infrastructure"
}
],
"page": 0,
"pages": 0,
"size": 0,
"total": 0
}