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
.
Search custom attribute definitions for given entity type
Path parameters
entity_typestring · enumRequiredExample:
Supported attribute type for custom attribute
equipment
Possible values: Query parameters
page_sizenumberOptional
page size
pagenumberOptional
page number
sort_byundefined · enumOptionalPossible values:
sort by
sort_directionstring · enumOptionalExample:
sort direction
desc
Possible 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
GET /app/v1/custom_attribute_definition/{entity_type} HTTP/1.1
Host: api.validere.io
Accept: */*
200
successful operation
{
"page_number": 0,
"page_size": 10,
"total_entries": 58,
"total_pages": 6,
"data": [
{
"archived": true,
"company_id": "text",
"data_type": "number",
"description": "text",
"display_name": "text",
"entity_type": "equipment",
"entity_subtypes": [
"text"
],
"field_name": "text",
"is_required": true,
"lookup_entity_type": "equipment",
"pick_list_values": [
"text"
],
"unit": "text"
}
]
}
Get available custom attribute data types
Get available entities
Entities available to configure/scope custom attribute configurations
Last updated