Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 4.69 KB

File metadata and controls

15 lines (12 loc) · 4.69 KB

List

Fields

Field Type Required Description Example
created_at Date Timestamp when the list was created 2021-01-01T01:01:01.000Z
id T.nilable(::String) Unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
items T::Array<Models::Shared::ListItem> N/A
name T.nilable(::String) N/A
remote_id T.nilable(::String) Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
type T.nilable(Models::Shared::ListType) The list type
unified_custom_fields T::Hash[Symbol, ::Object] Custom Unified Fields configured in your StackOne project {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
updated_at Date Timestamp when the list was last updated 2021-01-01T01:01:01.000Z