Retrieve a single export template attribute
An export template attribute is a field that belongs to an export template. Once created, the export template attribute will be added to every channel that is created from the export template in the productsup platform. This endpoint shows a single export template attribute.
Authorization
bearerAuth ProductsUp Keycloak JWT bearer token.
In: header
Path Parameters
Export template id.
Export Template Attribute id.
Response Body
application/json
application/json
application/json
curl -X GET "https://export-template-api.productsup.com/V1/export-templates/string/attributes/string"{
"data": {
"id": 995976,
"alias": "",
"mandatory": false,
"type": "optional",
"conditions": [],
"flag": "",
"isDefaultTrackingColumn": false,
"isUniqueColumn": false,
"order": 0,
"deltaIgnore": false,
"deltaKey": false,
"automapIgnore": false,
"description": "",
"format": null,
"export": {
"id": 58949,
"unpublishedChanges": true
},
"fieldTags": [
{
"id": 1247720,
"key": "classification_field_code",
"value": "EF12345"
},
{
"id": 1247721,
"key": "classification_field_sub_type",
"value": "details"
}
],
"analyzerTestExports": [
{
"id": 583587,
"analyzerTest": {
"id": 75122
}
},
{
"id": 583588,
"analyzerTest": {
"id": 75123
}
}
],
"fieldname": "name",
"examples": [
null
]
}
}{
"errors": {
"message": "Resource access denied."
}
}{
"errors": {
"message": "Export Template Attribute with id 123 not found."
}
}How is this guide?
Create export template attribute POST
An export template attribute is a field that belongs to an export template. Once created, the export template attribute will be added to every channel that is created from the export template in the productsup platform. This endpoint allows the creation of an export template attribute.
Bulk create export template attributes POST
Same requirements as for the creation of a single export template attribute. Max 500 entries. requestKey must be a unique identifier for each entry.