Get list of PAM assets
GET
/api/rest/v1/assets
PAM asset
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/rest/v1/assets'
Response Response Example
200 - Example 1
{
"_links": {
"first": {
"href": "string"
},
"next": {
"href": "string"
},
"previous": {
"href": "string"
},
"self": {
"href": "string"
}
},
"current_page": 0,
"_embedded": {
"items": [
{
"_links": {
"self": {
"href": "string"
}
},
"categories": [
"tshirts_assets"
],
"code": "tshirt_artemis_main_picture",
"description": "The main picture of the Artemis t-shirt",
"end_of_use": "2019-09-01T00:00:00+0200",
"localizable": false,
"reference_files": [
{
"_link": {
"download": {
"href": "https://demo.akeneo.com/api/rest/v1/assets/tshirt_artemis_main_picture/reference-files/no_locale/download"
},
"self": {
"href": "https://demo.akeneo.com/api/rest/v1/assets/tshirt_artemis_main_picture/reference-files/no_locale"
}
},
"code": "7/5/8/e/759e39d48va7b42a55002434fd3d7b6cf3189b7f_tshirt_artemis_main_picture.jpg",
"locale": null
}
],
"tags": [
"tshirts",
"red",
"summer"
],
"variation_files": [
{
"_link": {
"download": {
"href": "https://demo.akeneo.com/api/rest/v1/assets/tshirt_artemis_main_picture/variation-files/ecommerce/no_locale/download"
},
"self": {
"href": "https://demo.akeneo.com/api/rest/v1/assets/tshirt_artemis_main_picture/variation-files/ecommerce/no_locale"
}
},
"code": "7/5/8/e/758e39d48va7b42a55001434fd3d7b6cf3189b7f_tshirt_artemis_main_picture_ecommerce.jpg",
"locale": null,
"scope": "e_commerce"
},
{
"_link": {
"download": {
"href": "https://demo.akeneo.com/api/rest/v1/assets/tshirt_artemis_main_picture/variation-files/print/no_locale/download"
},
"self": {
"href": "https://demo.akeneo.com/api/rest/v1/assets/tshirt_artemis_main_picture/variation-files/print/no_locale"
}
},
"code": "7/5/8/e/759e39d48va7b42a55002434fd3d7b6cf3189b7f_tshirt_artemis_main_picture_print.jpg",
"locale": null,
"scope": "print"
}
]
}
]
}
}
Request
Query Params
pagination_type
stringÂ
optional
page
integerÂ
optional
page
pagination method type. Should never be set manually, see Pagination sectionsearch_after
stringÂ
optional
search_after
pagination method type. Should never be set manually, see Pagination sectionlimit
integerÂ
optional
with_count
stringÂ
optional
Responses
Modified at 2023-08-15 05:53:55