Directus / @directus/sdk / rest / readFlow
Function: readFlow() ​
readFlow<
Schema
,TQuery
>(key
,query
?):RestCommand
<IfAny
<Schema
,Record
<string
,any
>, { [K in string | number | symbol]: Merge<MappedFunctionFields<Schema, UnpackList<IfAny<Schema, { accountability: (...) | (...); color: (...) | (...); date_created: (...) | (...); description: (...) | (...); icon: (...) | (...); id: string; name: string; operation: (...) | (...) | (...); options: (...) | (...); status: string; trigger: (...) | (...); user_created: (...) | (...) | (...) }, "directus_flows" extends keyof (...) ? (...) extends (...) ? (...) : (...) : { accountability: ...; color: ...; date_created: ...; description: ...; icon: ...; id: ...; name: ...; operation: ...; options: ...; status: ...; trigger: ...; user_created: ... }>>> extends FF ? MapFlatFields<UnpackList<IfAny<Schema, { accountability: (...) | (...); color: (...) | (...); date_created: (...) | (...); description: (...) | (...); icon: (...) | (...); id: string; name: string; operation: (...) | (...) | (...); options: (...) | (...); status: string; trigger: (...) | (...); user_created: (...) | (...) | (...) }, "directus_flows" extends keyof (...) ? (...) extends (...) ? (...) : (...) : { accountability: ...; color: ...; date_created: ...; description: ...; icon: ...; id: ...; name: ...; operation: ...; options: ...; status: ...; trigger: ...; user_created: ... }>>, FieldsWildcard<UnpackList<IfAny<Schema, { accountability: ...; color: ...; date_created: ...; description: ...; icon: ...; id: ...; name: ...; operation: ...; options: ...; status: ...; trigger: ...; user_created: ... }, (...) extends (...) ? (...) : (...)>>, Exclude<UnpackList<Mutable<(...)>>, PickRelationalFields<(...)> extends never ? never : AllKeys<(...)>>>, FF extends Record<string, string> ? FF<FF> : Record<string, string>> : never, PickRelationalFields<UnpackList<Mutable<TQuery["fields"]>>> extends never ? never : { [Field in string | number | symbol]: Field extends keyof UnpackList<IfAny<(...), (...), (...)>> ? Extract<(...)[(...)], ItemType<(...)>> extends RelatedCollection ? IsNullable<(...)[(...)], (...) | (...), (...) extends (...) ? (...) : (...)> : never : never }>[K] }>,Schema
>
Defined in: rest/commands/read/flows.ts:35
List an existing flow by primary key.
Type Parameters ​
• Schema
• TQuery extends Query
<Schema
, DirectusFlow
<Schema
>>
Parameters ​
key ​
DirectusFlow
<Schema
>["id"
]
The primary key of the dashboard
query? ​
TQuery
The query parameters
Returns ​
RestCommand
<IfAny
<Schema
, Record
<string
, any
>, { [K in string | number | symbol]: Merge<MappedFunctionFields<Schema, UnpackList<IfAny<Schema, { accountability: (...) | (...); color: (...) | (...); date_created: (...) | (...); description: (...) | (...); icon: (...) | (...); id: string; name: string; operation: (...) | (...) | (...); options: (...) | (...); status: string; trigger: (...) | (...); user_created: (...) | (...) | (...) }, "directus_flows" extends keyof (...) ? (...) extends (...) ? (...) : (...) : { accountability: ...; color: ...; date_created: ...; description: ...; icon: ...; id: ...; name: ...; operation: ...; options: ...; status: ...; trigger: ...; user_created: ... }>>> extends FF ? MapFlatFields<UnpackList<IfAny<Schema, { accountability: (...) | (...); color: (...) | (...); date_created: (...) | (...); description: (...) | (...); icon: (...) | (...); id: string; name: string; operation: (...) | (...) | (...); options: (...) | (...); status: string; trigger: (...) | (...); user_created: (...) | (...) | (...) }, "directus_flows" extends keyof (...) ? (...) extends (...) ? (...) : (...) : { accountability: ...; color: ...; date_created: ...; description: ...; icon: ...; id: ...; name: ...; operation: ...; options: ...; status: ...; trigger: ...; user_created: ... }>>, FieldsWildcard<UnpackList<IfAny<Schema, { accountability: ...; color: ...; date_created: ...; description: ...; icon: ...; id: ...; name: ...; operation: ...; options: ...; status: ...; trigger: ...; user_created: ... }, (...) extends (...) ? (...) : (...)>>, Exclude<UnpackList<Mutable<(...)>>, PickRelationalFields<(...)> extends never ? never : AllKeys<(...)>>>, FF extends Record<string, string> ? FF<FF> : Record<string, string>> : never, PickRelationalFields<UnpackList<Mutable<TQuery["fields"]>>> extends never ? never : { [Field in string | number | symbol]: Field extends keyof UnpackList<IfAny<(...), (...), (...)>> ? Extract<(...)[(...)], ItemType<(...)>> extends RelatedCollection ? IsNullable<(...)[(...)], (...) | (...), (...) extends (...) ? (...) : (...)> : never : never }>[K] }>, Schema
>
Returns the requested flow object.
Throws ​
Will throw if key is empty