Last updated 4 months ago
Enter the ID of the group to retrieve associated assets.
The requested API version
1.0
Class for representing response model for assets of a group.
GET /groups/{groupId}/assets HTTP/1.1 Host: Authorization: Bearer JWT Accept: */*
Success: List of assets retrieved successfully.
[ { "assetId": "123e4567-e89b-12d3-a456-426614174000", "assetName": "text", "assetType": "text", "datasetId": "123e4567-e89b-12d3-a456-426614174000", "bindedDatasetId": "text", "roleId": "123e4567-e89b-12d3-a456-426614174000", "roleName": "text", "rlsRole": [ "text" ] } ]