Moxtra
Moxtra delivers a mobile-first collaboration platform that can be embedded within existing applications, allowing developers to deploy a powerful mobile solution – quickly and affordably, without long development cycles. We transform innovative mobile apps and legacy software solutions alike into tools for social business, keeping distributed teams engaged and productive inside their existing…
Moxtra endpoints
| Method | Endpoint | Description |
|---|---|---|
| User | ||
| GET |
Get User /{user_id} |
Get the contents of a user object identified by {user_id} |
| GET |
User unread feeds /{user_id}/unreadfeeds |
Get the number of a user's unread feeds identified by {user_id} |
| POST |
Update user profile /{user_id} |
Update a user identified by {user_id} with input new value(s). |
| DELETE |
Delete User picture /{user_id}/picture |
Delete a user's propfile picture identified by {user_id}. |
| GET |
User Picture /{user_id}/picture |
Get a user's profile picture identified by {user_id} |
| GET |
User timeline /{user_id}/timeline |
Get a user's timeline for all activities in Moxtra identified by {user_id}. The feed result is in an Activity Stream format. |
| POST |
Upload User Picture /{user_id}/picture |
Upload a user's propfile picture identified by {user_id} via multipart/form-data. |
| Binder | ||
| GET |
Download binder pages /{binder_id}/downloadpdf |
Download binder pages |
| GET |
Get Binder details /{binder_id} |
Get binder details identified by {binder_id} |
| DELETE |
Delete a binder /{binder_id} |
Delete a binder identified by {binder_id} |
| POST |
Add Message to Binder Chat /{binder_id}/comments |
Add a message to a binder chat identified by {binder_id} |
| POST |
Remove user from binder with email /{binder_id}/removeuser |
Remove an user from a binder identified by {binder_id} with email |
| GET |
Binder List /{user_id}/binders |
Get binder list identified by {user_id} |
| POST |
Create Binder /me/binders |
Create a binder identified by {user_id} |
| POST |
Clone binder /{binder_id}/clone |
Duplicate/Clone the binder identified by {binder_id} |
| POST |
Add team users to a binder /{binder_id}/addteamuser |
Add users from the same team into the binder identified by {binder_id} |
| POST |
Rename a binder /{binder_id} |
Rename a binder name identified by {binder_id} |
| GET |
List Todo items in the binder /{binder_id}/todos |
Get all todo items in the binder identified by {binder_id} |
| GET |
Binder View Only Link /{binder_id}/viewonlylink |
Get a view only link for the binder identified by {binder_id} |
| POST |
Remove user from binder with unique id /{binder_id}/removeuser |
Remove user from binder with unique id |
| GET |
Get Binder Conversations /{binder_id}/conversations |
Get the conversations ins a binder identified by {binder_id}. The feed result is in Activity Stream format. |
| POST |
Add a Todo item /{binder_id}/todos |
Add a todo item in the binder identified by {binder_id} |
| DELETE |
Delete Message in Binder Chat /{binder_id}/comments/{comment_id} |
Delete a message in binder chat identified by {binder_id} & {comment_id} |
| DELETE |
Delete a Todo item /{binder_id}/todos/{todo_id} |
Delete a todo item in the binder identified by {binder_id} & {todo_id} |
| POST |
Invite user to a binder /{binder_id}/inviteuser |
Invite users to join the binder identified by {binder_id} via email or unique_id |
| POST |
Update a Todo item /{binder_id}/todos/{todo_id} |
Update a todo item in the binder identified by {binder_id} & {todo_id |
| POST |
Cover Upload /{binder_id}/coverupload |
Upload binder cover image to the binder identified by {binder_id} via multipart/form-data |
| Page | ||
| DELETE |
Delete Some Pages /{binder_id}/pages |
Delete some pages in a binder identified by {binder_id} |
| GET |
Page Download /{binder_id}/pagedownload/{page_id} |
Download a page identified by {binder_id} and {page_id} |
| POST |
Copy Pages to Binder /{binder_id}/copypages |
Copy all pages from one binder to another binder identified by {binder_id} |
| GET |
Get All Pages /{binder_id}/pages |
Get the details of all the pages in a binder identified by {binder_id} |
| POST |
Add Web Link Page /{binder_id}/pageweblink |
Add a web link kpage into the binder identified by {binder_id} |
| POST |
Add Page Comment /{binder_id}/pages/{page_id}/comments |
Add a comment to the page identified by {page_id} and {binder_id} |
| DELETE |
Delete Page /{binder_id}/pages/{page_id} |
Delete a page identified by {binder_id} and {page_id} |
| POST |
Add Annotation /{binder_id}/pages/{page_id}/annotations |
Add annotation to a page identified by {page_id} and {binder_id} |
| GET |
Get Some Pages /{binder_id}/pages |
Get the details of some pages in a binder identified by {binder_id} |
| GET |
Get Page Comments /{binder_id}/pages/{page_id}/comments |
Get the comments on a page identified by {page_id} and {binder_id} |
| POST |
Page Upload /{binder_id}/pageupload |
Upload pages to the binder identified by {binder_id} via multipart / form-data |
| POST |
Copy Some Pages to Binder /{binder_id}/copypages |
Copy some pages from one binder to another binder identified by {binder_id} |
| DELETE |
Delete Page Comment /{binder_id}/pages/{page_id}/comments/{comment_id} |
Delete a comment on the page identified by {comment_id}, {page_id} and {binder_id} |
| DELETE |
Delete Annotation /{binder_id}/pages/{page_id}/annotations/{client_uuid} |
Delete annotation on the page identified by {client_uuid}, {page_id} and {binder_id} |
| POST |
Move Some Pages to Binder /{binder_id}/movepages |
Move some pages from one binder to another binder identified by {binder_id} |
| Meet | ||
| POST |
Schedule Meet /meets/schedule |
Schedule a meet for future time |
| DELETE |
Delete Meet /meets/{session_key} |
Delete a meet identified by {session_key} |
| GET |
Get Meets List /{user_id}/meets |
Get meets list identified by {user_id} |
| GET |
Download Meet Calendar ICS file /meets/downloadICS/{session_key} |
Download the Calendar ICS file for scheduled meeting identified by {session_key} |
| POST |
Update Meet /meets/{session_key} |
Update a scheduled meet identified by {session_key} |
| POST |
Invite users to Meet /meets/inviteuser |
Invite users to join meet via email or unique_id |
| GET |
Get Meet Status /meets/status/{session_key} |
Get the meet status identified by {session_key}. The status values are SESSION_STARTED, SESSION_SCHEDULED, SESSION_ENDED, or SESSION_DELETED |
| GET |
Get Meet Recording /meets/recordings/{session_key} |
Get the meet recording details after the meet is ended, use this to download the meet recording identified by {session_key}. Note: Meet recording will only be available if it is… |
Moxtra pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|