Validere estimation_methods_default_records API
Estimation Methods Default Records
Estimation Methods Default Records
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/validere-estimation-methods-default-records-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
description: Activity Log
title: CarbonHub activities Estimation Methods Default Records API
version: 1.0.0
servers:
- url: https://api.validere.io
security:
- Staging: []
- Integration: []
- Local: []
tags:
- description: Estimation Methods Default Records
name: estimation_methods_default_records
paths:
/app/v1/estimation_methods/{entity_type}/{id}/default_records:
get:
operationId: list_estimation_method_default_record
parameters:
- $ref: '#/components/parameters/EstimationMethodEntityType'
- $ref: '#/components/parameters/EstimationMethodId'
- $ref: '#/components/parameters/PageSize'
- $ref: '#/components/parameters/Page'
- $ref: '#/components/parameters/SortBy'
- $ref: '#/components/parameters/SortDirection'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/PaginatedEstimationMethodDefaultRecords'
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: '#/components/schemas/XLSXResponse'
description: Successfully returns the list of default input records for a given estimation method
summary: List the default input records for a given estimation method
tags:
- estimation_methods_default_records
/app/v1/estimation_methods/{entity_type}/{id}/default_records/{input_name}:
post:
operationId: create_estimation_method_default_record
parameters:
- $ref: '#/components/parameters/EstimationMethodEntityType'
- $ref: '#/components/parameters/EstimationMethodId'
- $ref: '#/components/parameters/EstimationMethodInputName'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/EstimationMethodDefaultRecordInput'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/EstimationMethodDefaultRecord'
description: Successfully returns the default input record for a given estimation method
summary: Create the default input record for a given estimation method
tags:
- estimation_methods_default_records
put:
operationId: update_estimation_method_default_record
parameters:
- $ref: '#/components/parameters/EstimationMethodEntityType'
- $ref: '#/components/parameters/EstimationMethodId'
- $ref: '#/components/parameters/EstimationMethodInputName'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/EstimationMethodDefaultRecordInput'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/EstimationMethodDefaultRecord'
description: Successfully update the default input record for a given estimation method
summary: Update the default input record for a given estimation method
tags:
- estimation_methods_default_records
delete:
operationId: delete_estimation_method_default_record
parameters:
- $ref: '#/components/parameters/EstimationMethodEntityType'
- $ref: '#/components/parameters/EstimationMethodId'
- $ref: '#/components/parameters/EstimationMethodInputName'
responses:
'200':
description: A successful operation
summary: Delete the default input record for a given estimation method
tags:
- estimation_methods_default_records
/app/v1/estimation_methods/{entity_type}/{id}/default_records/{target_asset_id}:
get:
operationId: list_estimation_method_default_record_target_asset_id
parameters:
- $ref: '#/components/parameters/EstimationMethodEntityType'
- $ref: '#/components/parameters/EstimationMethodId'
- $ref: '#/components/parameters/EstimationMethodTargetAssetId'
- $ref: '#/components/parameters/PageSize'
- $ref: '#/components/parameters/Page'
- $ref: '#/components/parameters/SortBy'
- $ref: '#/components/parameters/SortDirection'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/PaginatedEstimationMethodDefaultRecords'
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet:
schema:
$ref: '#/components/schemas/XLSXResponse'
description: Successfully returns the list of default input records for a given estimation method and target asset
summary: List the default input records for a given estimation method and target asset
tags:
- estimation_methods_default_records
/app/v1/estimation_methods/{entity_type}/{id}/default_records/{target_asset_id}/{input_name}:
get:
operationId: get_estimation_method_default_record_target_asset_id
parameters:
- $ref: '#/components/parameters/EstimationMethodEntityType'
- $ref: '#/components/parameters/EstimationMethodId'
- $ref: '#/components/parameters/EstimationMethodTargetAssetId'
- $ref: '#/components/parameters/EstimationMethodInputName'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/EstimationMethodDefaultRecord'
description: Successfully returns the default input record for a given estimation method and target asset
summary: Get the default input record for a given estimation method and target asset
tags:
- estimation_methods_default_records
post:
operationId: create_estimation_method_default_record_target_asset_id
parameters:
- $ref: '#/components/parameters/EstimationMethodEntityType'
- $ref: '#/components/parameters/EstimationMethodId'
- $ref: '#/components/parameters/EstimationMethodTargetAssetId'
- $ref: '#/components/parameters/EstimationMethodInputName'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/EstimationMethodDefaultRecordInput'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/EstimationMethodDefaultRecord'
description: Successfully returns the default input record for a given estimation method and target asset
summary: Create the default input record for a given estimation method and target asset
tags:
- estimation_methods_default_records
put:
operationId: update_estimation_method_default_record_target_asset_id
parameters:
- $ref: '#/components/parameters/EstimationMethodEntityType'
- $ref: '#/components/parameters/EstimationMethodId'
- $ref: '#/components/parameters/EstimationMethodTargetAssetId'
- $ref: '#/components/parameters/EstimationMethodInputName'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/EstimationMethodDefaultRecordInput'
responses:
'200':
content:
application/json:
schema:
$ref: '#/components/schemas/EstimationMethodDefaultRecord'
description: Successfully update the default input record for a given estimation method and target asset
summary: Update the default input record for a given estimation method and target asset
tags:
- estimation_methods_default_records
delete:
operationId: delete_estimation_method_default_record_target_asset_id
parameters:
- $ref: '#/components/parameters/EstimationMethodEntityType'
- $ref: '#/components/parameters/EstimationMethodId'
- $ref: '#/components/parameters/EstimationMethodTargetAssetId'
- $ref: '#/components/parameters/EstimationMethodInputName'
responses:
'200':
description: A successful operation
summary: Delete the default input record for a given estimation method and target asset
tags:
- estimation_methods_default_records
components:
schemas:
FlowFacilityConnections:
properties:
upstream_facility_id:
type: string
format: uuid
downstream_facility_id:
type: string
format: uuid
type: object
XLSXResponse:
format: binary
type: string
ReportingGroupInput:
type: object
allOf:
- $ref: '#/components/schemas/ReportingGroupUpdateInput'
- properties:
id:
type: string
example: subpartw
EstimationMethodDefaultRecordInput:
properties:
measurement_type:
type: string
example: wind_speed
asset_id:
type: string
format: uuid
reporting_group_id:
type: string
CustomAttributes:
example:
attribute1: 12345
attribute2: value1
type: object
EstimationMethodDefaultRecord:
properties:
method_id:
type: string
format: uuid
input_name:
type: string
measurement_type:
type: string
example: wind_speed
asset:
allOf:
- $ref: '#/components/schemas/Asset'
- required:
- id
- asset_type
- properties:
flow:
$ref: '#/components/schemas/Flow'
equipment:
$ref: '#/components/schemas/Equipment'
asset_id:
type: string
format: uuid
target_asset_id:
type: string
format: uuid
reporting_group_id:
type: string
reporting_group:
$ref: '#/components/schemas/ReportingGroup'
company_id:
type: string
format: uuid
created_at:
format: date-time
type: string
created_by:
format: uuid
type: string
updated_at:
format: date-time
type: string
updated_by:
format: uuid
type: string
ReportingGroupUpdateInput:
properties:
name:
type: string
example: SubpartW
description:
type: string
example: my reporting group
priority:
type: number
description: default to 1
example: 2
FlowBasic:
properties:
name:
type: string
type:
$ref: '#/components/schemas/FlowTypes'
status:
$ref: '#/components/schemas/FlowStatus'
product_category:
$ref: '#/components/schemas/ProductCategories'
product_type:
$ref: '#/components/schemas/ProductTypes'
custom_attributes:
$ref: '#/components/schemas/CustomAttributes'
type: object
FlowEquipmentConnections:
properties:
upstream_equipment_id:
type: string
format: uuid
downstream_equipment_id:
type: string
format: uuid
type: object
AssetType:
type: string
enum:
- equipment
- device
- facility
- flow
PaginatedEstimationMethodDefaultRecords:
allOf:
- $ref: '#/components/schemas/Pagination'
- properties:
data:
$ref: '#/components/schemas/EstimationMethodDefaultRecordsList'
type: object
Latitude:
description: latitude on the Earth
example: 51
maximum: 90
minimum: -90
type:
- number
- 'null'
Flow:
allOf:
- $ref: '#/components/schemas/FlowBasic'
- $ref: '#/components/schemas/FlowFlowConnections'
- $ref: '#/components/schemas/FlowFacilityConnections'
- $ref: '#/components/schemas/FlowEquipmentConnections'
- properties:
id:
type: string
format: uuid
associated_facility_id:
type: string
format: uuid
associated_equipment_id:
type: string
format: uuid
- $ref: '#/components/schemas/AuditFields'
type: object
EquipmentTypeShallow:
properties:
id:
type: string
name:
type: string
type: object
EstimationMethodDefaultRecordsList:
type: array
items:
$ref: '#/components/schemas/EstimationMethodDefaultRecord'
FlowFlowConnections:
properties:
upstream_flow_ids:
type: array
items:
type: string
format: uuid
downstream_flow_ids:
type: array
items:
type: string
format: uuid
upstream_flows_count:
type: integer
downstream_flows_count:
type: integer
type: object
FlowTypes:
type: string
description: Use `id` value of any index in `GET /v1/flow_types`
FlowStatus:
type: string
enum:
- active
- inactive
Asset:
type: object
properties:
id:
type: string
format: uuid
asset_type:
$ref: '#/components/schemas/AssetType'
Equipment:
properties:
custom_attributes:
$ref: '#/components/schemas/CustomAttributes'
effective_date:
example: '2022-01-01'
type: string
id:
format: uuid
type: string
latitude:
$ref: '#/components/schemas/Latitude'
longitude:
$ref: '#/components/schemas/Longitude'
name:
type: string
type:
$ref: '#/components/schemas/EquipmentTypeShallow'
type: object
Pagination:
properties:
page_number:
type: number
example: 0
page_size:
type: number
example: 10
total_entries:
type: number
example: 58
total_pages:
type: number
example: 6
type: object
ProductCategories:
type: string
description: Use `id` value of any index in `GET /v1/product_categories`
Longitude:
description: longitude on the Earth
example: -114
maximum: 180
minimum: -180
type:
- number
- 'null'
ReportingGroup:
allOf:
- $ref: '#/components/schemas/ReportingGroupInput'
- $ref: '#/components/schemas/AuditFields'
- properties:
company_id:
format: uuid
type: string
type: object
ProductTypes:
type: string
description: Use `id` value of any index in `GET /v1/product_types`
AuditFields:
properties:
created_at:
format: date-time
type: string
updated_at:
format: date-time
type: string
created_by:
format: uuid
type: string
updated_by:
format: uuid
type: string
type: object
parameters:
Page:
description: page number
in: query
name: page
required: false
schema:
type: number
EstimationMethodEntityType:
description: Estimation Method Entity Type
example: equipment
in: path
name: entity_type
required: true
schema:
type: string
enum:
- equipment
- flow
- asset_group
EstimationMethodId:
description: Estimation Method ID
example: 748970de-fd1f-4494-ae3f-47cc21ff205f
in: path
name: id
required: true
schema:
format: uuid
type: string
SortDirection:
description: sort direction
example: desc
in: query
name: sort_direction
required: false
schema:
enum:
- asc
- desc
type: string
EstimationMethodInputName:
description: Input Name
in: path
name: input_name
required: true
schema:
type: string
PageSize:
description: page size
in: query
name: page_size
required: false
schema:
type: number
EstimationMethodTargetAssetId:
description: Target Asset ID
in: path
name: target_asset_id
required: true
schema:
format: uuid
type: string
SortBy:
description: sort by
in: query
name: sort_by
required: false
schema:
type: string