Get document

Getting given document for company - it's provided in XML format.

Input

User needs to provide document id

AttributeTypeDescription

id

String

Identifier for document - id from listed documents

Output

Document

AttributeTypeDescription

resourceId

String

Unique identifier for the resource.

resourcePath

String

Path to the resource file.

resourceName

String

Name of the resource file.

{
  "document": {
    "resourceId": "6d9baed1-6163-458c-9679-e382fc909e41",
    "resourceName": "000385595001.xml",
    "resourcePath": "resources/d30c7872-c16a-409a-807e-34c7ace0355f/6d9baed1-6163-458c-9679-e382fc909e41/000385595001.xml"
  }
}

Last updated