Skip to main content

Select

SaaS
Customer Managed

This operation returns global search response similar to Command center.

Query Parameters
  • name string required

    string to be searched

Header Parameters
  • EnumNames string required

    A flag indicating how enum values should be represented in the response. When set to 0, enum values are returned as their corresponding integer values. When set to 1, enum values are returned as their descriptive names (enum strings).

Responses

OK


Schema
  • entitySearchResultInfo object[]

    contains the object of global search result

  • searchType integerstring

    The type of the entity. searchType will be an integer if the header enumName is set to 0; otherwise, it will be a string.

  • totalMatchingEntityCount integer

    count of entities of particular searchType

  • entityInfo object[]

    contains the object of entities

  • displayName string

    display name of a entity

  • name string

    name of the entity

  • commcellGuid string

    commcell GUID of the entity

  • id string

    id of the entity

  • detailedProperty object

    contains the object of detailed properties of an entity

Loading...