Show headers of input file.
Show headers of input file. WARNING: Type "full" is deprecated. Use "input" instead.
Path Parameters
type*string
Match
^full|input|new|modified|unchanged|deleted$Query Parameters
show-hidden?boolean
Show or hide headers with double underscore in name. Hidden by default
Response Body
application/json
curl -X GET "https://loading/items/string/headers"{
"message": "",
"data": [
"id",
"name",
"___some_column",
"___skipped_export",
"column-a",
"columnB",
"column-C",
"column_D"
]
}How is this guide?