ebs.getByID

IMPORTANT!  
Starting with release 20.2 this function has been superseded by ebs.getByIdAsync.

Returns detailed information about a specific record based on its ID and parent entity.

Syntax

Copy
ebs.getById(entityName: string, id: string, callback: any, errorCallback: any): void
 
Parameter Description
entity_name The parent entity, such as entity, attribute, relationship, systemuser, systemusertype, customizationset, businessunit, or portal.
item_id Unique internal identifier of the record.

Response

 
Key Description
Records Displays the record's attribute values.

Examples