Home > @vsf-enterprise/epcc-api > FileEndpoints > getFileAttributes
# FileEndpoints.getFileAttributes() method
Returns a list of file attributes.
Signature:
getFileAttributes(context: ElasticPathIntegrationContext): Promise<Attribute[]>;
# Parameters
Parameter | Type | Description |
---|---|---|
context | ElasticPathIntegrationContext | An auto-generated value prepended to the method as a first parameter. |
Returns:
Promise<Attribute[]>