curl --request GET \
--url http://localhost/api/organizations/{id}/availableModels{
"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>",
"metadata": {
"type": "<string>"
},
"storeType": "DOCUMENT",
"highQualityPreview": true,
"allowDataEditing": true,
"storePurpose": "OPERATIONAL",
"viewOptions": {
"showLastEvent": true,
"showExtension": true,
"showCreated": true,
"showModified": true,
"showPathCounts": true,
"showClassifications": true,
"showSize": true,
"showAssignments": true,
"showStatus": true,
"additionalColumns": [
{
"label": "<string>",
"path": "<string>"
}
],
"columnStates": {}
},
"viewPresets": [
{
"id": "<string>",
"name": "<string>",
"filterString": "<string>",
"enabledTaxons": {}
}
]
}
],
"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}/availableModels{
"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>",
"metadata": {
"type": "<string>"
},
"storeType": "DOCUMENT",
"highQualityPreview": true,
"allowDataEditing": true,
"storePurpose": "OPERATIONAL",
"viewOptions": {
"showLastEvent": true,
"showExtension": true,
"showCreated": true,
"showModified": true,
"showPathCounts": true,
"showClassifications": true,
"showSize": true,
"showAssignments": true,
"showStatus": true,
"additionalColumns": [
{
"label": "<string>",
"path": "<string>"
}
],
"columnStates": {}
},
"viewPresets": [
{
"id": "<string>",
"name": "<string>",
"filterString": "<string>",
"enabledTaxons": {}
}
]
}
],
"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