TaskFieldValidations
Introduction
[Adm.] Create
Key
Type
Default
Description
$client = new GuzzleHttp\Client(['base_uri' => 'https://{tenant}.intratool.de']);
$response = $client->request('POST', '/api/administration/tasks-2/templates/fields/validations', [
'headers' => ['Authorization' => "Bearer {accessToken}"],
'json' => [
'form_field_id' => 33,
'form_field_validation_type_id' => 'required'
]
]);[Adm.] Update
Key
Type
Description
[Adm.] Delete
Last updated