Getting Filtered List of Permitted Items
You can add tags in the request body to filter the list of permitted items.
API Request Details
You would need the following information to get the list of permitted items.
| URL | /api/v1/content/ |
| Request Type | POST |
| Content Type | application/json |
| Query Parameters | Refer to the table below. |
| Name | Description | Type | Default Value | Supported Values |
|---|---|---|---|---|
| Permissions | List the items that the user has specific permissions for. |
String |
list |
The default value is LIST. The supported values are list, read, write, and delete. Multiple values can be sent using the & operator. |
| itemType | Specify the type of items needs to be fetched |
String. |
ALL |
The supported values are:
|
| tags | Specifies the tag IDs to filter the items |
String Multiple values can be sent using "&" operator. |
[] |
You can check the supported tags with their IDs in Predefined Tags for Private Package. |