Configurable Attributes

Configurable attributes that are scoped to an asset/entity type. These attributes can be modelled using any number and combination of data types including but not limited to string, number, integer, pick-list, date and date-time.

https://api.validere.io/app

Search custom attribute definitions for given entity type

List Custom Attribute Definitions

get
Authorizations
Path parameters
entity_typestring · enumRequired

Supported attribute type for custom attribute

Example: equipmentPossible values:
Query parameters
page_sizenumberOptional

page size

pagenumberOptional

page number

sort_byundefined · enumOptional

sort by

Possible values:
sort_directionstring · enumOptional

sort direction

Example: descPossible values:
field_namestringOptional

String to search for in field names

entity_subtypestringOptional

String to search for in entity subtype

archivedbooleanOptional

Set true to return archived attribute definitions

Responses
200

successful operation

application/json
Responseall of
get
/app/v1/custom_attribute_definition/{entity_type}
200

successful operation

Get available custom attribute data types

List Custom Attribute Data Types

get

Returns the list of data types that custom attributes support

Authorizations
Responses
200

successful operation

application/json
get
/app/v1/custom_attribute_data_types
200

successful operation

Get available entities

Entities available to configure/scope custom attribute configurations

List Custom Attribute Entity Types

get

Returns the list of entity types that support custom attributes

Authorizations
Responses
200

successful operation

application/json
get
/app/v1/custom_attribute_entities
200

successful operation

Last updated