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 | Contains the response of the RetrieveEntity function. |