Home > @vsf-enterprise/epcc-api > FlowEndpoints
# FlowEndpoints interface
Flow related API endpoints
Signature:
export interface FlowEndpoints
# Methods
Method | Description |
---|---|
createEntryRelationship(context, params) | Create a relationships between an entry and a resource. |
getAllEntries(context, slug) | Returns a list of entries for the specified flow. |
updateEntryRelationship(context, params) | Replace the relationships between an entry and a resource. |