List export template attribute tags
Retrieves all tags of an export template attribute.
Authorization
bearerAuth AuthorizationBearer <token>
ProductsUp Keycloak JWT bearer token.
In: header
Path Parameters
templateId*string
Export template id.
exportFieldId*string
Export Template Attribute id.
Response Body
application/json
application/json
curl -X GET "https://export-template-api.productsup.com/V1/export-templates/string/attributes/string/attribute-tags"{
"data": [
{
"id": 1247758,
"key": "classification_field_type",
"value": "Numeric"
},
{
"id": 1247759,
"key": "classification_field_sub_type",
"value": "details"
}
]
}{
"errors": {
"message": "Export template with id 123 not found."
}
}How is this guide?