If you chose Selection in the Find By list | ||
---|---|---|
a. In the Entity Set list, select an entity set. b. In the Entity Identifiers field, provide a comma-separated list of entity identifiers.
c. In the Query Type list, select one of the following options, and do the following: Form-Based Query a. Under Select Attributes, click Add, and in the Attribute list, select the property for which you want to retrieve values. Click Add to add multiple attributes. Click to delete any attribute that you added. Values for ‘key’ properties are also retrieved in the output. b. Under Add Related Items, click Add, and in the Related Item list, select the related item for which you want to retrieve values. Click Add to add multiple related items. Click to delete any related item that you added. Any property marked as NavigationProperty is categorized as a Related Item. Discrete Query a. In the Select Attributes field, specify an OData select expression that provides a comma-separated list of property names. Values for ‘key’ properties are also retrieved in the output. b. In the Add Related Items field, specify an OData select expression that provides a comma-separated list of related items. Any property marked as NavigationProperty is categorized as a Related Item. Raw Query In the Query field, specify an OData query expression. $select=name,number&$expand=context&$top=2&$skip=1&$orderby=name asc&$filter=name eq 'PTC' SAP does not support the system query option $count. Values for ‘key’ properties are also retrieved in the output. Any property marked as NavigationProperty is categorized as a Related Item. |
If you chose Query in the Find By list |
---|
a. In the Entity Set list, select an entity set. b. In the Query Type list, select one of the following options, and do the following: Form-Based Query a. In the Join By list, select a logical operator that joins the filter clauses. The default value is and. b. Click Add to add a filter: ▪ Property—Select the property to search. ▪ Condition—Select a condition. The condition depends on the type of the property selected such as String, Boolean, and so on. ▪ Property Value—Enter a property value. Click Add to add multiple filters. Click to delete any filter that you added. c. Under Select Attributes, click Add, and in the Attribute list, select the property for which you want to retrieve values. Click Add to add multiple attributes. Click to delete any attribute that you added. Values for ‘key’ properties are also retrieved in the output. d. Under Add Related Items, click Add, and in the Related Item list, select the related item for which you want to retrieve values. Click Add to add multiple related items. Click to delete any related item that you added. Any property marked as NavigationProperty is categorized as a Related Item. e. Under the Order By group, select the Attribute by which you want to Order the result. f. In the Limit field, enter a value to limit the output to a specified number of entities. g. In the Skip field, enter the number of resources that you want to skip. Discrete Query a. In the Filters field, specify OData filter criteria in the propertyName operator 'value' [and | or | not]... format. For example, number eq '0000222341' or name eq 'PTC' or startswith(name, 'PTC') b. In the Select Attributes field, specify an OData select expression that provides a comma-separated list of property names. Values for ‘key’ properties are also retrieved in the output. c. In the Add Related Items field, specify an OData select expression that provides a comma-separated list of related items. Any property marked as NavigationProperty is categorized as a Related Item. d. In the Order By field, enter an OData orderBy expression in the propertyName [asc | desc] format. e. In the Limit field, enter a value to limit the output to a specified number of entities. f. In the Skip field, enter the number of resources that you want to skip. Raw Query In the Query field, specify an OData query expression. For example: $select=name,number&$expand=context&$top=2&$skip=1&$orderby=name asc&$filter=name eq 'PTC' SAP does not support the system query option $count. Values for ‘key’ properties are also retrieved in the output. Any property marked as NavigationProperty is categorized as a Related Item. |