The query root for the GraphQL Public Content API.
Returns the binary component given its CM_URI (takes precedence over the other arguments).ONLY if CM_URI is not specified, the binary is identified by its namespaceId, publicationId and binaryId. Alternatively a binary variant URL can be used instead of a binary ID.
Arguments | |
---|---|
namespaceId: Int | the namespace ID |
publicationId: Int | the publication ID |
binaryId: Int | the binary ID |
url: String | the binary variant relative URL |
cmUri: String | the binary CM URI |
contextData: [InputClaimValue] | the context data |
Resolve a link by parameters.
Arguments | |
---|---|
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
binaryId: Int! | the binary id |
variantId: String | the binary variant id for binary link |
renderRelativeLink: Boolean | whether to render relative link (true by default) |
Returns the categories for the given namespace and publication IDs.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
contextData: [InputClaimValue] | the context data |
Returns the component given the namespace, publication, component IDs.
Arguments | |
---|---|
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
componentId: Int! | the component ID |
contextData: [InputClaimValue] | the context data |
Resolve a link by parameters.
Arguments | |
---|---|
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
sourcePageId: Int | the id of the page you want to receive a link from |
targetComponentId: Int! | the id of the component you want to link to |
excludeComponentTemplateId: Int | the id of the template to exclude from linking |
renderRelativeLink: Boolean | whether to render relative link (true by default) |
Returns the component presentation given the namespace, publication, component and template IDs.
Arguments | |
---|---|
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
componentId: Int! | the component ID |
templateId: Int! | the template ID |
contextData: [InputClaimValue] | the context data |
Get a list of component presentations filtered by set of criteria.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
filter: InputComponentPresentationFilter! | Component Presentation Filter |
contextData: [InputClaimValue] | the context data |
sort: InputSortParam | item sorting |
Resolve a link by parameters.
Arguments | |
---|---|
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
targetPageId: Int! | the target page id |
targetComponentId: Int! | the id of the component you want to link to |
targetTemplateId: Int! | the target template id |
renderRelativeLink: Boolean | whether to render relative link (true by default) |
Get a list of items filtered by set of criteria.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: InputItemFilter! | Item Filter |
contextData: [InputClaimValue] | the context data |
sort: InputSortParam | item sorting |
Returns the keyword for the given namespace, publication, category and keyword IDs.
Arguments | |
---|---|
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
categoryId: Int! | the category ID |
keywordId: Int! | the keyword ID |
contextData: [InputClaimValue] | the context data |
Returns the page given its CM_URI. Takes precedence over the other arguments.ONLY If CM_URI is not specified, the page is identified by its namespaceId, publicationId and pageId. Alternatively a page URL can be used instead of a page ID.
Arguments | |
---|---|
namespaceId: Int | the namespace ID |
publicationId: Int | the publication ID |
pageId: Int | the page ID |
url: String | the page URL path |
cmUri: String | the page CM URI |
contextData: [InputClaimValue] | the context data |
Resolve a link by parameters.
Arguments | |
---|---|
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
pageId: Int! | the page id for page link |
renderRelativeLink: Boolean | whether to render relative link (true by default) |
Returns the list of pages matching the provided namespace ID and page URL.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
namespaceId: Int! | the namespace ID |
url: String! | the page URL |
contextData: [InputClaimValue] | the context data |
Returns the publication given the specified namespace and publication IDs.
Arguments | |
---|---|
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
contextData: [InputClaimValue] | the context data |
Returns the publication mapping given the specified namespace and site URL.
Arguments | |
---|---|
namespaceId: Int! | the namespace ID |
siteUrl: String! | site URL |
Returns the list of publications given the namespace ID and an optional filter.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
namespaceId: Int! | the namespace ID |
filter: InputPublicationFilter | the publications filter |
contextData: [InputClaimValue] | the context data |
Get navigation site map.
Arguments | |
---|---|
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
navigationMarker: String | the navigation marker used on category names |
categoryId: Int | the category ID used for navigation |
contextData: [InputClaimValue] | the context data |
Get navigation site map subtree.
Arguments | |
---|---|
namespaceId: Int! | the namespace ID |
publicationId: Int | the publication ID |
taxonomyNodeId: String | the taxonomy node ID |
ancestor: Ancestor | whether to include ancestor information |
excludePages: Boolean | whether to exclude page types |
contextData: [InputClaimValue] | the context data |
Returns the structure group for the given namespace, publication and structure group IDs.
Arguments | |
---|---|
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
structureGroupId: Int! | the structure group ID |
contextData: [InputClaimValue] | the context data |
Returns the structure groups for the given namespace and publication IDs.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
contextData: [InputClaimValue] | the context data |
Returns the typed component given the namespace, publication, component IDs.
Arguments | |
---|---|
namespaceId: Int! | the namespace ID |
publicationId: Int! | the publication ID |
componentId: Int! | the component ID |
contextData: [InputClaimValue] | the context data |
Returns the typed page given its CM_URI. Takes precedence over the other arguments.ONLY If CM_URI is not specified, the page is identified by its namespaceId, publicationId and pageId. Alternatively a page URL can be used instead of a page ID.
Arguments | |
---|---|
namespaceId: Int | the namespace ID |
publicationId: Int | the publication ID |
pageId: Int | the page ID |
url: String | the page URL path |
cmUri: String | the page CM URI |
contextData: [InputClaimValue] | the context data |
Search using a criteria.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
criteria: InputSearchCriteria! | Search criteria for searching the index |
resultFilter: InputResultFilter | Filtering and highlighting the search results |
sortBy: InputSortBy | Sorting the search results |
Search using field name and value.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
field: String! | Field name for searching the index |
strict: Boolean | Parameter to enable strict search |
value: String! | Field value for searching the index |
resultFilter: InputResultFilter | Filtering and highlighting the search results |
sortBy: InputSortBy | Sorting the search results |
Search using an identifier.
Arguments | |
---|---|
identifier: String! | Identifier for searching the index |
Search using a raw query.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
rawQuery: String! | Raw query for searching the index |
resultFilter: InputResultFilter | Filtering the result |
Faceted search using a criteria.
Arguments | |
---|---|
criteria: InputCriteria | Search criteria for searching the index. |
rawCriteria: String | Search DSL output of SearchQuery builder. |
resultFilter: InputResultFilter | Filtering and highlighting the search results. |
sortBy: InputSortBy | Sorting the search results. |
facets: InputFacets | Configure facets to include in the result set. |
Suggest
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
connectorId: String | Connector Id. |
label: String! | Partial label. |
language: String | Language. |
fuzzy: Boolean | Enable fuzziness. |
used: Boolean | Filter results to match facets used within your content, avoiding dead ends. |
Taxonomy search.
Arguments | |
---|---|
connectorId: String | Connector Id. |
title: String | Concept scheme title. |
conceptIds: [String] | Concept Ids to search for within the concept scheme(s). |
language: String | Concept scheme language. |
Represents a component which has binary content.
Returns the date the item was created.
Returns the custom meta data for the item.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: String | the custom meta filter (optional) |
Returns the custom meta data structure for the item. Can be used to group related fields together.
Arguments | |
---|---|
filter: String | the custom meta filter (optional) |
Identifies the unique ID of the node.
Returns the date the item was initially published.
Identifies the item ID.
Returns the item type of the item.
Returns the date the item was most recently published.
Identifies the namespace ID of the item.
Returns the publication ID of the publication to which this item belongs.
Identifies the publication ID of the item.
Returns the schema ID for the component.
Returns the list of taxonomies for the item.
Arguments | |
---|---|
types: [TaxonomyType] | the list of taxonomy types to include in the result set |
Returns the title of the item.
Identifies the type of the binary component.
Returns the date the item was updated.
Returns the variants of the binary component.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
variant: String | the specific variant to return (optional) |
url: String | the specific variant URL |
Returns true if the component is a multimedia (binary) component.
Represents an Ambient Data Framework claim value.
Arguments | |
---|---|
type: ClaimValueType! | The claim value type. |
uri: String! | The claim URI. |
value: String! | The claim Value. |
Represents a regular component.
Returns the content of the component.
Arguments | |
---|---|
renderContent: Boolean | whether to render dynamic content tags |
Returns the date the item was created.
Returns the custom meta data for the item.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: String | the custom meta filter (optional) |
Returns the custom meta data structure for the item. Can be used to group related fields together.
Arguments | |
---|---|
filter: String | the custom meta filter (optional) |
Identifies the unique ID of the node.
Returns the date the item was initially published.
Identifies the item ID.
Returns the item type of the item.
Returns the date the item was most recently published.
Identifies the namespace ID of the item.
Returns the publication ID of the publication to which this item belongs.
Identifies the publication ID of the item.
Returns the schema ID for the component.
Returns the list of taxonomies for the item.
Arguments | |
---|---|
types: [TaxonomyType] | the list of taxonomy types to include in the result set |
Returns the title of the item.
Returns the date the item was updated.
Returns true if the component is a multimedia (binary) component.
Represents a component presentation which has a component associated with a template.
Returns the component of the component presentation.
Returns the component template of the component presentation.
Returns the content of this fragment.
Returns the date the item was created.
Returns the custom meta data for the item.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: String | the custom meta filter (optional) |
Returns the custom meta data structure for the item. Can be used to group related fields together.
Arguments | |
---|---|
filter: String | the custom meta filter (optional) |
Identifies the unique ID of the node.
Returns the date the item was initially published.
Identifies the item ID.
Returns the item type of the item.
Returns the date the item was most recently published.
Identifies the namespace ID of the item.
Returns the publication ID of the publication to which this item belongs.
Identifies the publication ID of the item.
Returns the raw content of the component presentation.
Arguments | |
---|---|
renderContent: Boolean | whether to render dynamic content tags |
Returns the title of the item.
Returns the date the item was updated.
A connection to a list of items.
a list of edges
Filter for the componentPresentation root query. When the filter is applied, only the component presentations matching the filter will be in the query result
Arguments | |
---|---|
and: [InputComponentPresentationFilter] | List of filters. Items in the query result will match ALL of the elements of the list |
or: [InputComponentPresentationFilter] | List of filters. Items in the query result will match ANY of the elements of the list |
Represents a typical sort type. When used, the default sorting mechanism (by namespace and by id) is overridden
Arguments | |
---|---|
key: String | The custom meta key used for sorting. Mandatory only for SortOrderType.CUSTOM_META sort type. |
keyType: MetadataType | The custom meta key type used for sorting |
order: SortOrderType! | The sort order type. |
sortBy: SortFieldType! | The item field used for sorting |
Item filter for the items root query. When the filter is applied, only the items matching the filter will be in the query result
Arguments | |
---|---|
and: [InputItemFilter] | List of filters. Items in the query result will match ALL of the elements of the list |
itemTypes: [FilterItemType] | list of item types to be selected |
namespaceIds: [Int] | list of namespace IDs |
or: [InputItemFilter] | List of filters. Items in the query result will match ANY of the elements of the list |
publicationIds: [Int] | list of publication IDs |
Represents a keyword taxonomy item.
Returns the child taxonomies for the taxonomy.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
Returns the date the item was created.
Returns the custom meta data for the item.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: String | the custom meta filter (optional) |
Returns the custom meta data structure for the item. Can be used to group related fields together.
Arguments | |
---|---|
filter: String | the custom meta filter (optional) |
Returns the depth (level) of the taxonomy.
Returns the description of the keyword.
Identifies the unique ID of the node.
Returns the date the item was initially published.
Identifies the item ID.
Returns the item type of the item.
Returns the key of the taxonomy.
Returns the date the item was most recently published.
Returns the name of the keyword.
Identifies the namespace ID of the item.
Returns the publication ID of the publication to which this item belongs.
Returns the parent taxonomy of the taxonomy.
Identifies the publication ID of the item.
Identifies the ID of the taxonomy.
Identifies the type of the taxonomy.
Returns the title of the item.
Returns total number of related items.
Returns the date the item was updated.
Returns true if the taxonomy has child taxonomies.
Returns true if the taxonomy is abstract.
Returns true if the taxonomy is navigable.
Returns true if the keyword is used for identification.
Represents a page.
Returns the list of nested regions.
Returns the items in this container.
Arguments | |
---|---|
types: [ContainerType] | the container types to include in the result set (optional) |
Returns the content in the page.
Arguments | |
---|---|
renderContent: Boolean | whether to render dynamic content tags |
Returns the date the item was created.
Returns the custom meta data for the item.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: String | the custom meta filter (optional) |
Returns the custom meta data structure for the item. Can be used to group related fields together.
Arguments | |
---|---|
filter: String | the custom meta filter (optional) |
Returns the file name path to the page.
Identifies the unique ID of the node.
Returns the date the item was initially published.
Identifies the item ID.
Returns the item type of the item.
Returns the date the item was most recently published.
Returns the name of the region.
Identifies the namespace ID of the item.
Returns the publication ID of the publication to which this item belongs.
Returns the template for the page.
Identifies the publication ID of the item.
Returns the raw content in the page.
Arguments | |
---|---|
renderContent: Boolean | whether to render dynamic content tags |
Returns the regions for the page.
Arguments | |
---|---|
filter: String | the page region filter (optional) |
Returns the list of taxonomies for the item.
Arguments | |
---|---|
types: [TaxonomyType] | the list of taxonomy types to include in the result set |
Returns the title of the item.
Returns the date the item was updated.
Identifies the URL of the page.
Represents a publication.
Returns the date the item was created.
Returns the custom meta data for the item.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: String | the custom meta filter (optional) |
Returns the custom meta data structure for the item. Can be used to group related fields together.
Arguments | |
---|---|
filter: String | the custom meta filter (optional) |
Identifies the unique ID of the node.
Returns the date the item was initially published.
Identifies the item ID.
Returns the item type of the item.
Returns the date the item was most recently published.
Returns the multimedia path for the publication.
Returns the multimedia URL for the publication.
Identifies the namespace ID of the item.
Returns the publication ID of the publication to which this item belongs.
Identifies the publication ID of the item.
Returns the publication key.
Returns the publication path.
Returns the publication URL.
Returns the title of the item.
Returns the date the item was updated.
Represents a filter for a publication query.
Arguments | |
---|---|
queryType: ContentFilterQueryType | Represents the query type for the filter. |
value: String | Represents the value to filter by in the form of 'key=value' pair. |
valueType: CustomMetaValueType | Represents the custom meta value type for the filter. UNKNOWN not supported. Defaults to 'String', if empty. |
Classified Items Count
Description
Identifies the unique ID of the node.
Items
Key
Original title
The most recent date this item was published.
Title
Type
Url
Is Abstract
Has Child Nodes
Visible
Represents ancestor's behaviour of the sitemap subtree response.
NONE | By default, do not return ancestors of the given taxonomy node. |
INCLUDE | Returns path from the root ancestor to the given taxonomy node. |
INCLUDE_ANCESTORS_WITH_SIBLINGS | Returns path from the root ancestor to the given taxonomy node and all siblings. |
Represents a structure group.
Returns the child taxonomies for the taxonomy.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
Returns the date the item was created.
Returns the custom meta data for the item.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: String | the custom meta filter (optional) |
Returns the custom meta data structure for the item. Can be used to group related fields together.
Arguments | |
---|---|
filter: String | the custom meta filter (optional) |
Returns the depth (level) of the taxonomy.
Returns the directory of the structure group.
Identifies the unique ID of the node.
Returns the date the item was initially published.
Identifies the item ID.
Returns the item type of the item.
Returns the key of the taxonomy.
Returns the date the item was most recently published.
Identifies the namespace ID of the item.
Returns the publication ID of the publication to which this item belongs.
Returns the parent taxonomy of the taxonomy.
Identifies the publication ID of the item.
Identifies the ID of the taxonomy.
Identifies the type of the taxonomy.
Returns the title of the structure group.
Returns the date the item was updated.
Returns true if the taxonomy has child taxonomies.
Returns true if the taxonomy is abstract.
Returns true if the taxonomy is navigable.
A connection to a list of items.
a list of edges
Represents a component which has content.
Returns the date the item was created.
Returns the custom meta data for the item.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: String | the custom meta filter (optional) |
Returns the custom meta data structure for the item. Can be used to group related fields together.
Arguments | |
---|---|
filter: String | the custom meta filter (optional) |
Identifies the unique ID of the node.
Returns the date the item was initially published.
Identifies the item ID.
Returns the item type of the item.
Returns the date the item was most recently published.
Identifies the namespace ID of the item.
Returns the publication ID of the publication to which this item belongs.
Identifies the publication ID of the item.
Returns the schema ID for the component.
Returns the list of taxonomies for the item.
Arguments | |
---|---|
types: [TaxonomyType] | the list of taxonomy types to include in the result set |
Returns the title of the item.
Returns the date the item was updated.
Returns true if the component is a multimedia (binary) component.
Represents a page item. The root of all page models.
Returns the list of nested regions.
Returns the items in this container.
Arguments | |
---|---|
types: [ContainerType] | the container types to include in the result set (optional) |
Returns the content in the page.
Arguments | |
---|---|
renderContent: Boolean | whether to render dynamic content tags |
Returns the date the item was created.
Returns the custom meta data for the item.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: String | the custom meta filter (optional) |
Returns the custom meta data structure for the item. Can be used to group related fields together.
Arguments | |
---|---|
filter: String | the custom meta filter (optional) |
Returns the file name path to the page.
Identifies the unique ID of the node.
Returns the date the item was initially published.
Identifies the item ID.
Returns the item type of the item.
Returns the date the item was most recently published.
Returns the name of the region.
Identifies the namespace ID of the item.
Returns the publication ID of the publication to which this item belongs.
Returns the template for the page.
Identifies the publication ID of the item.
Returns the raw content in the page.
Arguments | |
---|---|
renderContent: Boolean | whether to render dynamic content tags |
Returns the regions for the page.
Arguments | |
---|---|
filter: String | the page region filter (optional) |
Returns the list of taxonomies for the item.
Arguments | |
---|---|
types: [TaxonomyType] | the list of taxonomy types to include in the result set |
Returns the title of the item.
Returns the date the item was updated.
Identifies the URL of the page.
Arguments | |
---|---|
and: [InputSearchCriteria] | Operation AND. This operation must be used together with a field and value or with a groupBy block. Operations can not be stacked to each other, but they can contain groupBy |
field: String | Field name for searching the index |
groupBy: [InputSearchCriteria] | Container group. This encapsulation must be used together with an operation and container must contain an operation. This could be useful to form criteria which contain 2 or more operations. |
strict: Boolean | Parameter to enable strict search |
or: [InputSearchCriteria] | Operation OR. This operation must be used together with a field and value or with a groupBy block. Operations can not be stacked to each other, but they can contain groupBy |
value: String | Field value for searching the index |
Filtering and highlighting the search results
Arguments | |
---|---|
excludeFields: [String] | Fields that will be excluded from results. |
highlightInAllIsEnabled: Boolean | Parameter to enable highlight in all. |
highlightingIsEnabled: Boolean | Parameter to enable highlight. |
Sorting the search results
Arguments | |
---|---|
fields: [String]! | Fields to sort. |
sortAsText: Boolean | Sort values as text. |
sortingDirection: SortingDirectionType! | Sorting direction. |
This is the search result response that contains results from search and broker database.
This is the results from broker database.
This is the total number of result hits from query service.
This is the results from query service.
Faceted search results.
A connection to a list of items.
a list of edges
Concept Scheme.
Returns the default language for this concept scheme.
Returns the concept scheme language.
Returns the top-level concepts (no parents) for this concept scheme.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
Returns the results of a concept search within this particular concept scheme.
Returns the connector Id for this concept scheme.
Returns the concept scheme title.
Returns the concept scheme uri.
Represents a taxonomy item.
Returns the child taxonomies for the taxonomy.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
Returns the date the item was created.
Returns the custom meta data for the item.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: String | the custom meta filter (optional) |
Returns the custom meta data structure for the item. Can be used to group related fields together.
Arguments | |
---|---|
filter: String | the custom meta filter (optional) |
Returns the depth (level) of the taxonomy.
Identifies the unique ID of the node.
Returns the date the item was initially published.
Identifies the item ID.
Returns the item type of the item.
Returns the key of the taxonomy.
Returns the date the item was most recently published.
Identifies the namespace ID of the item.
Returns the publication ID of the publication to which this item belongs.
Returns the parent taxonomy of the taxonomy.
Identifies the publication ID of the item.
Identifies the ID of the taxonomy.
Identifies the type of the taxonomy.
Returns the title of the item.
Returns the date the item was updated.
Returns true if the taxonomy has child taxonomies.
Returns true if the taxonomy is abstract.
Returns true if the taxonomy is navigable.
A connection to a list of items.
a list of edges
Represents an item. The root of all content models.
Returns the date the item was created.
Returns the custom meta data for the item.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: String | the custom meta filter (optional) |
Returns the custom meta data structure for the item. Can be used to group related fields together.
Arguments | |
---|---|
filter: String | the custom meta filter (optional) |
Identifies the unique ID of the node.
Returns the date the item was initially published.
Identifies the item ID.
Returns the item type of the item.
Returns the date the item was most recently published.
Identifies the namespace ID of the item.
Returns the publication ID of the publication to which this item belongs.
Identifies the publication ID of the item.
Returns the title of the item.
Returns the date the item was updated.
Represents the type of claim value.
STRING | A string value. |
DATE | A date value. |
FLOAT | A float value. |
NUMBER | A number value. |
BOOLEAN | A boolean value. |
Represents the type of link.
PAGE | A page link. |
COMPONENT | A component link. |
BINARY | A binary link. |
DYNAMIC_COMPONENT | A dynamic component link. |
Represents a template.
Returns the date the item was created.
Returns the custom meta data for the item.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: String | the custom meta filter (optional) |
Returns the custom meta data structure for the item. Can be used to group related fields together.
Arguments | |
---|---|
filter: String | the custom meta filter (optional) |
Identifies the unique ID of the node.
Returns the date the item was initially published.
Identifies the item ID.
Returns the item type of the item.
Returns the date the item was most recently published.
Identifies the namespace ID of the item.
Returns the output format of the template.
Returns the publication ID of the publication to which this item belongs.
Returns the priority of the template.
Identifies the publication ID of the item.
Returns the title of the item.
Returns the date the item was updated.
Represents a fragment of content.
Returns the content of this fragment.
Returns the date the item was created.
Returns the custom meta data for the item.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
filter: String | the custom meta filter (optional) |
Returns the custom meta data structure for the item. Can be used to group related fields together.
Arguments | |
---|---|
filter: String | the custom meta filter (optional) |
Identifies the unique ID of the node.
Returns the date the item was initially published.
Identifies the item ID.
Returns the item type of the item.
Returns the date the item was most recently published.
Identifies the namespace ID of the item.
Returns the publication ID of the publication to which this item belongs.
Identifies the publication ID of the item.
Returns the title of the item.
Returns the date the item was updated.
An edge in a connection
The item at the end of the edge
cursor marks a unique position or index into the connection
Arguments | |
---|---|
scope: CriteriaScope | If not given, defaults to Item |
Arguments | |
---|---|
end: String | End date & time |
start: String | Start date & time |
type: DateRangeType | Date range type |
Arguments | |
---|---|
categoryId: Int | Id of the category. Takes precedence over categoryName, if both are present |
keywordId: Int | Id of the keyword. Takes precedence over key, if both are present |
Arguments | |
---|---|
id: Int | Id of the schema. Takes precedence over title, if both are present |
title: String | Title of the schema. Applicable only for schemas related to dynamic component presentations. |
Arguments | |
---|---|
id: Int | Id of the template. |
Represents a type of natural sort: descending or ascending
Ascending | A string value |
Descending | A string value |
These are the fields that allow sorting
CREATION_DATE | CREATION_DATE |
INITIAL_PUBLISH_DATE | INITIAL_PUBLISH_DATE |
ITEM_ID | ITEM_ID |
ITEM_TYPE | ITEM_TYPE |
LAST_PUBLISH_DATE | LAST_PUBLISH_DATE |
NAMESPACE_ID | NAMESPACE_ID |
OWNING_PUBLICATION_ID | OWNING_PUBLICATION_ID |
PUBLICATION_ID | PUBLICATION_ID |
TITLE | TITLE |
UPDATED_DATE | UPDATED_DATE |
CUSTOM_META | CUSTOM_META |
PUBLICATION | PUBLICATION |
COMPONENT | COMPONENT |
COMPONENT_TEMPLATE | COMPONENT_TEMPLATE |
PAGE | PAGE |
PAGE_TEMPLATE | PAGE_TEMPLATE |
CATEGORY | CATEGORY |
KEYWORD | KEYWORD |
A connection to a list of items.
a list of edges
Represents the type of container.
COMPONENT_PRESENTATION | A component presentation container. |
Represents a page region.
Returns the list of nested regions.
Returns the name of the region.
Returns the regions for the page.
Arguments | |
---|---|
filter: String | the page region filter (optional) |
Represents a container for items.
Returns the items in this container.
Arguments | |
---|---|
types: [ContainerType] | the container types to include in the result set (optional) |
Represents a related set of entities.
Returns the list of taxonomies for the item.
Arguments | |
---|---|
types: [TaxonomyType] | the list of taxonomy types to include in the result set |
An edge in a connection
The item at the end of the edge
cursor marks a unique position or index into the connection
An edge in a connection
The item at the end of the edge
cursor marks a unique position or index into the connection
Sorting direction of results
ASCENDING | ASCENDING |
DESCENDING | DESCENDING |
The author of the search result.
The author of the binary file.
The binary content length of the search result.
The binary content type of the search result.
The creation date of the binary file.
The binary file name of the search result.
The language of the search result. (binary file)
The title of binary file.
The creation date of the search result.
A map of fields defined on the search result.
A map of highlighted search results.
The search result identifier.
The item type of the search result.
The locale of the search result.
The location of the search result.
The content of the search result (indexed by locale).
The major version of the search result.
The minor version of the search result.
The updated date of the search result.
The namespace of the search result.
The publication ID of the search result.
The publication title of the search result.
The raw content of the search result.
The title of the search result (indexed by locale).
The schema id of the search result.
The url of the search result.
A connection to a list of items.
The total number of the hits
a list of edges
details about this specific page
Arguments | |
---|---|
conceptIds: [String] | Concept IDs |
conceptLabels: [String] | Concept labels |
connectorId: String | Namespace connector ID |
language: String | Language |
schemeTitle: String | Concept scheme title |
Concept Facet
Arguments | |
---|---|
schemeTitle: String | Concept scheme Title |
connectorId: String | Connector namespace Id. |
first: Int | Maximum number of results per concept scheme. |
language: String | Language |
An edge in a connection
The item at the end of the edge
cursor marks a unique position or index into the connection
A connection to a list of items.
a list of edges
Returns the alternative labels for concept.
Returns the concept Id. These are case sensitive, so do not mix case when defining IDs.
Returns the concept label.
Returns the narrower concepts.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
Returns the parent concept Id graph.
Returns the parent concept Uri graph.
Returns the related concept Ids graph.
Returns the related concept labels.
Returns the related concepts.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
Returns the concept Uri.
An edge in a connection
The item at the end of the edge
cursor marks a unique position or index into the connection
An edge in a connection
The item at the end of the edge
cursor marks a unique position or index into the connection
CREATION_DATE | CREATION_DATE |
UPDATED_DATE | UPDATED_DATE |
INITIAL_PUBLISH_DATE | INITIAL_PUBLISH_DATE |
LAST_PUBLISH_DATE | LAST_PUBLISH_DATE |
An edge in a connection
The item at the end of the edge
cursor marks a unique position or index into the connection
Untyped page region.
Returns the list of nested regions.
Returns the name of the region.
Returns the regions for the page.
Arguments | |
---|---|
filter: String | the page region filter (optional) |
Represents a concept facet.
Concepts.
Connector ID.
Concept scheme title.
Concept scheme URI.
An edge in a connection
The item at the end of the edge
cursor marks a unique position or index into the connection
Returns the alternative labels for concept.
Returns the connector Id.
Returns number of documents marked with concept.
Returns the concept highlighted label.
Returns the concept Id. These are case sensitive, so do not mix case when defining IDs.
Returns the concept label.
Returns the narrower concepts.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
Returns the parent concept Id graph.
Returns the parent concept Uri graph.
Returns the related concept Ids graph.
Returns the related concept labels.
Returns the related concepts.
Arguments | |
---|---|
after: String | fetching only nodes after this node (exclusive) |
first: Int | fetching only the first certain number of nodes. |
Returns the concept Uri.
A connection to a list of items.
a list of edges
A connection to a list of items.
a list of edges
Represents custom metadata.
Identifies the unique ID of the node.
Identifies the item ID of the custom meta.
Identifies the key of the custom meta.
Identifies the namespace ID of the custom meta.
Identifies the publication ID of the custom meta.
Identifies the value of the custom meta.
Identifies the value type of the custom meta.
Represents a variant of a binary component.
Identifies the binary ID of the variant.
Returns the description of the variant.
Identifies the binary content URL of the variant.
Identifies the unique ID of the node.
Identifies the path of the variant.
Identifies the type of the variant.
Identifies the relative binary content URL of the variant.
Identifies the variant ID of the variant.
This is the search result response that contains results from search and broker database.
The author of the search result.
The author of the binary file.
The binary content length of the search result.
The binary content type of the search result.
The creation date of the binary file.
The binary file name of the search result.
The language of the search result. (binary file)
The title of binary file.
Concept schemes attached to a search result.
The creation date of the search result.
A map of fields defined on the search result.
A map of highlighted search results.
The search result identifier.
The item type of the search result.
The locale of the search result.
The location of the search result.
The content of the search result (indexed by locale).
The major version of the search result.
The minor version of the search result.
The updated date of the search result.
The namespace of the search result.
The publication ID of the search result.
The publication title of the search result.
The raw content of the search result.
The title of the search result (indexed by locale).
The schema id of the search result.
Matching score of the result.
The url of the search result.