GetPlaybook
Returns a single workspace.
Path Parameters |
---|
namespace string โ REQUIREDNamespace in which the workspace is. |
id string โ REQUIREDUnique identifier of the workspace. |
Response Body | ||
---|---|---|
namespace stringNamespace of the workspace. | ||
id stringUnique identifier of the workspace generated by the server. | ||
name stringUser visible given name of the workspace. | ||
conversation_sets ScopedReference[]Optional list of conversation sets ids that are to be included inside conversations
| ||
base_language stringBase language of the workspace. If empty, 'en' is assumed. 2 letters ISO 639-1 or BCP47 locale format (ex: 'en-US') | ||
active_languages string[]Languages that can be used in the workspace, on top of the base language. 2 letters ISO 639-1 or BCP47 locale format (ex: 'en-US') |