Podio API Documentation

Files: Get linked account files

GET /file/linked_account/{linked_account_id}/

Returns a list of all linked account files and folders associated with the given linked_account_id.

Parameters
linked_account_id*
Required.
external_folder_id

Return only files under the given folder

filetype

The type of the file. Can be one of {"image", "application", "video", "text", "audio"}.

limit

The maximum number of documents to be returned


Default value: 100
name

Filter the files and folders by the name

sort_by

Sort the files by the given attribute. The available sorting options are:

  • name
  • mimetype
  • created_on
  • updated_on

Default value: title
sort_desc

false to sort in ascending order, true in descending


Default value: false
Response [ { "external_file_id": The unique identifier of the file, "name": The name of the file, "mimetype": The mimetype of the file or "folder" if it is a folder, "created_on": The date and time the file was created, "updated_on": The date and time the file was last updated,
"sharable": True if the file can be shared, false otherwise }, ... (more files) ]

 

Sandbox

Try the operation "/file/linked_account/{linked_account_id}/"

You can simulate the API request by filling out the arguments below, and press the submit button to see the response.

You need to be logged in to Podio to use the Sandbox. Login here