Platform defined column order for output file.
Response Body
application/json
curl -X GET "https://loading/exports/columns-order"{
"message": "Successfully retrieved column order.",
"data": {
"order": [
"id",
"name",
"title"
]
}
}Empty
How is this guide?