GetWorkspaceLocations

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

Examples

curl -v 'https://secure.nomadesk.com/storage/api.php?Task=GetWorkspaceLocations&FileserverName=nmsa000000000812'

Response

    <Response>
      <Message>Success</Message>
      <LocationIds>
            <LocationId>075a753a-2202-47e6-be81-a96739324cc4</LocationId>
            <LocationId>0b534548-a58a-4f47-bb1c-546c1a230656</LocationId>
            <LocationId>176f2519-c23e-49d2-886d-3fc455db2cca</LocationId>
            <LocationId>17b3f640-a8b4-4746-83f3-27edeb528378</LocationId>
            <LocationId>18879f54-15b2-4282-aaf1-38cf0f385f88</LocationId>
            <LocationId>1f7eeb35-c203-4c74-8297-46ece1bd827f</LocationId>
            <LocationId>26aebdd2-de16-42c1-948f-25ecede55933</LocationId>
            <LocationId>2b237548-35f9-40df-96bf-6b209fa2b233</LocationId>
            <LocationId>2f3b607b-e423-4ecb-9ac3-0784a917d70c</LocationId>
      </LocationIds>
    </Response>