Get All Client Additional Settings
This operation returns a list of additional settings at the client level.
Path Parameters
- clientId string required
- application/json
Request Body
clientProperties object
clientProps object
registryKeys object[]
deleted integerhidden booleanrelativepath stringkeyName stringisInheritedFromClientGroup booleancomment stringtype stringvalue stringpasswordVal stringenabled integersourceEntity object
_type_ integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integerentity object
clientName stringclientId integer_type_ integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"clientName": "string",
"clientId": 0,
"_type_": 0
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"clientName": "S-200128-93-0",
"clientId": 2,
"_type_": 3
}
}
]
}
Loading...