Storage: Syncing: GetLocationSubscribeSettings
GetLocationSubscribeSettings
Gets the notification settings for a location
Authentication Methods
- With a username and password
Input Parameter | Type | Description |
---|---|---|
Token | String | Security token |
ID | String | LocationID to set the subscribe settings for |
Output Parameter | Type | Description |
---|---|---|
Success | Status | Returns status code |
CURL EXAMPLE
curl -v 'https://storage.example.com/storage/api.php?Token=ms28lbbsql627i3ftmoq2j00q2&Task=GetLocationSubscribeSettings&ID=c7260610-c529-b2bf-6b3e-16ec2882f3d1'
Response
<Response>
<Status>1</Status>
<Message>Success</Message>
<Settings>
<SyncProblemNotification>None</SyncProblemNotification>
</Settings>
</Response>