Share via


EntityListByGuidsQueryParamProperties interface

Properties

api-version

The API version to use for this operation.

guid

An array of GUIDs of entities to list.

ignoreRelationships

Whether to ignore relationship attributes.

minExtInfo

Whether to return minimal information for referred entities.

Property Details

api-version

The API version to use for this operation.

api-version?: string

Property Value

string

guid

An array of GUIDs of entities to list.

guid: EntityListByGuidsGuidQueryParam

Property Value

ignoreRelationships

Whether to ignore relationship attributes.

ignoreRelationships?: boolean

Property Value

boolean

minExtInfo

Whether to return minimal information for referred entities.

minExtInfo?: boolean

Property Value

boolean