v1
latestOpenAPI 3.0.32026-07-14101033.6 KBSets
Create new set or list
This endpoint allows the creation of a new set or list, with its properties and collection of fields.
post/createSet
Request body
Example request
{
"name": "Final product inspections",
"type": "set",
"fields": [
{
"label": "Temperature",
"abbreviation": "Temp",
"unit": "°C",
"method": "ASTM E21",
"type": "numeric"
}
]
}Response
Set created successfully.
Example response
{
"setId": 1234
}