Appearance
Get default project.
GET
/backend/v1/project
Retrieves the default project for the specified group or chatbot, or the global settings if neither is provided.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Query Parameters
chatbotId
ID of chatbot to get the project for.
Responses
Successful Response
application/json
JSON
{
"project": {
"adminCount": 0,
"adminRoleId": "string",
"botType": "string",
"chatbotId": "string",
"config": {
"packages": [
{
"blocking": "string",
"enabled": "string",
"flagMessage": "string",
"force": "string",
"id": "string",
"mode": "string",
"version": "string"
}
],
"providerRouting": "string",
"providers": [
{
"default": "string",
"enabled": true,
"id": "string",
"name": "string",
"type": "string"
}
],
"scanners": [
{
"blocking": "string",
"enabled": "string",
"flagMessage": "string",
"force": "string",
"id": "string",
"mode": "string",
"version": "string"
}
]
},
"createdAt": "string",
"createdBy": "string",
"friendlyId": "string",
"id": "string",
"memberCount": 0,
"memberRoleId": "string",
"name": "string",
"type": "bot",
"updatedAt": "string"
}
}