Authorization: Bearer ********************
curl --location --request GET 'https://mock.apidog.com/m1/463678-0-default/contracts/headers'
{
"id": 1,
"label": "contracts",
"active": true,
"permissions": {
"VIEW": "ALL",
"CREATE": "NOTHING",
"EDIT": "NOTHING",
"DELETE": "NOTHING"
},
"fields": [
{
"id": 1,
"label": "id",
"type": "hidden",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 2,
"label": "number",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 3,
"label": "date",
"type": "date",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 4,
"label": "uniqueCode",
"type": "text",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 5,
"label": "ruCompany",
"type": "select",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 6,
"label": "agent",
"type": "select",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 7,
"label": "skan",
"type": "file_upload",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
},
{
"id": 8,
"label": "currencies",
"type": "multiselect",
"isRequired": false,
"permissions": {
"VIEW": true,
"EDIT": false
}
}
]
}