Material tags
Authorizations
x-api-keystringRequired
Query parameters
namestringOptional
Tag name
Header parameters
x-tenant-idstring · uuidOptional
Tenant id (uuid v4)
Responses
200Success
application/json
idstringRequiredExample:
Unique identifier of the material tag
b86fa12a-76fc-46f5-8a3e-bf39e7be4c4enamestringRequiredExample:
Name of the material tag
High PrioritycolorstringRequiredExample:
Color code for the tag (hex format)
#FF5733created_atstring · date-timeRequiredExample:
Timestamp when the tag was created
2025-01-23T17:01:31.692Zupdated_atstring · date-time · nullableOptionalExample:
Timestamp when the tag was last updated
2025-01-24T10:30:45.123Z429
Returned when the rate limit is exceeded
get
/api/v1/public/material-tagsAuthorizations
x-api-keystringRequired
Header parameters
x-tenant-idstring · uuidOptional
Tenant id (uuid v4)
Body
namestringRequiredExample:
Name of the material tag
High PrioritycolorstringRequiredExample:
Color code for the tag (hex format)
#FF5733Responses
201Success
application/json
429
Returned when the rate limit is exceeded
post
/api/v1/public/material-tagsAuthorizations
x-api-keystringRequired
Path parameters
tag_idstringRequired
Tag ID
Header parameters
x-tenant-idstring · uuidOptional
Tenant id (uuid v4)
Responses
200Success
application/json
messagestringRequiredExample:
Message returned from API confirming the operation
The operation was done successfully429
Returned when the rate limit is exceeded
delete
/api/v1/public/material-tags/{tag_id}Authorizations
x-api-keystringRequired
Path parameters
tag_idstringRequired
Tag ID
Header parameters
x-tenant-idstring · uuidOptional
Tenant id (uuid v4)
Body
namestringOptionalExample:
Name of the material tag
Medium PrioritycolorstringOptionalExample:
Color code for the tag (hex format)
#33A1FFResponses
200Success
application/json
messagestringRequiredExample:
Message returned from API confirming the operation
The operation was done successfully429
Returned when the rate limit is exceeded
patch
/api/v1/public/material-tags/{tag_id}Last updated

