metadata api

For all metadata you have the same Endpoints

list of elements

GET https://api.snello.io/api/:metadata:name

Return list of metdata instances

Path Parameters

NameTypeDescription

metadata:name*

string

the name metadata

single element

GET https://api.snello.io/api/:metadata:name/:uuid

Path Parameters

NameTypeDescription

metadata:name*

string

the name of metadata

uuid*

string

the uuid of element

list of connected elements in multi_join

GET https://api.snello.io/api/:metadata:name/:uuid/:multi:join:metdata:name

Path Parameters

NameTypeDescription

metadata:name*

string

the name of metadata

uuid*

string

the uuid of element

multi:join:metdata:name*

string

the name of join metadata

single element in join list

GET https://api.snello.io/api/:metadata:name/:uuid/:multi:join:metdata:name/:join:uuid

Path Parameters

NameTypeDescription

string

create element

POST https://api.snello.io/api/:metadata:name

Path Parameters

NameTypeDescription

string

update element

PUT https://api.snello.io/api/:metadata:name/:uuid

Path Parameters

NameTypeDescription

string

delete element

DELETE https://api.snello.io/api/:metadata:name/:uuid

Path Parameters

NameTypeDescription

string

Last updated