Retrieve files by scope.
Use exactly one primary scope:
item_id to list files linked to an item (optionally include linked property files)property_id to list files linked to a propertyproduct_id to list files in the product’s workspace (use has_links=true to only keep linked files)workspace_id to list files in the workspaceversion supports:
5): files as of that versionbaseline: files as of the product baseline versionFor workspace_id scope, version is not supported.
Supports name search (q), MIME type (content_type), uploader (uploaded_by), linked/unlinked (has_links), and pagination.
Enter your API key. Example: Bearer poelis_api_...
Workspace ID scope
"550e8400-e29b-41d4-a716-446655440000"
Product ID scope
"660e8400-e29b-41d4-a716-446655440000"
Item ID scope
"770e8400-e29b-41d4-a716-446655440000"
Property ID scope
"880e8400-e29b-41d4-a716-446655440000"
Product version number (integer) or 'baseline'. Omit or null for draft.
null
When item_id is provided, include files linked to the item's draft properties.
Optional search query to filter results.
Filter by exact MIME type.
Filter by uploader user ID.
Filter by linked/unlinked files.
Include soft-deleted files.
Maximum number of items to return per page. Must be between 1 and 200.
1 <= x <= 200Number of items to skip from the beginning of the result set. Used for pagination.
x >= 0