latestOpenAPI 3.0.12026-08-103995881.2 MB
053edab62415
records
Create new record
post/app/v1/records
Request body
Example request
{
"asset_filter": {
"flow.custom_attributes": {
"attribute1": 12345,
"attribute2": "value1"
}
},
"values": [
{
"configuration": {
"Interval": "1day"
}
}
]
}Response
A successful operation
Example response
{
"asset_filter": {
"flow.custom_attributes": {
"attribute1": 12345,
"attribute2": "value1"
}
},
"values": [
{
"configuration": {
"Interval": "1day"
}
}
]
}