Internal: Storage: GetLocationWorkspaces
GetLocationWorkspaces
This API method is accessable when using IP authentication.
Authentication Methods
- ApiKey
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
FileServerName* | String | FileServer name |
Output Parameter | Type | Description |
---|---|---|
FileServer | FileServer | FileServer object containing the info about the passed fileserver |
*=required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/storage/api.php?Task=GetLocationWorkspaces&LocationID=z3rze3r-dqer45-345345345-sdfsdfsdfsdf'
RESPONSE
<Response>
<Message>Success</Message>
<Workspaces>
<WorkspaceName>nmsa000000000812</WorkspaceName>
</Workspaces>
</Response>[