Authorization: Bearer ********************
curl --location --request GET 'https://mock.apidog.com/m1/463678-0-default/tech-deal-types/headers'
{
"id": 1,
"label": "tech-deal-types",
"active": true,
"permissions": {
"VIEW": "ALL",
"CREATE": "ALL",
"EDIT": "ALL",
"DELETE": "ALL"
},
"fields": [
{
"id": 1,
"label": "id",
"type": "hidden",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 2,
"label": "title",
"type": "text",
"isRequired": true,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 3,
"label": "code",
"type": "text",
"isRequired": true,
"permissions": {
"VIEW": true,
"EDIT": true
}
},
{
"id": 4,
"label": "ruContractTypes",
"type": "multiselect",
"isRequired": true,
"permissions": {
"VIEW": true,
"EDIT": true
}
}
]
}