Namespace cmdb.contact#
Work in Progress
cmdb.contact.read#
Retrieves all assigned objects by contact.
Request parameters#
Key | JSON data type | Required | Description |
---|---|---|---|
method | String | only "assigned_objects_by_contact" available | |
filter | Object | Yes | By email String or id Integer |
WIP
Response parameters#
JSON key result contains an array of JSON objects. Each object contains a search result.
Key | JSON data type | Description |
---|---|---|
key | String | Attribute which relates to query |
value | String | Value which relates to query |
Example#
1 2 3 4 5 6 7 8 9 10 11 12 13 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
|