get-/automation/v4/flows/email-campaigns
GET
/automation/v4/flows/email-campaigns https://api.hubapi.com
Parameters
query Query Parameters
| Name | Type |
|---|---|
after | string |
before | string |
flowId | string[] |
limit | number |
Responses
200 application/json
successful operation
interface CollectionResponseApiFlowEmailCampaign {
paging?:Paging ;
results:ApiFlowEmailCampaign [];
}
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;
}