This page was last edited on February 15, 2024, at 19:11.
Comments or questions about this documentation? Contact us for support!
This operation is part of the User Settings API section of the Web Services API.
Returns an array of settings for the specified group.
Request URL | /users/{id}/settings/{group-name} or /me/settings/{group-name} |
---|---|
HTTP Method | GET |
Required Features | api-provisioning-read |
GET /api/v2/settings/my-setting-group
{
"statusCode": 0,
"key":"name",
"settings":[
{
"name":"My First Setting",
"value":"red"
},
{
"name":"My Second Setting",
"value":"orange"
}
]
}