Enables scripted content fragments to use mentionables

Methods

List

Lists mentionables

Usage

#set($apiListResponse = $core_v2_mentionable.List($queryText))

Parameters

NameTypeDescriptionRequiredDefaultOptions
queryTextstringText to find matching mentionablesRequired

Return Type

ApiList<Mentionable>

List

Lists mentionables

Usage

#set($apiListResponse = $core_v2_mentionable.List($queryText, "%{ApplicationId = $applicationIdArg, ApplicationTypeId = $applicationTypeIdArg, ContainerId = $containerIdArg, ContainerTypeId = $containerTypeIdArg, ContentTypeId = $contentTypeIdArg, PageSize = $pageSizeArg}"))

Parameters

NameTypeDescriptionRequiredDefaultOptions
queryTextstringText to find matching mentionablesRequired
ApplicationIdGuidMentionable's application identifierOptional
ApplicationTypeIdGuidMentionable's application type identifierOptional
ContainerIdGuidMentionable's container identifierOptional
ContainerTypeIdGuidMentionable's container type identifierOptional
ContentTypeIdGuidMentionable's content type identifierOptional
PageSizeintSpecify the number of results to return per pageOptional20

Return Type

ApiList<Mentionable>