TaskFieldDisplayConditions
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/display-conditions', [
'headers' => ['Authorization' => "Bearer {accessToken}"],
'json' => [
'attachable_type' => 'formField',
'attachable_id' => 33
]
]);[Adm.] Update
Key
Type
Default
Description
[Adm.] Delete
Last updated