3.1.4.82.3.1 GetDynamicCategoriesRequestBody
-
<xsd:complexType name="GetDynamicCategoriesRequestBody"> <xsd:sequence> <xsd:element minOccurs="1" maxOccurs="1" name="skip" type="xsd:long"/> <xsd:element minOccurs="1" maxOccurs="1" name="take" type="xsd:long"/> <xsd:element minOccurs="1" maxOccurs="1" name="type" nillable="true" type="xsd:unsignedByte"/> <xsd:element minOccurs="1" maxOccurs="1" name="origin" nillable="true" type="xsd:unsignedByte"/> <xsd:element minOccurs="1" maxOccurs="1" name="isUpdateSyncEnabled" nillable="true" type="xsd:boolean"/> <xsd:element minOccurs="1" maxOccurs="1" name="discoveredOnOrAfter" nillable="true" type="xsd:long"/> </xsd:sequence> </xsd:complexType>
skip: This field MUST be present. It specifies the number of items in the result set that are to be skipped and excluded from the returned collection. The value MUST be equal to or greater than zero (0).
take: This field MUST be present. It specifies the maximum number of items to return. The value MUST be equal to or greater than zero (0).
type: If this field is present, it specifies the DynamicCategoryType, as defined in section 2.2.5.13, of the dynamic categories that are to be returned. If this field is omitted by the protocol client, the protocol server MUST return dynamic categories of any type.
origin: If this field is present, it specifies the OriginType, as defined in section 2.2.5.14, of the dynamic categories that are to be returned. If this field is omitted by the protocol client, the protocol server MUST return dynamic category with any type of origin.
isUpdateSyncEnabled: If this field is present, a value of True indicates to return only categories for which update synchronization is enabled. If the field is omitted by the protocol client, the protocol server MUST return dynamic categories regardless of whether update synchronization is enabled or not.
discoveredOnOrAfter: If this field is present, it specifies a minimum date and time in UTC. All dynamic categories returned MUST be discovered on or after the time and date specified. If this parameter is omitted by the protocol client, the protocol server MUST return dynamic categories regardless of when they were added to the server.