/attributeSet
Methods
GET
Gets the list of Attribute Sets
Fields Parameter
Request Attribute Set Parameters
None
Example Response
POST
Adds an Attribute Set
Request Parameters
Example Response
/attributeSet/{id}
Methods
GET
Gets the Attribute Set associated with {id}.
Fields Parameter
Request Parameters
None
Example Response
PATCH
Edits the Attribute Set associated with {id}, changing only the passed in fields.
Request Parameters
(All fields are optional)
See /attributeSet::POST for parameters.
Example Response
See /attributeSet/{id}::GET
DELETE
Deletes the Attribute Set associated with {id}, depending on access and permissions.
Request Parameters
None
Example Response
/attributeSet/types
Methods
GET
Gets the list of Attribute Set Types.
Request Parameters
None
Example Response