Record
story-response
No description available.
record story-response {
gid: option<string>,
resource-type: option<string>,
created-at: option<string>,
html-text: option<string>,
is-pinned: option<bool>,
resource-subtype: option<string>,
sticker-name: option<story-response-sticker-name-enum>,
text: option<string>,
assignee: option<user-compact>,
created-by: option<user-compact>,
custom-field: option<custom-field-compact>,
dependency: option<task-compact>,
duplicate-of: option<task-compact>,
duplicated-from: option<task-compact>,
follower: option<user-compact>,
hearted: option<bool>,
hearts: option<list<like>>,
is-editable: option<bool>,
is-edited: option<bool>,
liked: option<bool>,
likes: option<list<like>>,
new-approval-status: option<string>,
new-date-value: option<story-response-new-date-value>,
new-dates: option<story-response-dates>,
new-enum-value: option<enum-option>,
new-multi-enum-values: option<list<enum-option>>,
new-name: option<string>,
new-number-value: option<s32>,
new-people-value: option<list<user-compact>>,
new-resource-subtype: option<string>,
new-section: option<section-compact>,
new-text-value: option<string>,
num-hearts: option<s32>,
num-likes: option<s32>,
old-approval-status: option<string>,
old-date-value: option<story-response-old-date-value>,
old-dates: option<story-response-dates>,
old-enum-value: option<enum-option>,
old-multi-enum-values: option<list<enum-option>>,
old-name: option<string>,
old-number-value: option<s32>,
old-people-value: option<list<user-compact>>,
old-resource-subtype: option<string>,
old-section: option<section-compact>,
old-text-value: option<string>,
previews: option<list<preview>>,
project: option<project-compact>,
source: option<story-response-source-enum>,
story: option<story-compact>,
tag: option<tag-compact>,
target: option<story-response-target>,
task: option<task-compact>,
type-op: option<story-response-type-op-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| gid | option<string> | |
| resource-type | option<string> | |
| created-at | option<string> | |
| html-text | option<string> | |
| is-pinned | option<bool> | |
| resource-subtype | option<string> | |
| sticker-name | option<story-response-sticker-name-enum> | |
| text | option<string> | |
| assignee | option<user-compact> | |
| created-by | option<user-compact> | |
| custom-field | option<custom-field-compact> | |
| dependency | option<task-compact> | |
| duplicate-of | option<task-compact> | |
| duplicated-from | option<task-compact> | |
| follower | option<user-compact> | |
| hearted | option<bool> | |
| hearts | option<list<like>> | |
| is-editable | option<bool> | |
| is-edited | option<bool> | |
| liked | option<bool> | |
| likes | option<list<like>> | |
| new-approval-status | option<string> | |
| new-date-value | option<story-response-new-date-value> | |
| new-dates | option<story-response-dates> | |
| new-enum-value | option<enum-option> | |
| new-multi-enum-values | option<list<enum-option>> | |
| new-name | option<string> | |
| new-number-value | option<s32> | |
| new-people-value | option<list<user-compact>> | |
| new-resource-subtype | option<string> | |
| new-section | option<section-compact> | |
| new-text-value | option<string> | |
| num-hearts | option<s32> | |
| num-likes | option<s32> | |
| old-approval-status | option<string> | |
| old-date-value | option<story-response-old-date-value> | |
| old-dates | option<story-response-dates> | |
| old-enum-value | option<enum-option> | |
| old-multi-enum-values | option<list<enum-option>> | |
| old-name | option<string> | |
| old-number-value | option<s32> | |
| old-people-value | option<list<user-compact>> | |
| old-resource-subtype | option<string> | |
| old-section | option<section-compact> | |
| old-text-value | option<string> | |
| previews | option<list<preview>> | |
| project | option<project-compact> | |
| source | option<story-response-source-enum> | |
| story | option<story-compact> | |
| tag | option<tag-compact> | |
| target | option<story-response-target> | |
| task | option<task-compact> | |
| type-op | option<story-response-type-op-enum> |