Requests
- Authorize
- Meetings
- MyMeetings
- MyTasks
- Tasks
- Users
- WebHooks
Objects
Enums
|
JSProjectUI
A UI object for project. It only contains the Id and Text.
Property name |
Value |
Description |
Id |
String |
The Unique id of the object. Objects will have a guid as id.
Objects created in MeetingBooster before the API was introduced may have an integer as id.
When you create a new object you should always give it a guid. |
Name |
String |
The project display name. |
JSON Example
{
"Name" : "My project",
"Id" :"19E8DF21-5E85-411C-9308-9C396A10B900",
}
|