List product assets

Lists all assets assigned to a given product reference.

GET /v4/product/{product_ref}/assets

API Permissions

OBJECT_FETCH

Try it out

Request

Copy-paste the cURL request in your Terminal or click on the API Explorer tab to see the API in action.

host: 'https://api.filerobot.com/fdocs' path: '/v4/product/{product_ref}/assets' variables: product_ref: H03423 headers: X-Filerobot-Key: 19692813e7364ef8ad6a6504d50a12ca theme: clouds-midnight editor_theme: clouds_midnight method: GET render: curl_tab: true

Response

{
    "status": "success",
    "assets": [
        {
            "uuid": "6bcf252e-a3c3-5c98-a593-3dfb51450000",
            "name": "149ff1938dc88c65cff8c116a50fadfb",
            "size": {
                "bytes": 17,
                "pretty": "17 B"
            },
            "flags": null,
            "type": "application/x-www-form-urlencoded",
            "info": {},
            "visibility": "VISIBILITY_INHERIT",
            "url": {
                "public": "https://store.filerobot.com/fdocs/data/149ff1938dc88c65cff8c116a50fadfb",
                "permalink": "https://api.filerobot.com/fdocs/v4/get/6bcf252e-a3c3-5c98-a593-3dfb51450000",
                "cdn": "https://fdocs.filerobot.com/data/149ff1938dc88c65cff8c116a50fadfb?vh=10b05a&func=proxy",
                "path": "/data/149ff1938dc88c65cff8c116a50fadfb"
            },
            "hash": {
                "sha1": "10b05a514000b22063efe15c96857fa8602116bb",
                "blurhash": null
            },
            "created_at": "2021-04-28T10:38:48Z",
            "modified_at": "2021-04-28T10:38:48Z",
            "folder": {
                "uuid": "2309a6b2-b6b1-5392-8086-57f29f11a6ae",
                "name": "/data"
            },
            "product": {
                "ref": "H03423",
                "position": 1
            }
        },
        {
            "uuid": "513aa8e6-db4d-5561-a87b-4f1456950000",
            "name": "satie2.pdf",
            "extension": "pdf",
            "size": {
                "bytes": 201425,
                "pretty": "196.7 KB"
            },
            "flags": null,
            "type": "application/pdf",
            "info": {},
            "visibility": "VISIBILITY_INHERIT",
            "url": {
                "public": "https://store.filerobot.com/fdocs/docs/satie2.pdf",
                "permalink": "https://api.filerobot.com/fdocs/v4/get/513aa8e6-db4d-5561-a87b-4f1456950000",
                "cdn": "https://fdocs.filerobot.com/docs/satie2.pdf?vh=146edb&func=proxy",
                "path": "/docs/satie2.pdf"
            },
            "hash": {
                "sha1": "146edb6a24a2587f53ba72c09adeb150863f2e6e",
                "blurhash": null
            },
            "created_at": "2021-04-23T14:55:37Z",
            "modified_at": "2021-04-23T14:55:37Z",
            "folder": {
                "uuid": "9775d0c5-685f-584c-8349-0f442caae2ea",
                "name": "/docs"
            },
            "product": {
                "ref": "H03423",
                "position": 1
            }
        },
        {
            "uuid": "d7a64732-8a70-5b28-a483-b09298350000",
            "name": "leather.jpg",
            "extension": "jpg",
            "size": {
                "bytes": 104778,
                "pretty": "102.32 KB"
            },
            "flags": null,
            "type": "image/jpeg",
            "info": {
                "area": 667000,
                "name": "leather.jpg",
                "type": "image/jpeg",
                "img_h": 1000,
                "img_o": "PO",
                "img_w": 667,
                "img_type": "JPEG"
            },
            "visibility": "VISIBILITY_INHERIT",
            "url": {
                "public": "https://store.filerobot.com/fdocs/api-demo/new-folder/leather.jpg",
                "permalink": "https://api.filerobot.com/fdocs/v4/get/d7a64732-8a70-5b28-a483-b09298350000",
                "cdn": "https://fdocs.filerobot.com/api-demo/new-folder/leather.jpg?vh=2558f1",
                "path": "/api-demo/new-folder/leather.jpg"
            },
            "hash": {
                "sha1": "2558f1789fdb6b31c173602ed600183185a9448d",
                "blurhash": null
            },
            "created_at": "2021-08-23T12:42:45Z",
            "modified_at": "2021-08-23T12:42:45Z",
            "folder": {
                "uuid": "c35f5199-19da-57e1-9230-ec4a136db6b6",
                "name": "/api-demo/new-folder"
            },
            "product": {
                "ref": "H03423",
                "position": 1
            }
        }
    ]
}