FLEXNET OPERATIONS SOAP WEB SERVICES GUIDE |
FlexNet Operations Web Services Guide |
A getFeatureCountRequest message contains an element of getFeatureCountRequestType.
Type getFeatureCountRequestType
Contains elements as defined in the following table.
Component | Type | Occurs | Description |
---|---|---|---|
![]() |
1..1 | ||
queryParams | featureQueryParametersType | 0..1 | Required. See featureQueryParametersType. Leave this element blank to return all features. |
Name | Type |
---|---|
getFeatureCount | Method |
The following XML fragment illustrates a getFeatureCountRequest message:
<getFeatureCountRequest>
<queryParams>
<featureName>
<value>Feature_add</value>
<searchType>STARTS_WITH</searchType>
</featureName>
<versionFormat>
<value>FIXED</value>
<searchType>EQUALS</searchType>
</versionFormat>
</queryParams>
</getFeatureCountRequest>