Links

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
/v3/projects/
Get a list of projects the user belongs
get
https://api.tiledesk.com
/v3/projects/:project_id
Get the project detail
get
https://api.tiledesk.com
/v3/projects/:project_id/users/availables
Return the available agents
get
https://api.tiledesk.com
/v3/projects/:project_id/isopen
Return if the project is open regarding operating hours
Last modified 6d ago