CoworkerSettings
Get one CoworkerSetting
Retrieve a single CoworkerSetting record by its Id.
GET
Get one CoworkerSetting
A CoworkerSetting is an internal name/value pair used to store arbitrary customer-related settings.
Settings are scoped to a single customer (
CoworkerId) and identified by a unique Name key. The value can be stored as plain text (Value) or in encrypted form (EncryptedValue) for sensitive data.
CoworkerSettings can also be accessed and managed via the Members Portal and the App Public API in the context of the logged-in customer.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CoworkerSetting-Read role.Path Parameters
integer
required
The Id of the CoworkerSetting record to retrieve.
Code Examples
Response
200
integer
The customer this setting belongs to.
string
The setting key name.
string
The plain-text value for this setting.
string
An encrypted version of the setting value, used for sensitive data.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one CoworkerSetting