curl --request GET \
--url http://localhost/api/organizations/{id}/availableAssistants{
"totalPages": 123,
"totalElements": 123,
"size": 123,
"content": [
{
"orgSlug": "<string>",
"slug": "<string>",
"type": "<string>",
"name": "<string>",
"version": "<string>",
"ref": "<string>",
"template": true,
"description": "<string>",
"get_id": "<string>",
"publicAccess": true,
"imageUrl": "<string>",
"icon": "<string>",
"overviewMarkdown": "<string>",
"provider": "<string>",
"providerUrl": "<string>",
"providerImageUrl": "<string>",
"deleteProtection": true,
"checksum": "<string>",
"deprecated": true,
"extensionPackRef": "<string>",
"schedulable": true,
"reactive": true,
"assistant": {
"package": "<string>",
"class": "<string>"
},
"services": [
{
"orgSlug": "<string>",
"slug": "<string>",
"type": "<string>",
"name": "<string>",
"version": "<string>",
"ref": "<string>",
"template": true,
"description": "<string>",
"get_id": "<string>",
"publicAccess": true,
"imageUrl": "<string>",
"icon": "<string>",
"overviewMarkdown": "<string>",
"provider": "<string>",
"providerUrl": "<string>",
"providerImageUrl": "<string>",
"deleteProtection": true,
"checksum": "<string>",
"deprecated": true
}
],
"processingTaxonomies": [
{
"ref": "<string>"
}
],
"options": [
{
"name": "<string>",
"type": "<string>",
"groupOptions": "<array>",
"properties": {},
"tabName": "<string>",
"aliases": [
"<string>"
],
"label": "<string>",
"falseLabel": "<string>",
"hint": "<string>",
"required": true,
"subType": "<string>",
"listType": "<string>",
"displayProperties": {},
"listLabel": "<string>",
"listDescription": "<string>",
"featureFlag": "<string>",
"default": {},
"description": "<string>",
"supportArticle": "<string>",
"overviewMarkdown": "<string>",
"showIf": "<string>",
"developerOnly": true,
"showOnPopup": true,
"possibleValues": [
{
"label": "<string>",
"value": {},
"description": "<string>"
}
]
}
],
"optionTabs": [
{
"name": "<string>",
"description": "<string>",
"icon": "<string>",
"optionNames": [
"<string>"
],
"showInTraining": true,
"showIf": "<string>"
}
],
"additionalTaxonOptions": [
{
"name": "<string>",
"type": "<string>",
"groupOptions": "<array>",
"properties": {},
"tabName": "<string>",
"aliases": [
"<string>"
],
"label": "<string>",
"falseLabel": "<string>",
"hint": "<string>",
"required": true,
"subType": "<string>",
"listType": "<string>",
"displayProperties": {},
"listLabel": "<string>",
"listDescription": "<string>",
"featureFlag": "<string>",
"default": {},
"description": "<string>",
"supportArticle": "<string>",
"overviewMarkdown": "<string>",
"showIf": "<string>",
"developerOnly": true,
"showOnPopup": true,
"possibleValues": [
{
"label": "<string>",
"value": {},
"description": "<string>"
}
]
}
],
"taxonFeatures": [
{
"taxonPath": "<string>",
"groupOnly": true,
"options": [
{
"name": "<string>",
"type": "<string>",
"groupOptions": "<array>",
"properties": {},
"tabName": "<string>",
"aliases": [
"<string>"
],
"label": "<string>",
"falseLabel": "<string>",
"hint": "<string>",
"required": true,
"subType": "<string>",
"listType": "<string>",
"displayProperties": {},
"listLabel": "<string>",
"listDescription": "<string>",
"featureFlag": "<string>",
"default": {},
"description": "<string>",
"supportArticle": "<string>",
"overviewMarkdown": "<string>",
"showIf": "<string>",
"developerOnly": true,
"showOnPopup": true,
"possibleValues": [
{
"label": "<string>",
"value": {},
"description": "<string>"
}
]
}
]
}
],
"eventTypes": [
{
"name": "<string>",
"icon": "<string>",
"label": "<string>",
"description": "<string>",
"contentObject": true,
"entryPoints": [
"<string>"
],
"optionTabs": [
{
"name": "<string>",
"description": "<string>",
"icon": "<string>",
"optionNames": [
"<string>"
],
"showInTraining": true,
"showIf": "<string>"
}
],
"options": [
{
"name": "<string>",
"type": "<string>",
"groupOptions": "<array>",
"properties": {},
"tabName": "<string>",
"aliases": [
"<string>"
],
"label": "<string>",
"falseLabel": "<string>",
"hint": "<string>",
"required": true,
"subType": "<string>",
"listType": "<string>",
"displayProperties": {},
"listLabel": "<string>",
"listDescription": "<string>",
"featureFlag": "<string>",
"default": {},
"description": "<string>",
"supportArticle": "<string>",
"overviewMarkdown": "<string>",
"showIf": "<string>",
"developerOnly": true,
"showOnPopup": true,
"possibleValues": [
{
"label": "<string>",
"value": {},
"description": "<string>"
}
]
}
]
}
],
"defaultSchedules": [
{
"type": "<string>",
"cronExpression": "<string>",
"lastEvent": "2023-11-07T05:31:56Z",
"nextEvent": "2023-11-07T05:31:56Z"
}
],
"subscription": "<string>"
}
],
"number": 123,
"sort": [
{
"direction": "<string>",
"nullHandling": "<string>",
"ascending": true,
"property": "<string>",
"ignoreCase": true
}
],
"first": true,
"numberOfElements": 123,
"pageable": {
"offset": 123,
"sort": [
{
"direction": "<string>",
"nullHandling": "<string>",
"ascending": true,
"property": "<string>",
"ignoreCase": true
}
],
"paged": true,
"unpaged": true,
"pageNumber": 123,
"pageSize": 123
},
"last": true,
"empty": true
}Get the available model for the organization
curl --request GET \
--url http://localhost/api/organizations/{id}/availableAssistants{
"totalPages": 123,
"totalElements": 123,
"size": 123,
"content": [
{
"orgSlug": "<string>",
"slug": "<string>",
"type": "<string>",
"name": "<string>",
"version": "<string>",
"ref": "<string>",
"template": true,
"description": "<string>",
"get_id": "<string>",
"publicAccess": true,
"imageUrl": "<string>",
"icon": "<string>",
"overviewMarkdown": "<string>",
"provider": "<string>",
"providerUrl": "<string>",
"providerImageUrl": "<string>",
"deleteProtection": true,
"checksum": "<string>",
"deprecated": true,
"extensionPackRef": "<string>",
"schedulable": true,
"reactive": true,
"assistant": {
"package": "<string>",
"class": "<string>"
},
"services": [
{
"orgSlug": "<string>",
"slug": "<string>",
"type": "<string>",
"name": "<string>",
"version": "<string>",
"ref": "<string>",
"template": true,
"description": "<string>",
"get_id": "<string>",
"publicAccess": true,
"imageUrl": "<string>",
"icon": "<string>",
"overviewMarkdown": "<string>",
"provider": "<string>",
"providerUrl": "<string>",
"providerImageUrl": "<string>",
"deleteProtection": true,
"checksum": "<string>",
"deprecated": true
}
],
"processingTaxonomies": [
{
"ref": "<string>"
}
],
"options": [
{
"name": "<string>",
"type": "<string>",
"groupOptions": "<array>",
"properties": {},
"tabName": "<string>",
"aliases": [
"<string>"
],
"label": "<string>",
"falseLabel": "<string>",
"hint": "<string>",
"required": true,
"subType": "<string>",
"listType": "<string>",
"displayProperties": {},
"listLabel": "<string>",
"listDescription": "<string>",
"featureFlag": "<string>",
"default": {},
"description": "<string>",
"supportArticle": "<string>",
"overviewMarkdown": "<string>",
"showIf": "<string>",
"developerOnly": true,
"showOnPopup": true,
"possibleValues": [
{
"label": "<string>",
"value": {},
"description": "<string>"
}
]
}
],
"optionTabs": [
{
"name": "<string>",
"description": "<string>",
"icon": "<string>",
"optionNames": [
"<string>"
],
"showInTraining": true,
"showIf": "<string>"
}
],
"additionalTaxonOptions": [
{
"name": "<string>",
"type": "<string>",
"groupOptions": "<array>",
"properties": {},
"tabName": "<string>",
"aliases": [
"<string>"
],
"label": "<string>",
"falseLabel": "<string>",
"hint": "<string>",
"required": true,
"subType": "<string>",
"listType": "<string>",
"displayProperties": {},
"listLabel": "<string>",
"listDescription": "<string>",
"featureFlag": "<string>",
"default": {},
"description": "<string>",
"supportArticle": "<string>",
"overviewMarkdown": "<string>",
"showIf": "<string>",
"developerOnly": true,
"showOnPopup": true,
"possibleValues": [
{
"label": "<string>",
"value": {},
"description": "<string>"
}
]
}
],
"taxonFeatures": [
{
"taxonPath": "<string>",
"groupOnly": true,
"options": [
{
"name": "<string>",
"type": "<string>",
"groupOptions": "<array>",
"properties": {},
"tabName": "<string>",
"aliases": [
"<string>"
],
"label": "<string>",
"falseLabel": "<string>",
"hint": "<string>",
"required": true,
"subType": "<string>",
"listType": "<string>",
"displayProperties": {},
"listLabel": "<string>",
"listDescription": "<string>",
"featureFlag": "<string>",
"default": {},
"description": "<string>",
"supportArticle": "<string>",
"overviewMarkdown": "<string>",
"showIf": "<string>",
"developerOnly": true,
"showOnPopup": true,
"possibleValues": [
{
"label": "<string>",
"value": {},
"description": "<string>"
}
]
}
]
}
],
"eventTypes": [
{
"name": "<string>",
"icon": "<string>",
"label": "<string>",
"description": "<string>",
"contentObject": true,
"entryPoints": [
"<string>"
],
"optionTabs": [
{
"name": "<string>",
"description": "<string>",
"icon": "<string>",
"optionNames": [
"<string>"
],
"showInTraining": true,
"showIf": "<string>"
}
],
"options": [
{
"name": "<string>",
"type": "<string>",
"groupOptions": "<array>",
"properties": {},
"tabName": "<string>",
"aliases": [
"<string>"
],
"label": "<string>",
"falseLabel": "<string>",
"hint": "<string>",
"required": true,
"subType": "<string>",
"listType": "<string>",
"displayProperties": {},
"listLabel": "<string>",
"listDescription": "<string>",
"featureFlag": "<string>",
"default": {},
"description": "<string>",
"supportArticle": "<string>",
"overviewMarkdown": "<string>",
"showIf": "<string>",
"developerOnly": true,
"showOnPopup": true,
"possibleValues": [
{
"label": "<string>",
"value": {},
"description": "<string>"
}
]
}
]
}
],
"defaultSchedules": [
{
"type": "<string>",
"cronExpression": "<string>",
"lastEvent": "2023-11-07T05:31:56Z",
"nextEvent": "2023-11-07T05:31:56Z"
}
],
"subscription": "<string>"
}
],
"number": 123,
"sort": [
{
"direction": "<string>",
"nullHandling": "<string>",
"ascending": true,
"property": "<string>",
"ignoreCase": true
}
],
"first": true,
"numberOfElements": 123,
"pageable": {
"offset": 123,
"sort": [
{
"direction": "<string>",
"nullHandling": "<string>",
"ascending": true,
"property": "<string>",
"ignoreCase": true
}
],
"paged": true,
"unpaged": true,
"pageNumber": 123,
"pageSize": 123
},
"last": true,
"empty": true
}Zero-based page index (0..N)
The size of the page to be returned
Sorting criteria in the format: property(,asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
A filter that will be applied
A simple text query that will be applied
OK
Show child attributes
The slug of the organization that owns this metadata object
The slug used when referencing this metadata object
The type of metadata object
The name of the object
The version of the object
The reference to the metadata object
Is this component a template that can be used to create new components
The description of the object
An internal identifier (not for public use)
Is the metadata object publicly accessible by other organizations
URL of image when presenting this object in a UI
Material Icon name to use in the UI
Markdown that is used to present the overview of the object
The details of the of provider
The link to the provider website
The link to the model image
Delete protection status
The checksum of the metadata, calculated by the platform and used to determine if the metadata has changed
The resource is marked for deprecation
The reference to the extension pack (if the metadata object was created by an extension pack)
The assistant can be scheduled
The assistant is reactive to content changes
Services used by the assistant
Show child attributes
The slug of the organization that owns this metadata object
The slug used when referencing this metadata object
The type of metadata object
The name of the object
The version of the object
The reference to the metadata object
Is this component a template that can be used to create new components
The description of the object
An internal identifier (not for public use)
Is the metadata object publicly accessible by other organizations
URL of image when presenting this object in a UI
Material Icon name to use in the UI
Markdown that is used to present the overview of the object
The details of the of provider
The link to the provider website
The link to the model image
Delete protection status
The checksum of the metadata, calculated by the platform and used to determine if the metadata has changed
The resource is marked for deprecation
Options for the assistant
Show child attributes
This are additional properties that can be set on a label when the assistant is part of the project
Show child attributes
This are additional properties that can be set as part of the taxon in the taxonomy (not a label but at the taxon level) they will be stored under the type_features
Show child attributes
Show child attributes
Custom event types that the assistant is able to response to
Show child attributes
The name of the event
The name of a Material Design Icon to use for the event
The label to use on the event in the UI
The long description for the event
Does the event require a content object
Entrypoints should we show this event (test, assistantBar, documentFamily)
Entrypoints should we show this event (test, assistantBar, documentFamily)
Definition of how the options will be grouped onto tabs
Options available for this event
Show child attributes
The subscription that the assistant has, this can not be overridden by the subscription in the instance
Show child attributes