Get analysis tokens delta

In order to receive the deltas of the generated tokens that was formerly requested with an alphabet for a number of digits, the identifier of the tokens object MUST be sent as the first HTTP request path parameter together with delta as the second HTTP request path parameter.

The remote service streams the deltas CSV-formatted (one delta per line) as chunks in the response body. The service consumer is responsible to save the streamed deltas to a CSV file.

Deltas of scores

The deltas of scores are the one-step differences of the numeric scores of the tokens. The score of a token represents the token's fixed, zero-based position in the sorted set of all available tokens that can theoretically be generated by a production line, based on the chosen alphabet and number of digits. The scores and hence the deltas are only available if an integrated stochastic analysis of the tokens at least at metrics level has previously been requested and can be used for further stochastic analysis by the customer's preferred statistical toolset.

Request endpoint

GET SERVER:PORT/api/tokens/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/delta

Response status

200

Request headers

Accept:application/vnd.api+json
Content-Type:application/vnd.api+json
Session-Key:SSSSSSSS-SSSS-SSSS-SSSS-SSSSSSSSSSSS

Response headers

Transfer-Encoding:chunked
Connection:keep-alive
Date:Tue, 19 Mar 2024 12:57:48 GMT
Content-Type:application/json; charset=utf-8
Server:nginx/1.25.4

Request body

# intentionally blank

Response body

# intentionally blank

HTTPie example

$ http get SERVER:PORT/api/tokens/XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/delta Accept:application/vnd.api+json Content-Type:application/vnd.api+json Session-Key:SSSSSSSS-SSSS-SSSS-SSSS-SSSSSSSSSSSS