39 lines
425 B
PHP
39 lines
425 B
PHP
<?php
|
|
// Topdesk interface
|
|
// $config_ext['topdesk']
|
|
|
|
class Topdesk {
|
|
}
|
|
|
|
/*
|
|
Topdesk-Infos / Interessante Tabellen
|
|
object
|
|
type
|
|
asset_typ_id
|
|
asset_summary
|
|
asset_status
|
|
ref_name
|
|
asset_type
|
|
unid 16 Byte GUID
|
|
name
|
|
am_entity
|
|
object.asset_id = am_entity.unid
|
|
|
|
am_field
|
|
id
|
|
displayname
|
|
properties (JSON)
|
|
|
|
am_value
|
|
entityid
|
|
fieldname
|
|
textvalue
|
|
numvalue
|
|
valuetype
|
|
|
|
am_relation
|
|
sourceId
|
|
targetId
|
|
|
|
*/
|