Hallo,
via API versuche ich eine Sever-Liste mit Namen und Primär Kontakt zu bekommen. Lieder bekomme ich nur ID (also connection_id) ohne Name/Title bei primary_contact zurück.
Gibt es noch eine Möglichkeit den Primären Kontaktnamen raus zu kriegen?
Viele Grüße
Cherif
Request:
{
"method": "cmdb.objects.read",
"params": {
"apikey": "xxx",
"filter": {
"type": [59],
"status": "C__RECORD_STATUS__NORMAL"
},
"categories":["C__CATG__GLOBAL","C__CATG__CONTACT"],
"language": "en"
},
"id": 1,
"version": "2.0"
}
Response:
...
},
"primary_contact": "20054",
"contact_object": {
"title": "Max Ali",
"id": "37",
"connection_id": "20054",
"type": "C__OBJTYPE__PERSON",
"type_title": "Persons",
"sysid": "SYSID_100007"
},
"primary": {
"value": "1",
"title": "Yes"
},
"role": {
"id": "5",
"title": "Contact partner",
"const": "C__CONTACT_TYPE__CONTACT",
"title_lang": "LC__CMDB__CONTACT__ROLE__CONTACT"
},
"contact_list": "20054",
"contact_list_with_roles": "20054",
"description": null
},
...