Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
77 lines (54 loc) · 3.99 KB

StoryResponseAllOf.md

File metadata and controls

77 lines (54 loc) · 3.99 KB

Asana.StoryResponseAllOf

Properties

Name Type Description Notes
createdBy UserCompact [optional]
type String [optional] [readonly]
isEditable Boolean Conditional. Whether the text of the story can be edited after creation. [optional] [readonly]
isEdited Boolean Conditional. Whether the text of the story has been edited after creation. [optional] [readonly]
hearted Boolean Deprecated - please use likes instead Conditional. True if the story is hearted by the authorized user, false if not. [optional] [readonly]
hearts [Like] Deprecated - please use likes instead Conditional. Array of likes for users who have hearted this story. [optional] [readonly]
numHearts Number Deprecated - please use likes instead Conditional. The number of users who have hearted this story. [optional] [readonly]
liked Boolean Conditional. True if the story is liked by the authorized user, false if not. [optional] [readonly]
likes [Like] Conditional. Array of likes for users who have liked this story. [optional] [readonly]
numLikes Number Conditional. The number of users who have liked this story. [optional] [readonly]
previews [Preview] Conditional. A collection of previews to be displayed in the story. Note: This property only exists for comment stories. [optional] [readonly]
oldName String Conditional' [optional]
newName String Conditional [optional] [readonly]
oldDates StoryResponseDates [optional]
newDates StoryResponseDates [optional]
oldResourceSubtype String Conditional [optional] [readonly]
newResourceSubtype String Conditional [optional] [readonly]
story StoryCompact [optional]
assignee UserCompact [optional]
follower UserCompact [optional]
oldSection SectionCompact [optional]
newSection SectionCompact [optional]
task TaskCompact [optional]
project ProjectCompact [optional]
tag TagCompact [optional]
customField CustomFieldCompact [optional]
oldTextValue String Conditional [optional] [readonly]
newTextValue String Conditional [optional] [readonly]
oldNumberValue Number Conditional [optional] [readonly]
newNumberValue Number Conditional [optional] [readonly]
oldEnumValue EnumOption [optional]
newEnumValue EnumOption [optional]
oldMultiEnumValues [EnumOption] Conditional [optional] [readonly]
newMultiEnumValues [EnumOption] Conditional [optional] [readonly]
newApprovalStatus String Conditional [optional] [readonly]
oldApprovalStatus String Conditional [optional] [readonly]
duplicateOf TaskCompact [optional]
duplicatedFrom TaskCompact [optional]
dependency TaskCompact [optional]
source String The component of the Asana product the user used to trigger the story. [optional] [readonly]
target TaskCompact [optional]

Enum: TypeEnum

  • comment (value: "comment")

  • system (value: "system")

Enum: SourceEnum

  • web (value: "web")

  • email (value: "email")

  • mobile (value: "mobile")

  • api (value: "api")

  • unknown (value: "unknown")