You can collaborate with other users in Data Marketplace. This allows you to enhance the quality of data that is available in your organization's Data Marketplace, and allows you to extract more business value from your organization's data.
You can collaborate with other users in the following sections of Data Marketplace:
•On the Chat panel of a data asset, data collection or category.
•On the Timeline section of an order, consumer access or data collection request.
Comment on an object
Use REST APIs to add a comment on one of the following sections in Data Marketplace:
•On the Chat panel of a data asset, data collection or category.
•On the Timeline section of an order, consumer access or data collection request.
Endpoint and method
The following table describes the connection properties for the API:
The following table describes the parameters that you enter in the body of the API payload:
Parameter
Description
Additional Information
text
Required. Enter your comment.
Enter a comment with length from 0 through 500 characters.
Note: If you use an API to add a comment, you cannot tag a user in your comment. To tag a user, add a comment from the Data Marketplace user interface. For more information, see the Collaboration in Data Marketplace topic in the Introduction and Getting Started help.
Example request
The following example shows how you can use an API to add a comment to a data collection:
{ "text": "This data collection does not cover the EMEA region data." }
Response
When you pass the API query parameters in the REST client, the client displays a response for the parameter values that you have entered.
The following example shows the response of an API call to add a comment to a data collection:
{ "id": "49d4856a-90b3-3584-abd6-47db0fe9acb6" }
The following table describes the parameters of each custom field that is retrieved:
Parameter
Description
id
System generated unique identifier of the comment that you added.
Retrieve comments on an object
Use REST APIs to retrieve the comments that are added to one of the following sections in Data Marketplace:
•On the Chat panel of a data asset, data collection or category.
•On the Timeline section of an order, consumer access or data collection request.
Endpoint and method
The following table describes the connection properties for the API: