Servers
Find product data model by id
Find product data model by id.
Authorizations
API key authentication
Parameters
Path Parameters
The id of the product data model.
uuid
Responses
Find all product data models
Find all product data models which either belong to the user's organization or are public.
Authorizations
API key authentication
Parameters
Query Parameters
Responses
Items
Operations
Find items of model
Find all item which belong to the specified model.
Authorizations
API key authentication
Parameters
Path Parameters
The id of the organization you are a member of.
uuid
The id of the model. A item always belongs to a model.
uuid
Responses
Create a new item
Creates a new item for the specified model. It uses the product data model of the model.
Authorizations
API key authentication
Parameters
Path Parameters
The id of the organization you are a member of.
uuid
The id of the model. A item always belongs to a model.
uuid
Responses
Find item by id
Find and return the item with the requested id.
Authorizations
API key authentication
Parameters
Path Parameters
The id of the organization you are a member of.
uuid
The id of the model. A item always belongs to a model.
uuid
The id of the item.
uuid
Responses
Add data values to item
Add data values to item. This method is used in the context of a repeater where a user can add new data rows resulting in data values.
Authorizations
API key authentication
Parameters
Path Parameters
The id of the organization you are a member of.
uuid
The id of the model. A item always belongs to a model.
uuid
The id of the item.
uuid
Request Body
Responses
Modify data values of item
Modify data values of item.
Authorizations
API key authentication
Parameters
Path Parameters
The id of the organization you are a member of.
uuid
The id of the model. A item always belongs to a model.
uuid
The id of the item.
uuid
Request Body
Responses
Models
Operations
Find models of organization
Find all models which belong to the provided organization.
Authorizations
API key authentication
Parameters
Path Parameters
The id of the organization you are a member of.
uuid
Responses
Create model
Create a model
Authorizations
API key authentication
Parameters
Path Parameters
The id of the organization you are a member of.
uuid
Request Body
Responses
Find model by id
Find model by id.
Authorizations
API key authentication
Parameters
Path Parameters
The id of the organization you are a member of.
uuid
The id of the model. A item always belongs to a model.
uuid
Responses
Update model
Update model's name and description.
Authorizations
API key authentication
Parameters
Path Parameters
The id of the organization you are a member of.
uuid
The id of the model. A item always belongs to a model.
uuid
Request Body
Responses
Assign product data model
Assign product data model to model.
Authorizations
API key authentication
Parameters
Path Parameters
The id of the organization you are a member of.
uuid
The id of the model. A item always belongs to a model.
uuid
The id of the product data model.
uuid
Responses
Add data values to model
Add data values to model. This method is used in the context of a repeater where a user can add new data rows resulting in data values.
Authorizations
API key authentication
Parameters
Path Parameters
The id of the organization you are a member of.
uuid
The id of the model. A item always belongs to a model.
uuid
Request Body
Responses
Modify data values of model
Modify data values of model.
Authorizations
API key authentication
Parameters
Path Parameters
The id of the organization you are a member of.
uuid
The id of the model. A item always belongs to a model.
uuid