Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Remberg assets API

The assets API from Remberg — 5 operation(s) for assets.

Remberg assets API is one of 19 APIs that Remberg publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include assets. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 10 operations across 5 paths, and defines 16 schemas. It is described by OpenAPI 3.0.0, at version v1.

Requests are made against a single base URL, https://api.remberg.de.

10 operations 5 paths 16 schemas 2 DELETE5 GET2 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
v1
Base URL
https://api.remberg.de
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Remberg assets API declares 1 security scheme for authenticating requests. An API key is passed in the header as authorization (authorization).

Paths & Operations 10

Across 5 paths, the API surfaces 10 operations — 2 DELETE, 5 GET, 2 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

assets 10
GET
/v2/assets
Get a list of assets
/v2/assets_get 11 params → 200400403
POST
/v2/assets
Create a new Asset
/v2/assets_post body → 201400403409
GET
/v2/assets/{id}
Get an Asset by its internal ID
/v2/assets/{id}_get 2 params → 200403404
PATCH
/v2/assets/{id}
Update an Asset by its internal ID
/v2/assets/{id}_patch 1 param body → 204400403404409
DELETE
/v2/assets/{id}
Delete an Asset by its internal ID
/v2/assets/{id}_delete 1 param → 204400403409
GET
/v2/assets/number/{assetNumber}
Get an Asset by its number
/v2/assets/number/{assetNumber}_get 2 params → 200403404409
PATCH
/v2/assets/number/{assetNumber}
Update an Asset by its number
/v2/assets/number/{assetNumber}_patch 1 param body → 204400403404409
DELETE
/v2/assets/number/{assetNumber}
Delete an Asset by its number
/v2/assets/number/{assetNumber}_delete 1 param → 204400403409
GET
/v2/assets/number/{assetNumber}/inventories
Get a list of part inventories by asset by serial number
/v2/assets/number/{assetNumber}/inventories_get 3 params → 200400403404409
GET
/v2/assets/{id}/inventories
Get a list of part inventories by asset
/v2/assets/{id}/inventories_get 3 params → 200400403404

Schemas 16

The contract defines 16 schemas that model the data the API accepts and returns. The most detailed are AssetCfaCreateOneBodyDto (20 properties), AssetsCfaUpdateOneBodyDto (18 properties), AssetCfaResponseDto (17 properties), AssetListItemCfaResponseDto (12 properties). Each schema is shown below with its type and property counts.

CustomPropertyValueCreateCfaBodyDto
object
2 properties 2 required
CustomPropertyValueCfaResponseDto
object
3 properties 2 required
AssetsCfaFindManyInventoriesByAssetResponseDto
object
1 property 1 required
ContactInfoCfaResponseDto
object
4 properties 1 required
AssetListItemCfaResponseDto
object
12 properties 9 required
AssetsCfaPartInventoryWithTypeResponseDto
object
6 properties 6 required
CustomPropertyValueUpdateCfaBodyDto
object
2 properties 2 required
AssetsCfaFindManyResponseDto
object
1 property 1 required
AssetInfoCfaResponseDto
object
3 properties 3 required
AddressCfaBodyDto
object
8 properties
OrganizationInfoCfaResponseDto
object
3 properties 2 required
AssetCfaCreateOneBodyDto
object
20 properties 1 required
AssetCfaResponseDto
object
17 properties 10 required
AssetsCfaCreateOneResponseDto
object
1 property 1 required
AddressCfaResponseDto
object
8 properties
AssetsCfaUpdateOneBodyDto
object
18 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

remberg-assets-api-openapi.yml Raw ↑

Other APIs Remberg publishes across the network.

Remberg ai-chat API
Remberg asset-status-signals API
Remberg asset-types API
Remberg contacts API
Remberg failure-types API
Remberg files API
Remberg forms API
Remberg inventories API
Remberg organizations API
Remberg part-stock-changes API
Remberg parts API
Remberg procedure-templates API