For the complete documentation index, see llms.txt. This page is also available as Markdown.

Detailed Measurement Book

Overview

The measurement book is a measure of progress in a Works contract. This service

API Specifications

APIs

/measurement/v1/_create

post

Create one or more measurement entries

Body

Encapsulates a measurement entry request

Responses
202

Accepted create measurement request.

*/*

Encapsulates a measurement response

post/measurement/v1/_create

/measurement/v1/_update

post

Update one or more measurement entries

Body

Encapsulates a measurement entry request

Responses
200

Accepted update measurement request.

*/*

Encapsulates a measurement response

post/measurement/v1/_update

/measurementservice/v1/_create

post

Creates a measurement entry along with workflow details.

Body

Encapsulates a measurement book service request. Takes a singleton along with workflow.

Responses
202

Accepted create measurement book request.

*/*

Encapsulates a measurement service response. Returns an array of measurements with workflow.

post/measurementservice/v1/_create

/measurementservice/v1/_update

post

Update values in a measurement book

Body

Encapsulates a measurement book service request. Takes a singleton along with workflow.

Responses
200

Accepted update measurement book request.

*/*

Encapsulates a measurement service response. Returns an array of measurements with workflow.

post/measurementservice/v1/_update

Data Model

DB Schema Diagram

TBD

Web Sequence Diagrams

Measurement Registry

Measurement Service

Was this helpful?