Skip to main content
Version: v1.0.0(int)

W032: Get contact detail

Returns a single contact with its methods and entity links. Triggered from contact detail panels.

Steps

  1. Load the contact. Call Contacts.getContactById.

  2. Load the methods. Call Contacts.listMethodsForContact.

  3. Load the links. Call Contacts.listEntityLinksForContact.

Returns

{ contact, methods, links } — the contact header plus its methods and entity links.

Business rules

None.

Errors

  • NotFoundError. The contact was not found.