Record
project-response
No description available.
record project-response {
gid: option<string>,
resource-type: option<string>,
name: option<string>,
archived: option<bool>,
color: option<project-request-color-enum>,
created-at: option<string>,
current-status: option<project-status-response>,
current-status-update: option<status-update-compact>,
custom-field-settings: option<list<custom-field-setting-response>>,
default-view: option<project-request-default-view-enum>,
due-date: option<string>,
due-on: option<string>,
html-notes: option<string>,
is-template: option<bool>,
members: option<list<user-compact>>,
modified-at: option<string>,
notes: option<string>,
public: option<bool>,
start-on: option<string>,
workspace: option<project-response-workspace>,
completed: option<bool>,
completed-at: option<string>,
completed-by: option<user-compact>,
created-from-template: option<project-response-created-from-template>,
custom-fields: option<list<custom-field-compact>>,
followers: option<list<user-compact>>,
icon: option<project-response-icon-enum>,
owner: option<user-compact>,
permalink-url: option<string>,
project-brief: option<project-response-project-brief>,
team: option<project-response-team>,
}Fields
| Name | Type | Description |
|---|---|---|
| gid | option<string> | |
| resource-type | option<string> | |
| name | option<string> | |
| archived | option<bool> | |
| color | option<project-request-color-enum> | |
| created-at | option<string> | |
| current-status | option<project-status-response> | |
| current-status-update | option<status-update-compact> | |
| custom-field-settings | option<list<custom-field-setting-response>> | |
| default-view | option<project-request-default-view-enum> | |
| due-date | option<string> | |
| due-on | option<string> | |
| html-notes | option<string> | |
| is-template | option<bool> | |
| members | option<list<user-compact>> | |
| modified-at | option<string> | |
| notes | option<string> | |
| public | option<bool> | |
| start-on | option<string> | |
| workspace | option<project-response-workspace> | |
| completed | option<bool> | |
| completed-at | option<string> | |
| completed-by | option<user-compact> | |
| created-from-template | option<project-response-created-from-template> | |
| custom-fields | option<list<custom-field-compact>> | |
| followers | option<list<user-compact>> | |
| icon | option<project-response-icon-enum> | |
| owner | option<user-compact> | |
| permalink-url | option<string> | |
| project-brief | option<project-response-project-brief> | |
| team | option<project-response-team> |