Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - primaryEntityQueryDatasetType

Description

The name of the relationship this data set relates to.

Properties

Name Type Occurrence Description
entity simpleIdType Required The name of the entity this data set relates to.
meta databaseMetaDataType Optional The meta data that describes this entity table.
record propListType Required
Array (1/∞)
The data returned from the entity record. For each column in the table there will be an element by the same name that contains the value of that column. The following example shows the expected structure.
 <record>   <column_1>Value for column 1</column_1>   <column_2>Value for column 1</column_2>   … </record> 
recordDataSource recordDataSourceType Required This record is sourced from
In This Document