GET DocumentExtractorAPIURLandAPIKey

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of APIURLandAPIKey
NameDescriptionTypeAdditional information
documentType

string

None.

apiURL

string

None.

apiKey

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "documentType": "sample string 1",
    "apiURL": "sample string 2",
    "apiKey": "sample string 3"
  },
  {
    "documentType": "sample string 1",
    "apiURL": "sample string 2",
    "apiKey": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAPIURLandAPIKey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cybersoft.YottaResident.WebAPIs.Models">
  <APIURLandAPIKey>
    <APIKey>sample string 3</APIKey>
    <APIURL>sample string 2</APIURL>
    <DocumentType>sample string 1</DocumentType>
  </APIURLandAPIKey>
  <APIURLandAPIKey>
    <APIKey>sample string 3</APIKey>
    <APIURL>sample string 2</APIURL>
    <DocumentType>sample string 1</DocumentType>
  </APIURLandAPIKey>
</ArrayOfAPIURLandAPIKey>