Get Content File Url
POST/v1/api/Pull/GetContentFileUrl
Retrieve a URL to download available content (properties and regions). The URL is only available for 60 minutes. After this, a new URL sould be requested.
Request
- application/json
Body
Possible values: [8, 4, 3, 1, 2, 5, 6, 7]
Default value: 8
Values (LanguageCodeEnum):
8=br | 4=pt | 3=es | 1=en | 2=fr | 5=da | 6=it | 7=de.
An arbitrary string returned in the response for tracking/debugging.
The date and time (ISO format) just before the request is sent.
Possible values: [0, 1]
The target environment for this request.
Values (TargetEnum):
0=Test | 1=Production.
Default value: 1
The version number of this request format.
Possible values: [0, 1, 2]
Specify the type of content to download.
Values (ContentTypeEnum):
0=Property | 1=City | 2=VervotechProperty.
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
The same token received in the request.
ErrorsType objectnullable
Errors object[]
Error code associated with the warning.
Possible values: [8, 4, 3, 1, 2, 5, 6, 7]
Language of the warning message.
Values (LanguageCodeEnum):
8=br | 4=pt | 3=es | 1=en | 2=fr | 5=da | 6=it | 7=de.
Short description or summary of the warning.
Possible values: [8, 4, 3, 1, 2, 5, 6, 7]
Default value: 8
Values (LanguageCodeEnum):
8=br | 4=pt | 3=es | 1=en | 2=fr | 5=da | 6=it | 7=de.
Success objectnullable
Possible values: [0, 1]
The environment target. The same value received in the request.
Values (TargetEnum):
0=Test | 1=Production.
The date in ISO format right before the response is sent.
Version of the API being used. The same value received in the request.
WarningsType objectnullable
Warnings object[]
Error code associated with the warning.
Possible values: [8, 4, 3, 1, 2, 5, 6, 7]
Language of the warning message.
Values (LanguageCodeEnum):
8=br | 4=pt | 3=es | 1=en | 2=fr | 5=da | 6=it | 7=de.
Short description or summary of the warning.
The URL of the content file.
{
"EchoToken": "string",
"ErrorsType": {
"Errors": [
{
"Code": 0,
"Language": 8,
"ShortText": "string"
}
]
},
"PrimaryLangID": 8,
"Success": {},
"Target": 0,
"TimeStamp": "string",
"Version": 0,
"WarningsType": {
"Warnings": [
{
"Code": 0,
"Language": 8,
"ShortText": "string"
}
]
},
"FileURL": "string"
}