Mutations
/create_timeline_item
create_timeline_item
Arguments
item_idID!Required
The item the timeline item will be created in.user_idInt
The user who created the timeline item. Only for account admins.titleString!Required
The title of the timeline item.timestampISO8601DateTime!Required
The creation time of the event.summaryString
contentString
locationString
Location field valuephoneString
Phone number field valueurlString
URL field valuetime_rangeTimelineItemTimeRange
The start and end time of the new timeline item.custom_activity_idString!Required
The id of the custom activity of the timeline item.
Returns
mutation create_timeline_item($item_id: ID!, $title: String!, $timestamp: ISO8601DateTime!, $custom_activity_id: String!) { create_timeline_item( item_id: $item_id title: $title timestamp: $timestamp custom_activity_id: $custom_activity_id ) { # create_timeline_item fields } }
Built with