Akeneo API client v0.1.1 AkeneoApi.Endpoint.V1.Assets View Source
Link to this section Summary
Functions
This endpoint allows you to get a list of assets. Assets are paginated.
This endpoint allows you to get the information about a given asset.
This endpoint allows you to get the information about a reference file of a given asset.
This endpoint allows you to download a given reference file.
This endpoint allows you to get the information about a variation file of a given asset.
This endpoint allows you to download a given variation file.
This endpoint allows you to update several assets at once.
This endpoint allows you to update several assets at once.
This endpoint allows you to update a given asset. Know more about Update behavior. Note that if no asset exists for the given code, it creates it.
This endpoint allows you to create a new asset.
This endpoint allows you to create a new asset.
This endpoint allows you to upload a new reference file for a given asset and locale. It will also automatically generate all the variation files corresponding to this reference file.
This endpoint allows you to upload a new reference file for a given asset and locale. It will also automatically generate all the variation files corresponding to this reference file.
This endpoint allows you to upload a new variation file for a given asset, channel and locale.
This endpoint allows you to upload a new variation file for a given asset, channel and locale.
Link to this section Functions
get_assets() View Source
This endpoint allows you to get a list of assets. Assets are paginated.
get_assets(opts) View Source
This endpoint allows you to get the information about a given asset.
get_reference_files(asset_code, locale_code) View Source
This endpoint allows you to get the information about a reference file of a given asset.
get_reference_files__channel_codedownload(asset_code, locale_code) View Source
This endpoint allows you to download a given reference file.
get_variation_fileslocale_code(asset_code, channel_code, locale_code) View Source
This endpoint allows you to get the information about a variation file of a given asset.
get_variation_fileslocale_code__download(asset_code, channel_code, locale_code) View Source
This endpoint allows you to download a given variation file.
patch_assets() View Source
This endpoint allows you to update several assets at once.
patch_assets(opts) View Source
This endpoint allows you to update several assets at once.
patch_assets(code, opts) View Source
This endpoint allows you to update a given asset. Know more about Update behavior. Note that if no asset exists for the given code, it creates it.
post_assets() View Source
This endpoint allows you to create a new asset.
post_assets(opts) View Source
This endpoint allows you to create a new asset.
post_reference_files(asset_code, locale_code) View Source
This endpoint allows you to upload a new reference file for a given asset and locale. It will also automatically generate all the variation files corresponding to this reference file.
post_reference_files(asset_code, locale_code, opts) View Source
This endpoint allows you to upload a new reference file for a given asset and locale. It will also automatically generate all the variation files corresponding to this reference file.
post_variation_fileslocale_code_(asset_code, channel_code, locale_code) View Source
This endpoint allows you to upload a new variation file for a given asset, channel and locale.
post_variation_fileslocale_code_(asset_code, channel_code, locale_code, opts) View Source
This endpoint allows you to upload a new variation file for a given asset, channel and locale.