curl --request POST \
--url https://api.siftstack.com/api/v2/channel-schemas:batch-create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"requests": [
{
"channel": "<string>",
"dataType": "CHANNEL_DATA_TYPE_UNSPECIFIED",
"assetName": "<string>",
"unit": "<string>",
"enumTypes": [
{
"name": "<string>",
"key": 123,
"isSigned": true
}
],
"bitFieldElements": [
{
"name": "<string>",
"index": 123,
"bitCount": 123
}
]
}
],
"assetName": "<string>"
}
'{}Create a batch of channel schemas
curl --request POST \
--url https://api.siftstack.com/api/v2/channel-schemas:batch-create \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"requests": [
{
"channel": "<string>",
"dataType": "CHANNEL_DATA_TYPE_UNSPECIFIED",
"assetName": "<string>",
"unit": "<string>",
"enumTypes": [
{
"name": "<string>",
"key": 123,
"isSigned": true
}
],
"bitFieldElements": [
{
"name": "<string>",
"index": 123,
"bitCount": 123
}
]
}
],
"assetName": "<string>"
}
'{}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The request for a call to ChannelSchemaService_BatchCreateChannelSchemas.
The request for a call to ChannelSchemaService_BatchCreateChannelSchemas.
A successful response.
The response of a call to ChannelSchemaService_BatchCreateChannelSchemas.
Was this page helpful?