{ "data": [ { "metadata": [ { "key": "<string>", "value": "<string>" } ], "id": "<string>", "name": "<string>", "path": "<string>", "createdAt": "2023-11-07T05:31:56Z", "signedUrl": "<string>" } ], "pageInfo": { "first": true, "last": true }, "totalCount": 123, "currentPage": 123, "totalPages": 123 }
The productId
the number of items to return
the page to retrieve
the list of items in the page
Show child attributes
metadata assigned to the object
the key of the metadata
the value of the metadata
the id of the document
the name of the document
the path from Korint CDNof the document
the date of creation of the document
the signed url to download the document
the page info
whether this is the first page
whether this is the last page
the total number of items
the current page
the total number of pages
Was this page helpful?