Client Object
A team that is using SigOpt. Multiple users may be affiliated with a single client. Users are only able to see information about clients if they have been invited to see this client via the web interface.
Key | Type | Value |
---|---|---|
created | int | The timestamp (in seconds since epoch) that this client was created. |
id | string | A unique ID for this client. |
name | string | A user-specified name for this client. |
organization | string |
Method | URI | Description |
---|---|---|
GET | Client Detail |
{
"client_security": {
"allow_users_to_see_experiments_by_others": true
},
"created": 1414800000,
"id": "1",
"name": "SigOpt",
"object": "client",
"organization": "1"
}
Last modified 9mo ago