Comments
The first result to retrieve. If not set (offset = 0), results will be retrieved starting from row 0.
0The maximum number of results to retrieve. If not set (limit = 0), the default limit will be used. The maximum allowed limit is 1000.
0Allows to limit the number of elements that will be counted. -1 will count everything and 0 will cause the count to be skipped
-1The ID of the comment which the reply comments should be searched for
8253ed81-0889-49d7-98db-defef5b5cd3bThe ID of the user. By default, filters comments to include only those created by this user.
8253ed81-0889-49d7-98db-defef5b5cd3bThe ID of the resource which the searched comments refer to.
8253ed81-0889-49d7-98db-defef5b5cd3bWhether the searched comments should be root comments (not reply comments).
trueWhether the searched comments should be resolved.
falseSpecifies whether to search for root comments created by or mentioning the user userId, or root comments with replies created by or mentioning the user userId.
falseExample: falseThe order of sorting on the date the comment was created.
DESCExample: DESCPossible values: The paged response with found comments.
The total number of results.
1000The offset for the results.
10The maximum number of results to be returned.
100The paged response with found comments.
The properties of the comment to be added. The 'baseResource' field is deprecated in favour of 'commentableResourceId' and 'commentableResourceDiscriminator', but we cannot mark it as such due to the version of the OpenApi spec.
The actual HTML content of the comment to be added. Can contain user mentions using syntax [@User:$userId] where $userId is the ID of mentioned user.For example: [@User:00000000-0000-0000-0000-000000900002].
The identifier of the resource to which the new comment should be attached to. The combination of 'commentableResourceId' and 'commentableResourceDiscriminator' replaces the 'baseResource' field. These should not be used together.
The discriminator of the resource to which the new comment should be attached to. The combination of 'commentableResourceId' and 'commentableResourceDiscriminator' replaces the 'baseResource' field. These should not be used together. Possible values for a discriminator of a Commentable Resource are: "Asset", "Domain", "Community", "Rating"
The id of the parent comment. If not null - the comment is the reply for the parent comment. Comment threads are not supported, replying to a reply will cause an illegal argument exception.
The ResourceType to which the new comment should be attached to. Possible values for a ResourceType of a Commentable Resource are: "Asset", "Domain", "Community", "Rating". Please use 'commentableResourceDiscriminator' instead.
The Resource discriminator to which the new comment should be attached to. Possible values for a resource discriminator of a Commentable Resource are: "Asset", "Domain", "Community", "Rating". Please use 'commentableResourceDiscriminator' instead.
The id of the resource to which the new comment should be attached to. Please use 'commentableResourceId' instead
Comment successfully added.
Represents a comment.
The id of the represented object (entity).
The id of the user that created this resource.
4d250cc5-e583-4640-9874-b93d82c7a6cbThe timestamp (in UTC time standard) of the creation of this resource.
1475503010320The id of the user who modified this resource the last time.
a073ff90-e7bc-4b35-ba90-c4d475f642feThe timestamp (in UTC time standard) of the last modification of this resource.
1476703764163Whether this is a system resource or not.
The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...]. This property is deprecated and will be removed in the future. In order to stay backwards compatible and to enable introduction of new types of resources, where necessary, a resource discriminator property (of type String) has been added to specific subtypes of Resource, e.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute. For new types of resource that didn't exist before this change, the resourceType will be BaseDataType.
The content of the comment.
Whether the comment is resolved or not.
The timestamp (in UTC time standard) of when the content was last modified.
Comment successfully added.
The ID of the comment.
The response with found comment.
Represents a comment.
The id of the represented object (entity).
The id of the user that created this resource.
4d250cc5-e583-4640-9874-b93d82c7a6cbThe timestamp (in UTC time standard) of the creation of this resource.
1475503010320The id of the user who modified this resource the last time.
a073ff90-e7bc-4b35-ba90-c4d475f642feThe timestamp (in UTC time standard) of the last modification of this resource.
1476703764163Whether this is a system resource or not.
The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...]. This property is deprecated and will be removed in the future. In order to stay backwards compatible and to enable introduction of new types of resources, where necessary, a resource discriminator property (of type String) has been added to specific subtypes of Resource, e.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute. For new types of resource that didn't exist before this change, the resourceType will be BaseDataType.
The content of the comment.
Whether the comment is resolved or not.
The timestamp (in UTC time standard) of when the content was last modified.
Comment not found.
The ID of the comment to be changed.
The properties of the comment to be changed.
The new content of the comment to be changed.Can contain user mentions using syntax [@User:$userId] where $userId is the ID of mentioned user.For example: [@User:00000000-0000-0000-0000-000000900002].
Whether the comment is resolved.
Comment successfully updated.
Represents a comment.
The id of the represented object (entity).
The id of the user that created this resource.
4d250cc5-e583-4640-9874-b93d82c7a6cbThe timestamp (in UTC time standard) of the creation of this resource.
1475503010320The id of the user who modified this resource the last time.
a073ff90-e7bc-4b35-ba90-c4d475f642feThe timestamp (in UTC time standard) of the last modification of this resource.
1476703764163Whether this is a system resource or not.
The type of the resource, e.g. [Community, Asset, Domain, Attribute, Relation, WorkflowInstance, ...]. This property is deprecated and will be removed in the future. In order to stay backwards compatible and to enable introduction of new types of resources, where necessary, a resource discriminator property (of type String) has been added to specific subtypes of Resource, e.g. assignedResourceDiscriminator on AssignedResource, or attributeDiscriminator on Attribute. For new types of resource that didn't exist before this change, the resourceType will be BaseDataType.
The content of the comment.
Whether the comment is resolved or not.
The timestamp (in UTC time standard) of when the content was last modified.
Comment not found.
Last updated
Was this helpful?