/
/Wire API (legacy FAIM)
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 14m ago · Updated 3w ago
FEDWireMessage File1
Wire Files8
  • 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.
  • getAssembles the existing file witha FEDWireMessage, Returns plaintext file.
  • getValidates the existing file. You need only supply the unique File identifier that was returned upon creation.
    Wire Files

    Ping the Wire service to check if running

    get/ping

    Response

    Service is running properly

    Changes