v1
latestOpenAPI 3.0.02026-07-14202153.0 KBDocuments
Get document
Retrieves a document.
Assign the _fields parameter in the query string to retrieve the desired fields. If you want to return all the fields use _fields=_all.
get/api/dataentities/{acronym}/documents/{id}
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
Example response
{
"campo1": "valor1",
"campo2": "valor2",
"campo3": 3
}