Options
All
  • Public
  • Public/Protected
  • All
Menu

This class to parse api response

Hierarchy

  • ApiParser

Index

Constructors

Methods

  • Method to parse Agent settings response

    example
    parseAgentSettings(settings)
    

    Parameters

    Returns AgentSettings

    • parsed Agent settings
  • Method to parse CXone Branding Profile response

    example
    parseBrandingProfile(brandingProfileResponse)
    

    Parameters

    Returns BrandingProfile

    • parsed CXone Branding Profile
  • Method to parse Business Unit response

    example
    parseBusinessUnit(businessUnitResponse)
    

    Parameters

    Returns BusinessUnit

    • parsed Business Unit
  • Method to parse Central Branding Profile response

    example
    parseCentralBrandingProfile(centralBrandingProfileResponse)
    

    Parameters

    Returns CentralBrandingProfile

    • parsed Central Branding Profile
  • Method to parse agent permissions response

    example
    parsePermissions(permissions)
    

    Parameters

    Returns Permissions[]

    • parsed permissions

Generated using TypeDoc