This Data Factory task is in phase. You can contact the Product-Live team at contact@product-live.com if you want more details and get an early access.
This task allows to fetch all comment threads on your account.
The JSON object to be sent in the request. Please refer to the API documentation for more informations regarding the expected format
The maximum number of elements to be returned by the task. If not set, the task returns the maximum number of elements available. If the limit property is less than the maximum number of elements that can be returned, the task returns the number of elements specified by the limit property.
The maximum number of elements returned by this task is limited to 1000.If more elements are to be returned, the task ends with an error. The limit property is used to specify the maximum number of elements to be returned by the task, even if other elements are available. If the limit property is not set, the task returns the maximum number of elements available. If the limit property is less than the maximum number of elements that can be returned, the task returns the number of elements specified by the limit property and ends with a success.
Data / Fetch comment threads
Task in alpha phase
This Data Factory task is in phase. You can contact the Product-Live team at contact@product-live.com if you want more details and get an early access.
This task allows to fetch all comment threads on your account.
Task name:
Examples
2
3
4
5
6
7
8
9
10
Definition
SUB_WORKFLOW
.true
: the job continues if there is an error on this task.false
: the job fails.Inputs Parameters
ALL
: Fetch all comment threads.REQUEST
: Fetch all comment threads matching certain criteria.JSON
Outputs
comment_thread
object, please refer to the API documentationLimits and additional notes
1000
. If more elements are to be returned, the task ends with an error. Thelimit
property is used to specify the maximum number of elements to be returned by the task, even if other elements are available. If the limit property is not set, the task returns the maximum number of elements available. If the limit property is less than the maximum number of elements that can be returned, the task returns the number of elements specified by the limit property and ends with a success.