Note: The tenant name should always be provided in lowercase.
siteCodestringRequired
Site code, defined when a site is created.
Responses
200
OK
application/json
400Error
application/json
401Error
application/json
403Error
application/json
get
/site/{tenant}/sites/{siteCode}/mixins
Creating a site mixin
post
Creates a mixin for a specified site.
Required scopes
This endpoint requires the following scopes:
: Needed to manage sites.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
siteCodestringRequired
Site code, defined when a site is created.
Body
Represents a single mixin. The payload is represented as a map with a single key and value, where key represents a mixin group name and value represents a map with keys and values.
Other propertiesanyOptional
Responses
201
Created
application/json
400
Bad Request
application/json
401Error
application/json
403Error
application/json
409
Conflict
application/json
post
/site/{tenant}/sites/{siteCode}/mixins
Retrieving a site mixin
get
Retrieves a specified site mixin.
Required scopes
This endpoint requires the following scopes:
: Needed to manage sites.
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
tenantstringRequired
Your Emporix tenant name.
Note: The tenant name should always be provided in lowercase.
Note: The tenant name should always be provided in lowercase.
siteCodestringRequired
Site code, defined when a site is created.
mixinNamestringRequired
Mixin name, defined when the mixin is created.
Body
Represents a single mixin. The payload is represented as a map with a single key and value, where key represents a mixin group name and value represents a map with keys and values.
Note: The tenant name should always be provided in lowercase.
siteCodestringRequired
Site code, defined when a site is created.
mixinNamestringRequired
Mixin name, defined when the mixin is created.
Body
Represents a single mixin. The payload is represented as a map with a single key and value, where key represents a mixin group name and value represents a map with keys and values.