v1

latestOpenAPI 3.0.02026-07-14202153.0 KB
Versions

List versions

Allows to list the versions of a document.

get/api/dataentities/{acronym}/documents/{id}/versions

Path parameters

acronymstring required

Two letter word that identifies the data structure

idstring required

Id of the document

Headers

Content-Typestring required

Type of the content being sent

Acceptstring required

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand

Response

datestring required
idstring required

Example response

[
  {
    "date": "2016-10-18T16:53:32+00:00",
    "id": "_EAR0cJ7XB5k5grnmm0zeKGlVvVM9WCPV_"
  }
]