get-/automation/v4/flows
GET
/automation/v4/flows https://api.hubapi.com
Parameters
query Query Parameters
| Name | Type |
|---|---|
after | string |
limit | number |
Responses
200 application/json
successful operation
interface CollectionResponseApiFlowListingForwardPaging {
paging?:ForwardPaging ;
results:ApiFlowListing [];
}
paging?:
results:
}
default */*
An error occurred.
interface Error {
category: string;
context?: { };
correlationId: string;
errors?:ErrorDetail [];
links?: { };
message: string;
subCategory?: string;
}
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}