Tiledesk Developer Hub
Website
Community
Tutorials
Sign up FREE
Search…
Introduction
Community
Tutorials
Changelog
Widget
Widget SDK
Javascript API: Methods
Javascript API: Attributes
Javascript API: Listeners/Events
Widget Authentication
Widget Angular integration
Widget React integration
Widget for Android with WebView
Widget for iOS with WKWebView
Tutorials
Conversation Embedded Apps
Advanced
External Chatbot
Introduction
Hello World tutorial
Chatbot to Human handoff
Send Text Buttons
Advanced Tutorials
Rasa tutorials
Resolution bot
Introduction
Quickstart
Webhook service
Rich messages
Tutorials
APIs
REST API
Introduction
Authentication
Requests
Leads
Messages
Activities
Projects
Team
User
Analytics
Canned responses
Tags
Events
Jwt
Labels
Images
Files
Chat Bots
Management Api
NodeJS SDK
Webhooks
Realtime API
JWT Authentication
Tutorials
Apps
Build Custom App - Quick start
External Channels integration flow diagram
Telegram integration tutorial
Dashboard & AgentChat SDK
Dashboard SDK
Agent Chat SDK
Architecture
Architecture overview
Components list
Bot Design diagram
Multi Channel Message Flow
Installation
Installation
Running Tiledesk using Docker Compose
Running Tiledesk with Kubernetes using Helm
Choosing Hardware
Install Tiledesk with Firebase Chat21 Engine
Configuration
Chat21 channel configuration
Email parameters and templates configuration
Configure the logging system
Configure the Enteprise modules
Powered By
GitBook
Projects
The Project model
Key
Type
Description
id
String
The unique identifier for the project which is given by Tiledesk.
name
String
The project name.
activeOperatingHours
Boolena
Determine if the operating hours option is enabled
operatingHours
Object
The operating hours settings.
settings
Object
The project settings
widget
Object
The widget settings.
profile
Object
The project profile object
status
Number
The project status. Permitted values: 100 active, 0 disabled
createdAt
String
The time (ISO-8601 date string) when the project was created.
updatedAt
String
The time (ISO-8601 date string) when the project was updated.
createdBy
String
The unique identifier of the row creator
get
https://api.tiledesk.com
/v2/projects/
Get a list of projects the user belongs
get
https://api.tiledesk.com
/v2/projects/:project_id
Get the project detail
get
https://api.tiledesk.com
/v2/projects/:project_id/users/availables
Return the available agents
get
https://api.tiledesk.com
/v2/projects/:project_id/isopen
Return if the project is open regarding operating hours
Previous
Activities
Next
Team
Last modified
1yr ago
Copy link
Outline
get
Get a list of projects the user belongs
get
Get the project detail
get
Return the available agents
get
Return if the project is open regarding operating hours