/
/Xero Files API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 23m 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 a count of associations for a list of objects.

    By passing in the appropriate options, you can retrieve the association count for objects

    get/Associations/Count

    Query parameters

    ObjectIdsstring[] required

    A comma-separated list of object ids

    [
      "1270bf7c-5d18-473a-9231-1e36c4bd33ed"
    ]

    Response

    A dictionary of the object Ids and associations count

    object required

    Changes