List Shares

Get share data for a list view.
Resource
/connect/list-shares/listViewId
Available version
44.0
HTTP methods
GET, PUT, DELETE
Request body for PUT
A PUT request replaces all shares associated with a list view with the provided collection.
JSON example
{"currentListShares": ["00GD00000000izfKAA", "00GD00000000izfKAA", "00GD00000000izfKAA"]
}
Properties
Name Type Description Required or Optional Available Version
currentListShares String[] List of API names or 15-character IDs that identify the groups or roles with which to share the list. Required 44.0
Response body for GET and PUT
List Current Share Collection
Response for DELETE
204: Successful Delete