Project is a term used in Desk Platform API which refers to a corresponding Sendbird application on the Sendbird Dashboard. With the Project API, you can update settings of a Desk project or retrieve the information on working hours.
Note: Every Desk project has a corresponding Sendbird application. The {desk_api_key} in the HTTP request header identifies a specific project.
API endpoints are relative to the base URL allocated to your application. In this page, the /projects endpoint refers to https://desk-api-{application_id}.sendbird.com/platform/v1/projects.
Note: If you want to know your application ID, sign in to your dashboard, go to Settings > Application > General, and then check the Application ID.
The following table lists the properties of an HTTP request that this action supports.
Optional
Property name
Type
Description
activeToIdleTime
int
Specifies the time in minutes taken from a ticket’s status to change from Active to Idle, which must be greater than 0 and less than 10080.
idleToClosedTime
int
Specifies the time in minutes taken from a ticket’s status to change from Idle to Closed, which must be greater than 0 and less than 10080.
idleToClosedReminderTime
int
Specifies the time in minutes to send a reminder, which must be greater than 0 and less than idleToClosedTime. The reminder time works counterclockwise, meaning that it counts time backward from idleToClosedTime. For example, if idleToClosedReminderTime is 10 minutes, the reminder is sent 10 minutes before idle tickets automatically change to closed tickets.
wipToPendingTime
int
Specifies the time in minutes taken from a ticket’s status to change from In Progress to Pending, which must be greater than 0 and less than 10080.