v1
latestOpenAPI 3.0.32026-08-067332206.6 KBassets
sections
List assets in a section
Lists assets in the matching section.
get/sections/{section_id}/assets
Query parameters
pageinteger
Set this to a positive, non-zero integer representing the page number of the results you want.
perinteger
Set this pagination parameter to the maximum number of results you want to receive back from your request. More records may exist (as denoted by the meta.total_count value).
searchstring
Set it to any URL-encoded query to fetch only assets that match your criteria.
WARNING: This parameter can slow response times.
fieldsstring
Set it to a comma-separated list (no spaces) of any of the following attributes of the asset to return as part of the asset's attributes in the response.
Allowed values:
- created_at
- updated_at
- cdn_url
- availability
WARNING: This parameter can slow response times.
Response
The matching section assets.
Example response
{
"data": [
{
"id": "oqgkkd-fr5iv4-443db",
"attributes": {
"name": "Brandfolder Logo",
"description": "Brandfolder's logo in print ready format",
"thumbnail_url": "https://example.com/example.jpg?Expires=1624742369",
"approved": true
}
}
],
"meta": {
"current_page": 1,
"total_pages": 1,
"total_count": 1
}
}