labels_color
{
"xml": {
"name": "label"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A valid label color or null"
}
}
}
labels_name
{
"xml": {
"name": "label"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 0 to 16384"
}
}
}
lists
{
"xml": {
"name": "list"
},
"type": "object",
"properties": {
"pos": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
},
"name": {
"type": "string",
"description": "a string with a length from 1 to 16384"
},
"closed": {
"type": "string",
"description": " true or false"
},
"idBoard": {
"type": "string",
"description": "id of the board that the list should be added to"
},
"subscribed": {
"type": "string",
"description": " true or false"
},
"idListSource": {
"type": "string",
"description": "The id of the list to copy into a new list."
}
}
}
lists_cards
{
"xml": {
"name": "list"
},
"type": "object",
"properties": {
"due": {
"type": "string",
"description": "A date, or null"
},
"desc": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"name": {
"type": "string",
"description": "a string with a length from 1 to 16384"
},
"labels": {
"type": "string",
"description": "all or a comma-separated list of: blue, green, orange, purple, red or yellow"
},
"idMembers": {
"type": "string",
"description": "A comma-separated list of objectIds, 24-character hex strings"
}
}
}
lists_closed
{
"xml": {
"name": "list"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": " true or false"
}
}
}
lists_idBoard
{
"xml": {
"name": "list"
},
"type": "object",
"properties": {
"pos": {
"type": "string",
"description": "position of the list on the new board"
},
"value": {
"type": "string",
"description": "id of the board the list should be moved to"
}
}
}
lists_moveAllCards
{
"xml": {
"name": "list"
},
"type": "object",
"properties": {
"idBoard": {
"type": "string",
"description": "id of the board that the cards should be moved to"
}
}
}
lists_name
{
"xml": {
"name": "list"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
lists_pos
{
"xml": {
"name": "list"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
}
}
}
lists_subscribed
{
"xml": {
"name": "list"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": " true or false"
}
}
}
members
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"bio": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"fullName": {
"type": "string",
"description": "A string with a length of at least 1. Cannot begin or end with a space."
},
"initials": {
"type": "string",
"description": "A string with a length from 1 to 4. Cannot begin or end with a space"
},
"username": {
"type": "string",
"description": "A string with a length of at least 3. Only lowercase letters, underscores, and numbers are allowed. Must be unique."
},
"avatarSource": {
"type": "string",
"description": "One of: gravatar, none or upload"
},
"prefs/locale": {
"type": "string",
"description": "a string with a length from 0 to 255"
},
"prefs/colorBlind": {
"type": "string",
"description": " true or false"
},
"prefs/minutesBetweenSummaries": {
"type": "string",
"description": "-1 (disabled), 1 or 60"
}
}
}
members_avatar
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "A file"
}
}
}
members_avatarSource
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "One of: gravatar, none or upload"
}
}
}
members_bio
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 0 to 16384"
}
}
}
members_boardBackgrounds
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "A file"
},
"tile": {
"type": "string",
"description": " true or false"
},
"brightness": {
"type": "string",
"description": "One of: dark, light or unknown"
}
}
}
members_boardStars
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"pos": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
},
"idBoard": {
"type": "string",
"description": "The id of the board to star"
}
}
}
members_boardStars_idBoard
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "An id"
}
}
}
members_boardStars_pos
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
}
}
}
members_customBoardBackgrounds
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "A file"
},
"tile": {
"type": "string",
"description": " true or false"
},
"brightness": {
"type": "string",
"description": "One of: dark, light or unknown"
}
}
}
members_customEmoji
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "A file"
},
"name": {
"type": "string",
"description": "a string with a length from 2 to 64"
}
}
}
members_customStickers
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "A file"
}
}
}
members_fullName
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A string with a length of at least 1. Cannot begin or end with a space."
}
}
}
members_initials
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A string with a length from 1 to 4. Cannot begin or end with a space"
}
}
}
members_oneTimeMessagesDismissed
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "Type of message dismissed"
}
}
}
members_savedSearches
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"pos": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
},
"name": {
"type": "string",
"description": "A non-empty string with at least one non-space character"
},
"query": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
members_savedSearches_name
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A non-empty string with at least one non-space character"
}
}
}
members_savedSearches_pos
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A position. top , bottom , or a positive number."
}
}
}
members_savedSearches_query
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 1 to 16384"
}
}
}
members_username
{
"xml": {
"name": "member"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A string with a length of at least 3. Only lowercase letters, underscores, and numbers are allowed. Must be unique."
}
}
}
myPrefs_emailPosition
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "One of: bottom or top"
}
}
}
myPrefs_idEmailList
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "An id"
}
}
}
myPrefs_showListGuide
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": " true or false"
}
}
}
myPrefs_showSidebar
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": " true or false"
}
}
}
myPrefs_showSidebarActivity
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": " true or false"
}
}
}
myPrefs_showSidebarBoardActions
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": " true or false"
}
}
}
myPrefs_showSidebarMembers
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": " true or false"
}
}
}
notifications
{
"xml": {
"name": "notification"
},
"type": "object",
"properties": {
"unread": {
"type": "string",
"description": " true or false"
}
}
}
notifications_unread
{
"xml": {
"name": "notification"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": " true or false"
}
}
}
organizations
{
"xml": {
"name": "organization"
},
"type": "object",
"properties": {
"desc": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"name": {
"type": "string",
"description": "a string with a length from 0 to 16384"
},
"website": {
"type": "string",
"description": "A URL starting with http:// or https:// or null"
},
"displayName": {
"type": "string",
"description": "A string with a length of at least 1. Cannot begin or end with a space."
},
"prefs/permissionLevel": {
"type": "string",
"description": "One of: private or public"
},
"prefs/associatedDomain": {
"type": "string",
"description": "The google apps domain to link this org to."
},
"prefs/googleAppsVersion": {
"type": "string",
"description": "a number from 1 to 2"
},
"prefs/orgInviteRestrict": {
"type": "string",
"description": "An email address with optional expansion tokens"
},
"prefs/externalMembersDisabled": {
"type": "string",
"description": " true or false"
},
"prefs/boardVisibilityRestrict/org": {
"type": "string",
"description": "One of: admin, none or org"
},
"prefs/boardVisibilityRestrict/public": {
"type": "string",
"description": "One of: admin, none or org"
},
"prefs/boardVisibilityRestrict/private": {
"type": "string",
"description": "One of: admin, none or org"
}
}
}
organizations_desc
{
"xml": {
"name": "organization"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "a string with a length from 0 to 16384"
}
}
}
organizations_displayName
{
"xml": {
"name": "organization"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A string with a length of at least 1. Cannot begin or end with a space."
}
}
}
organizations_logo
{
"xml": {
"name": "organization"
},
"type": "object",
"properties": {
"file": {
"type": "string",
"description": "A file"
}
}
}
organizations_members
{
"xml": {
"name": "organization"
},
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "One of: admin, normal or observer"
},
"email": {
"type": "string",
"description": "An email address"
},
"fullName": {
"type": "string",
"description": "A string with a length of at least 1. Cannot begin or end with a space."
}
}
}
organizations_members_deactivated
{
"xml": {
"name": "organization"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": " true or false"
}
}
}
organizations_memberships
{
"xml": {
"name": "organization"
},
"type": "object",
"properties": {
"type": {
"type": "string",
"description": "One of: admin, normal or observer"
},
"member_fields": {
"type": "string",
"description": "all or a comma-separated list of: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username"
}
}
}
organizations_name
{
"xml": {
"name": "organization"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A string with a length of at least 3. Only lowercase letters, underscores, and numbers are allowed. Must be unique."
}
}
}
organizations_website
{
"xml": {
"name": "organization"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A URL starting with http:// or https:// or null"
}
}
}
prefs_associatedDomain
{
"xml": {
"name": "organization"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "The google apps domain to link this org to."
}
}
}
prefs_background
{
"xml": {
"name": "board"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "A standard background name, or the id of a custom background"
}
}
}
prefs_boardVisibilityRestrict
{
"xml": {
"name": "organization"
},
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "One of: admin, none or org"
}
}
}