Use to filter the content. It uses the json format, like {"operator":"and", "conditions":[{"attribute":"custom.propert_a", "operator":"in", "value":["test"]}]}
Changed property operator (string)
Value should be 'and' or 'or'
Changed property filters (array)
One array contains multi filters
Changed property conditions (array)
One array contain multi conditions
Changed items (object):
Changed property attribute (string)
Property name of content to be used in filter, for custom property, the value should be 'custom.{propertyName}'
Changed property operator (string)
The value should be 'in', for date type property, its value should be 'greaterthan' 'greaterthanorequalto' 'lessthan' 'lessthanorequalto'
Changed property value (array)
The values of the property
POST /v1/generative/query
Request:
Changed content type : application/json
Changed property filter (object)
Use to filter the content. It uses the json format, like {"operator":"and", "conditions":[{"attribute":"custom.propert_a", "operator":"in", "value":["test"]}]}
Changed property operator (string)
Value should be 'and' or 'or'
Changed property filters (array)
One array contains multi filters
Changed property conditions (array)
One array contain multi conditions
Changed items (object):
Changed property attribute (string)
Property name of content to be used in filter, for custom property, the value should be 'custom.{propertyName}'
Changed property operator (string)
The value should be 'in', for date type property, its value should be 'greaterthan' 'greaterthanorequalto' 'lessthan' 'lessthanorequalto'
POST /integration/v2/teamsites/{teamsiteId}/livedocVersions/{libraryContentVersionId}
Parameters:
Changed: liveFormSellerTemplateId in query
This is an optional parameter. If a LiveFormSellerTemplateID is passed in, the LiveDoc will be generated based on the LiveForm Seller Template configuration, otherwise, the LiveDoc will be generated through input variables.