Producteev
Producteev is the leading social task management solution for teams. It’s helped thousands of teams get work done faster and more effectively. It's brought to you by Jive, the world's # 1 social business provider.
50 subscribers
15 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Producteev endpoints
| Method | Endpoint | Description |
|---|---|---|
| NLP Suggestions | ||
| GET |
Return a list of suggestions for the natural language processing /nlp_suggestions/{project_id} |
The call will return a collection of NLP suggestion object. |
| Labels | ||
| PUT |
Update a label /labels/{id} |
Updating a label allows you to change its title and colors. You can send only the field you wanna update, or the full object, we will update only the field that are differents… |
| DELETE |
Delete a label /labels/{id} |
Delete a Label from the network. |
| GET |
Return suggested colors for labels /label_colors |
Return the list of recommended colors (foreground and background) for the labels. You can create your labels with your own colors, but we strongly recommend to use colors… |
| POST |
Create a new label on the network /labels |
To create a Label, you need to POST a JSON label object containing the "title", "foreground_color", "background_color" for creation only you also need to send the id of the… |
| GET |
Get the Label with the specified id /labels/{id} |
Labels are attached to a task and are available across all your projects inside a network. This method returns a Label Object. |
| Files | ||
| GET |
Get a Producteev file by its id /files/{id} |
Files are usually attached to Notes. But because they remain an independant object type in the system, you need to upload the file first before being able to attach it to a note. |
| DELETE |
Delete a Producteev file /files/{id} |
Delete a file from the cloud storage. |
| POST |
Upload a remote file /upload/remotefiles |
To create a file object from a remote source you need to POST a JSON object prefixed by "remoteFile" and containing the "url" and "fileName". |
| POST |
Upload a local file /upload/files |
To create a file object from a local source you need to POST the file using the classic Multipart/form-data. The key for the uploaded data must be "file". |
| Network Invitations | ||
| POST |
Add a restricted project to a network invitation /network_invitations/{id}/projects/{project_id} |
Add a restricted project to a network invitation so the user joining the invitation will join the restricted project automatically. This Method will return the list of restricted… |
| POST |
Invite a user to join the network. You can use the user id or an email address /network_invitations |
In order to invite a user on a network, you need to create a Network Invitation. You need to specify the targetUser (or an email address), the network and the type (@see list… |
| GET |
Get the list of pending invitation for the current user /network_invitations |
Network Invitations are used to add people in existing networks. To invite someone you can either use the targetUser attribute if you know that this person is on Producteev and… |
| PUT |
Accept or refuse an invitation to join a network /network_invitations/{id} |
Updating an invitation is the way to accept or refuse it. To do so, you need to change the status attribute. |
| POST |
Re-send the email for a network invitation /network_invitations/{id}/resend |
Re-send the email for a network invitation. This call works only if the invitation has the status network_invitation.status = 'pending' |
Producteev pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|