Existing Properties

Get all profiles existing properties

Usage

unomi.profile.existingProperties({
  itemType: <string>,
  tag: <string>,
  isSystemTag?: <boolean>
});

Response

{
  success: <boolean>,
  status: <number>,
  data: <string[]>
}

Last updated