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

Remberg work-orders API

The work-orders API from Remberg — 12 operation(s) for work-orders.

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

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

This API exposes 19 operations across 12 paths, and defines 24 schemas. It is described by OpenAPI 3.2.0, at version v1.

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

19 operations 12 paths 24 schemas 4 DELETE6 GET2 PATCH7 POST

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 1

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

Paths & Operations 19

Across 12 paths, the API surfaces 19 operations — 4 DELETE, 6 GET, 2 PATCH, 7 POST. Each is listed below with its method, path, parameters, and response codes.

work-orders 19
GET
/v2/work-orders
Get a list of Work Orders
/v2/work-orders_get 14 params → 200400403
POST
/v2/work-orders
Create a new WorkOrder
/v2/work-orders_post body → 201400403
GET
/v2/work-orders/{id}
Get a Work Order by its internal ID
/v2/work-orders/{id}_get 2 params → 200403404
PATCH
/v2/work-orders/{id}
Update a Work Order by its internal ID
/v2/work-orders/{id}_patch 1 param body → 204400403404
DELETE
/v2/work-orders/{id}
Delete an Work Order by its internal ID
/v2/work-orders/{id}_delete 1 param → 204400403409
GET
/v2/work-orders/erp/{externalReference}
Get a Work Order by its external reference (ERP Reference)
/v2/work-orders/erp/{externalReference}_get 2 params → 200403404409
PATCH
/v2/work-orders/erp/{externalReference}
Update a Work Order by its external reference (ERP reference)
/v2/work-orders/erp/{externalReference}_patch 1 param body → 204400403404409
DELETE
/v2/work-orders/erp/{externalReference}
Delete an Work Order by its external reference (ERP reference)
/v2/work-orders/erp/{externalReference}_delete 1 param → 204400403409
POST
/v2/work-orders/{id}/checklist
Add checklist items to a Work Order by its internal ID
/v2/work-orders/{id}/checklist_post 1 param body → 201400403404
POST
/v2/work-orders/erp/{externalReference}/checklist
Add checklist items to a Work Order by its external Reference (ERP reference)
/v2/work-orders/erp/{externalReference}/checklist_post 1 param body → 201400403404
GET
/v2/work-orders/{id}/times
Get time entries for a Work Order
/v2/work-orders/{id}/times_get 1 param → 200403404
GET
/v2/work-orders/{id}/stock-changes
Get stock changes for a Work Order by its internal ID
/v2/work-orders/{id}/stock-changes_get 3 params → 200403404
POST
/v2/work-orders/{id}/stock-changes
Create a PartStockChange for a Work Order by its internal ID
/v2/work-orders/{id}/stock-changes_post 1 param body → 201400403404
GET
/v2/work-orders/erp/{externalReference}/stock-changes
Get stock changes for a Work Order by its external reference (ERP Reference)
/v2/work-orders/erp/{externalReference}/stock-changes_get 3 params → 200403404409
POST
/v2/work-orders/erp/{externalReference}/stock-changes
Create a PartStockChange for a Work Order by its external reference (ERP Reference)
/v2/work-orders/erp/{externalReference}/stock-changes_post 1 param body → 201400403404409
POST
/v2/work-orders/{id}/procedures
Add a procedure to a Work Order by its internal ID
/v2/work-orders/{id}/procedures_post 1 param body → 201400403404
POST
/v2/work-orders/erp/{externalReference}/procedures
Add a procedure to a Work Order by its external reference (ERP reference)
/v2/work-orders/erp/{externalReference}/procedures_post 1 param body → 201400403404409
DELETE
/v2/work-orders/{id}/procedures/{procedureInstanceId}
Remove a procedure from a Work Order by its internal ID
/v2/work-orders/{id}/procedures/{procedureInstanceId}_delete 2 params → 204400403404
DELETE
/v2/work-orders/erp/{externalReference}/procedures/{procedureInstanceId}
Remove a procedure from a Work Order by its external reference (ERP reference)
/v2/work-orders/erp/{externalReference}/procedures/{procedureInstanceId}_delete 2 params → 204400403404409

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are WorkOrderCfaResponseDto (30 properties), WorkOrderCfaUpdateOneBodyDto (21 properties), WorkOrderCfaCreateOneBodyDto (21 properties), WorkOrderListItemCfaResponseDto (12 properties). Each schema is shown below with its type and property counts.

WorkOrderCfaResponseDto
object
30 properties 10 required
WorkOrderListItemCfaResponseDto
object
12 properties 7 required
AddressCfaResponseDto
object
8 properties
OrganizationInfoCfaResponseDto
object
3 properties 2 required
PartTypeInfoCfaResponseDto
object
4 properties 3 required
WorkOrderCfaUpdateOneBodyDto
object
21 properties
WorkOrdersCfaPartStockChangeCreateOneBodyDto
object
5 properties 3 required
WorkOrderTimesCfaResponseDto
object
2 properties 2 required
WorkOrdersCfaPartStockChangesFindManyResponseDto
object
2 properties 2 required
CustomPropertyValueCreateCfaBodyDto
object
2 properties 2 required
CustomPropertyValueCfaResponseDto
object
3 properties 2 required
WorkOrderCfaAddProcedureBodyDto
object
1 property 1 required
CustomPropertyValueUpdateCfaBodyDto
object
2 properties 2 required
WorkOrderCfaCreateManyChecklistItemsBodyDto
object
1 property 1 required
WorkOrderCfaCreateOneBodyDto
object
21 properties 1 required
ContactInfoCfaResponseDto
object
4 properties 1 required
WorkOrdersCfaFindManyResponseDto
object
1 property 1 required
WorkOrdersCfaPartStockChangeCreateOneResponseDto
object
1 property 1 required
WorkOrderProcedureValueCfaResponseDto
object
7 properties 6 required
WorkOrderCfaAddProcedureResponseDto
object
1 property 1 required
WorkOrderCfaCreateManyChecklistItemBodyDto
object
2 properties 1 required
AssetInfoCfaResponseDto
object
3 properties 3 required
WorkOrderCfaPartStockChangeResponseDto
object
7 properties 5 required
WorkOrderTimeEntryCfaResponseDto
object
4 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

remberg-work-orders-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 assets 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
Where this information came from

This is an independent, third-party profile of Remberg work-orders 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.