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 (Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
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
The Id of the CoworkerSetting record to retrieve.
Code Examples
Response
200
The customer this setting belongs to.
The setting key name.
The plain-text value for this setting.
An encrypted version of the setting value, used for sensitive data.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one CoworkerSetting