- Get started
- Workspace
- Task Manager
- Portfolio
- Project
- Custom Fields
- Get project listGET
- Create projectPOST
- Update project infoPUT
- Delete projectDELETE
- Get projectGET
- Archive projectPOST
- Un Archive projectPOST
- Board
- BoardColumn
- Task
- Custom Fields
- CRM
- Funnels
- Funnel Statuses
- Deals
- Organizations
- Contacts
- Currencies
- User
- Attachments
Transfer custom field to task manager
POST
https://api.weeek.net/public/v1/tm/projects/{project_id}/custom-fields/{id}/transfer-to-task-manager
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
project_id
string
required
id
string
required
Responses
🟢200Success
application/json
Body
success
boolean
required
Example
{
"success": true
}
Modified at 2025-04-17 07:49:55