RetrieveEntity Function

Retrieves entity metadata.

Parameters

Parameters allow for data to be passed to the function.

Name Type Nullable Unicode Description
EntityFilters
EntityFilters False True

Filter to control how much data for each entity is retrieved.

LogicalName
Edm.String True False

The logical name of the target entity.

MetadataId
Edm.Guid False True

A unique identifier for the entity.

RetrieveAsIfPublished
Edm.Boolean False True

Whether to retrieve the metadata that has not been published.

Return Type

Type Nullable Description
RetrieveEntityResponse False The RetrieveEntity function returns the following value.

See also