Response Tags and Attributes
<environment> | The condition under which the client is being run; either PRODUCTION, DEVELOPMENT, INACTIVE, TEST, STOPPED, or ARCHIVED |
|
|
<helpurl> | Points to the URL for the message board displayed by the hive in the above environment. |
|
|
<user> | Container for user-specific information. |
user_name (user_id) | A short string user for the user key. |
full_name | The first and last name of the user. |
password | The password of the user. |
project | (defined below) |
param | A name / value pair that can be used to give more information about a user. |
name | A name that describes how the param tag is used. |
admin | Indicates whether or not the user is an admin. |
<project> | Container for the projects associated with the user. |
id (project_id) | A unique string to identify a project |
name | The human-readable name of the project |
key | The key used to manage identified data of the project. |
wiki | A URL for information about the project. |
role | One tag for each role associated with the project. |
param | A name / value pair that can be used to give more information about a project. |
name | A name that describes how the param tag is used. |
<cell_datas> | Contains information about the cells a user has access to. |
id (cell_id) | A unique identifier for the cell. |
name | The name of the cell. |
url | The location of the cell. |
param | A field that can be used to give more information about a cell. |
<cell_datas> cannot be null.
<global_data> | Data which can be used by any of the cells, but is not specific to any individual cell, such as a database connection. Global_data is for additional variables associated with a particular domain. |
param | A field that can be used to give more information about a cell. |