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

NameTypeDescription
gidoption​<string>
resource-typeoption​<string>
created-atoption​<string>
html-textoption​<string>
is-pinnedoption​<bool>
resource-subtypeoption​<string>
sticker-nameoption​<story-response-sticker-name-enum>
textoption​<string>
assigneeoption​<user-compact>
created-byoption​<user-compact>
custom-fieldoption​<custom-field-compact>
dependencyoption​<task-compact>
duplicate-ofoption​<task-compact>
duplicated-fromoption​<task-compact>
followeroption​<user-compact>
heartedoption​<bool>
heartsoption​<list​<like>>
is-editableoption​<bool>
is-editedoption​<bool>
likedoption​<bool>
likesoption​<list​<like>>
new-approval-statusoption​<string>
new-date-valueoption​<story-response-new-date-value>
new-datesoption​<story-response-dates>
new-enum-valueoption​<enum-option>
new-multi-enum-valuesoption​<list​<enum-option>>
new-nameoption​<string>
new-number-valueoption​<s32>
new-people-valueoption​<list​<user-compact>>
new-resource-subtypeoption​<string>
new-sectionoption​<section-compact>
new-text-valueoption​<string>
num-heartsoption​<s32>
num-likesoption​<s32>
old-approval-statusoption​<string>
old-date-valueoption​<story-response-old-date-value>
old-datesoption​<story-response-dates>
old-enum-valueoption​<enum-option>
old-multi-enum-valuesoption​<list​<enum-option>>
old-nameoption​<string>
old-number-valueoption​<s32>
old-people-valueoption​<list​<user-compact>>
old-resource-subtypeoption​<string>
old-sectionoption​<section-compact>
old-text-valueoption​<string>
previewsoption​<list​<preview>>
projectoption​<project-compact>
sourceoption​<story-response-source-enum>
storyoption​<story-compact>
tagoption​<tag-compact>
targetoption​<story-response-target>
taskoption​<task-compact>
type-opoption​<story-response-type-op-enum>