- getAll(options?, sdkOptions?): Promise<Response>
Parameters
Optional
options: {
headers?: Record<string, string>;
query?: Record<string, string>;
} & {
headers?: Headers;
query?: {
[key: string]: string | number | (string | number | null | undefined)[] | null | undefined;
};
}
Optional
sdkOptions: SDKOptions
Returns Promise<Response>
See
https://globusonline.github.io/flows/#tag/Flows/paths/~1flows/get