| Authorization token required | true |
| Admin Authorization token required | false |
<GetPrefsRequest> ## GetPrefsRequest
(<pref name="{pref-name}" [modified="{pref-modified-time} (Long)"]>{value}</pref> ## Pref)*
</GetPrefsRequest>
elements and attributes you can define within a
<GetPrefsRequest> element:
| XPath | Required / Optional | Description |
| /pref | Optional (0 or more) | Type: {value} If any of these are specified then only get these preferences Description for element text content:Preference value |
| /pref@name | Required (only 1) | Type: String Preference name |
| /pref@modified | Optional (0 or 1) | Type: Long Preference modified time (may not be present) |
<GetPrefsResponse> ## GetPrefsResponse
(<pref name="{pref-name}" [modified="{pref-modified-time} (Long)"]>{value}</pref> ## Pref)*
</GetPrefsResponse>
elements and attributes you can define within a
<GetPrefsResponse> element:
| XPath | Required / Optional | Description |
| /pref | Optional (0 or more) | Type: {value} Preferences Description for element text content:Preference value |
| /pref@name | Required (only 1) | Type: String Preference name |
| /pref@modified | Optional (0 or 1) | Type: Long Preference modified time (may not be present) |