/
/Wire API (legacy FAIM)
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 47m ago · Updated 3w ago
Files6
  • getPing the Wire service to check if running
  • getGets a list of Files
  • postCreate a new File object
  • getRetrieves the details of an existing File. You need only supply the unique File identifier that was returned upon creation.
  • postUpdates the specified FEDWire Message by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
  • deletePermanently deletes a File and associated FEDWireMessage. It cannot be undone.
    Files

    Ping the Wire service to check if running

    get/ping

    Response

    Service is running properly

    Changes