| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://www.wrike.com/api/v4 | link | — | — | — |
Actions (78)
Attachments · 11
- Create attachment (in folder)POST /folders/{folderId}/attachments
Attach a file to a folder.
documented - Create attachment (in task)POST /tasks/{taskId}/attachments
Attach a file to a task.
documented - Delete attachmentDELETE /attachments/{attachmentId}
Remove an attachment.
documented - Download attachmentGET /attachments/{attachmentId}/download
Download the attachment file.
documented - Get attachment URLGET /attachments/{attachmentId}/url
Get a public URL for the attachment.
documented - List attachmentsGET /attachments
Get attachments in the account.
documented - List attachments by IDsGET /attachments/{attachmentId},{attachmentId},...
Get one or more attachments by ID(s) (up to 100).
documented - List attachments in folderGET /folders/{folderId}/attachments
Retrieve attachments attached to a folder.
documented - List attachments in taskGET /tasks/{taskId}/attachments
Retrieve attachments attached to a task.
documented - Preview attachmentGET /attachments/{attachmentId}/preview
Download a preview image for the attachment.
documented - Update attachmentPUT /attachments/{attachmentId}
Update attachment metadata.
documented
Comments · 8
- Create comment (in folder)POST /folders/{folderId}/comments
Create a new comment in a folder.
documented - Create comment (in task)POST /tasks/{taskId}/comments
Create a new comment in a task.
documented - Delete commentDELETE /comments/{commentId}
Delete a comment.
documented - List commentsGET /comments
Query comments (account-wide or within a folder/task).
documented - List comments in folderGET /folders/{folderId}/comments
Retrieve comments attached to a folder.
documented - List comments in taskGET /tasks/{taskId}/comments
Retrieve comments attached to a task.
documented - Query comments by IDsGET /comments/{commentId},{commentId},...
Get one or more comments by ID(s) (up to 100).
documented - Update commentPUT /comments/{commentId}
Update a comment.
documented
Tasks · 8
- Create taskPOST /folders/{folderId}/tasks
Create a task inside a folder.
documented - Delete taskDELETE /tasks/{taskId}
Delete a task.
documented - List tasksGET /tasks
Query tasks in default scope.
documented - List tasks by IDsGET /tasks/{taskId},{taskId},...
Get specific tasks by ID(s).
documented - List tasks in folderGET /folders/{folderId}/tasks
Query tasks in a folder.
documented - List tasks in spaceGET /spaces/{spaceId}/tasks
Query tasks in a space.
documented - Modify taskPUT /tasks/{taskId}
Update a task.
documented - Modify tasks (bulk)PUT /tasks/{taskId},{taskId},...
Update multiple tasks in one request.
documented
Timelogs · 8
- Create timelogPOST /tasks/{taskId}/timelogs
Create a timelog for a task.
documented - Delete timelogDELETE /timelogs/{timelogId}
Delete a timelog.
documented - List timelogsGET /timelogs
Query timelogs.
documented - List timelogs for contactGET /contacts/{contactId}/timelogs
Query timelogs for a contact.
documented - List timelogs in folderGET /folders/{folderId}/timelogs
Query timelogs for a folder.
documented - List timelogs in taskGET /tasks/{taskId}/timelogs
Query timelogs for a task.
documented - Modify timelogPUT /timelogs/{timelogId}
Update a timelog.
documented - Query timelog by IDGET /timelogs/{timelogId},...
Get timelogs by ID.
documented
Folders & Projects · 7
- Copy folderPOST /copy_folder/{folderId}
Duplicate a folder structure.
documented - Copy folder asynchronouslyPOST /copy_folder_async/{folderId}
Queue an asynchronous folder copy.
documented - Create folderPOST /folders/{folderId}/folders
Create a subfolder under a given folder.
documented - Delete folderDELETE /folders/{folderId}
Delete a folder.
documented - Get folderGET /folders/{folderId}
Retrieve a folder by ID.
documented - Modify folderPUT /folders/{folderId}
Update folder properties.
documented - Modify folders (bulk)PUT /folders/{folderId},{folderId},...
Update multiple folders in one request.
documented
Bookings · 6
- Create bookingPOST /bookings
Create a booking in a folder or space.
documented - Delete bookingDELETE /bookings/{bookingId}
Delete a booking.
documented - List bookingsGET /bookings
Query bookings.
documented - List bookings by IDsGET /bookings/{bookingId},{bookingId},...
Retrieve bookings by ID(s) (up to 100).
documented - List bookings in folderGET /folders/{folderId}/bookings
Retrieve bookings for a folder.
documented - Update bookingPUT /bookings/{bookingId}
Update a booking.
documented
Timesheets · 6
- Create timesheetPOST /timesheets
Create a timesheet.
documented - Get timesheetGET /timesheets/{timesheetId}
Retrieve a timesheet by ID.
documented - List timesheet submission rulesGET /timesheet_submission_rules
Query timesheet submission rules.
documented - List timesheetsGET /timesheets
Query timesheets.
documented - Modify timesheetPUT /timesheets/{timesheetId}
Update a timesheet.
documented - Update timesheet submission rulesPUT /workschedules/{workscheduleId}/timesheet_submission_rules
Update timesheet submission rules for a workschedule.
documented
Workflows · 6
- Create workflowPOST /workflows
Create a workflow.
documented - Get workflowGET /workflows/{workflowId}
Retrieve a workflow by ID.
documented - Get workflowGET /workflows/{workflowId}
Retrieve a workflow by ID.
documented - List workflowsGET /workflows
Query workflows.
documented - List workflows in spaceGET /spaces/{spaceId}/workflows
Query workflows in a space.
documented - Modify workflowPUT /workflows/{workflowId}
Update a workflow.
documented
Spaces · 5
Contacts · 4
- List contactsGET /contacts
Query contacts in the account (IDs can be supplied for batch retrieval).
documented - Query contacts by IDsGET /contacts/{contactId},{contactId},...
Retrieve one or more contacts by their IDs (up to 100 IDs).
documented - Query contacts historyGET /contacts/{contactId},{contactId},.../contacts_history
Retrieve the history for specified contacts.
documented - Update contactPUT /contacts/{contactId}
Update a specific contact.
documented