getPropertiesByType
- Home
- Users & Groups
- SvcUserProperty
- getPropertiesByType
getPropertiesByType
Fetches a list of all the properties of the given type which have been set for the given user.
Parameters
Name | Description |
type required | The property type. Acts as a namespace. |
userID required | The user’s unique identifier. |
nodeID optional | The network’s unique identifier. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/svcUserProperty?action=getPropertiesByType&userID=229928503&nodeID=188234&type=external&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 9 10 11 12 13 |
{ "service":"svcUserProperty", "action":"getPropertiesByType", "code":1, "message":"Success!", "page":1, "total":3, "item":{ "external_id":"12345", "external_nickname":"TestUser", "external_username":"user1234" } } |
Service Information
Service | svcUserProperty |
Method | getPropertiesByType |
Type | REST |
Response Types | JSON, XML |