/
/Xero Files API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2w ago
Files18
  • getRetrieves files
  • postUploads a File to the inbox
  • getRetrieves a file by a unique file ID
  • putUpdate a file
  • deleteDeletes a specific file
  • postUploads a File to a specific folder
  • getRetrieves the content of a specific file
  • getRetrieves a specific file associations
  • postCreates a new file association
  • deleteDeletes an existing file association
  • getRetrieves an association object using a unique object ID
  • getRetrieves a count of associations for a list of objects.
  • getRetrieves folders
  • postCreates a new folder
  • getRetrieves specific folder by using a unique folder ID
  • putUpdates an existing folder
  • deleteDeletes a folder
  • getRetrieves inbox folder
    Files

    Retrieves the content of a specific file

    By passing in the appropriate options, retrieve data for specific file

    get/Files/{FileId}/Content

    Path parameters

    FileIdstring uuid required
    Example:4ff1e5cc-9835-40d5-bb18-09fdb118db9c

    File id for single object

    Response

    returns the byte array of the specific file based on id

    Changes