Definition: Returns a URL to download a data export file generated as a result of the request
Setting |
Definition |
Possible value |
Default value if not specified |
ExportDivision |
ID of the division where we will look for the export template |
Divcod (integer) |
REQUIRED |
ExportType |
Data type requested |
1500: Candidate 1502: Client 1505: Replacement 1510: Term 1539: Term period 1504: Position |
REQUIRED |
ExportListCode |
List code |
Id of the list to be exported |
NULL = we take the default value defined by default in the export template |
Return:
Url to download the file (be careful the character \ must be removed from the url)
Ex : JSON :
{
"status":200,
"message":"OK",
"data":"https:\/\/dev.prim-web.com\/uploads\/16_PRIMDEV_33018.json"
}