This API call is used to get share action files download link id.
/api/1.0/share/download-link/<ID>
Response formats | JSON |
Requires authentication? | Depends on share type |
HTTP Method | POST |
Response code | 200 |
Name | Type | Default Value | Validation | Description |
id required | uuid | - | uuid4 | share action ID |
links required | uuid[] | - | uuid4[] | list of share action file IDs to download |
{ "id": <uuid> } |