How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Validere records API

Manage Records

Validere records API is one of 55 APIs that Validere publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Records. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 21 operations across 15 paths, and defines 81 schemas. It is described by OpenAPI 3.0.1, at version 1.0.0.

Requests are made against a single base URL, https://api.validere.io.

21 operations 15 paths 81 schemas 3 DELETE3 GET9 POST6 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.0
Base URL
https://api.validere.io/app
Resource Areas
1

Paths & Operations 21

Across 15 paths, the API surfaces 21 operations — 3 DELETE, 3 GET, 9 POST, 6 PUT. Each is listed below with its method, path, parameters, and response codes.

records 21

Manage Records

POST
/app/v1/records
Create new record
create_record body → 200
PUT
/app/v1/records
Create or update a record
upsert_record body → 200
POST
/app/v1/records/search
Search and list records
search_records 1 param body → 200
PUT
/app/v1/records/status
Search records and set status of their record values
lock_records_by_search body → 200
POST
/app/v1/records/export
Export records based on search input
export_records 1 param body → 200
POST
/app/v1/records/apply_configuration
Apply record configuration using filter parameters
apply_record_configuration body → 200
POST
/app/v1/records/apply_default_configuration
Apply default record configuration using filter parameters
apply_default_configuration body → 200
POST
/app/v1/records/apply_default_configuration_async
Start an asynchronous job to bulk apply default record configuration using filter parameters
apply_default_configuration_async body → 200
GET
/app/v1/records/{record_id}
Get record and values
get_record 1 param → 200
DELETE
/app/v1/records/{record_id}
Delete record and values
delete_record 1 param → 200
PUT
/app/v1/records/{record_id}/status
Set status of values of a record (lock/unlock)
lock_record_values_of_record 1 param body → 200
POST
/app/v1/records/{entity_type}/input_records/search
Search and list records that are calculator inputs
search_input_records 1 param body → 200
POST
/app/v1/records/{entity_type}/input_records/export
Export records that are calculator inputs
export_input_records 1 param body → 200
GET
/app/v1/records/{record_id}/value/{measurement_type}
Get record value
get_record_value 2 params → 200
PUT
/app/v1/records/{record_id}/value/{measurement_type}
Upsert record value
upsert_record_value 2 params body → 200
DELETE
/app/v1/records/{record_id}/value/{measurement_type}
Delete record value
delete_record_value 2 params → 200
PUT
/app/v1/records/{record_id}/value/{measurement_type}/status
Set record value status (lock/unlock)
lock_record_value 2 params body → 200
GET
/app/v1/records/filters
List Filter
get_records_filter 8 params → 200
POST
/app/v1/records/filters
Create Filter
post_records_filter body → 200
DELETE
/app/v1/records/filters/{filter_id}
Delete Filter
delete_records_filter 1 param → 200
PUT
/app/v1/records/filters/{filter_id}
Update Filter
put_records_filter 1 param body → 200

Schemas 81

The contract defines 81 schemas that model the data the API accepts and returns. The most detailed are ReportWithTemplatedReportResponse (14 properties), Job (12 properties), FlowPrimaryFilterFieldsWithPrefix (9 properties), CalculatorInputRecord (8 properties). Each schema is shown below with its type and property counts.

schemas-FilterStatus
string
ApplyDefaultRecordConfigurationItemResponse
object
2 properties
TemplatedReportStatus
string
PagedRecordFilterOutput
CalculatorResultRecordValueConfiguration
object
3 properties
RecordSort
object
2 properties
MeasurementSubjectEntityType
string
EquipmentStatus
string
RecordCreateInput
object
4 properties
FlowTypes
string
Use id value of any index in GET /v1/flowtypes
FacilityPrimaryFilterFieldsWithPrefix
object
4 properties
XLSXResponse
string
FormSchemaStatus
string
FilterTag
object
1 property
CompanyId
object
1 property
RecordLockFilter
object
1 property
RecordFilterFields
CustomAttributes
object
PagedAggregatedRecordValues
JobStatus
string
BulkApplyDefaultRecordConfigurationResponse
FilterMetadata
object
1 property
RecordValueConfigurationFunction
string
ProductCategories
string
Use id value of any index in GET /v1/productcategories
FilterOutput
object
FilterId
object
1 property
BulkItemStatus
string
EquipmentFacilityPrimaryFilterFieldsWithPrefix
object
4 properties
RecordValueCreateInput
object
6 properties
AggregatedRecordValues
array
Record value configurations are included when grouping by record or record value id
JobItemStatusCounts
object
3 properties
DevicePrimaryFilterFieldsWithPrefix
object
7 properties
CalculatorInputRecord
object
8 properties
RecordValueWithCalculatorInputRecord
RecordValueSearchLockResponse
object
2 properties
RecordFilterOutput
object
ReportingGroupUpdateInput
object
3 properties
FilterName
object
1 property
AuditFields
object
4 properties
OverwriteAllValues
object
1 property
InputRecordResults
array
FilterStatus
object
1 property
LockRecordValuesOfRecordResponse
object
2 properties
BulkAsyncApplyDefaultRecordConfigurationResponse
FilterInput
FormSubmissionStatus
string
JobType
string
InputRecordResult
object
RecordFilterInput
ReportingGroup
BulkResponseStatus
string
ProductTypes
string
Use id value of any index in GET /v1/producttypes
FormMeasurementRecordValueConfiguration
object
4 properties
FlowPrimaryFilterFieldsWithPrefix
object
9 properties
FlowFacilityPrimaryFilterFieldsWithPrefix
object
4 properties
EquipmentPrimaryFilterFieldsWithPrefix
object
6 properties
FormSubmissionFilterOutput
object
RecordValuesOfRecordLockInput
object
2 properties
FlowStatus
string
MeasurementSeriesRecordValueConfiguration
object
6 properties
ApplyDefaultRecordValueConfigurationRecordFilterInput
RecordValueConfiguration
RecordValue
FormSubmissionFilter
object
1 property
RecordValueStatusType
string
Job
object
12 properties
Pagination
object
4 properties
RecordPrimaryFilterFields
object
5 properties
Paginated
object
2 properties
BulkResponse
object
1 property
ReportWithS3Url
RecordValueLockInput
object
1 property
AssetType
string
Asset
object
2 properties
PagedInputRecordResults
AggregatedRecordValuesResults
array
Record
ReportWithTemplatedReportResponse
object
14 properties 8 required
ManualRecordValueConfiguration
object
2 properties
ReportingGroupInput
object
RecordFilter
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

validere-records-api-openapi.yml Raw ↑

Other APIs Validere publishes across the network.

Validere activities API
Validere asset_groups API
Validere assets API
Validere calculator_results API
Validere charts API
Validere comments API
Validere company API
Validere company_equipment_type_groups API
Validere company_feature_flags API
Validere company_unit_config API
Validere credit_owner API
Validere custom_attribute_definition API
Where this information came from

This is an independent, third-party profile of Validere records API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.