Skip to main content

Document Type

Overview

API Request to fetch document types.

API detail

Request

  • URL: /document-types/
  • Method: GET

Response

Success

  • Status code: 200
  • Body:
[
{
"id": 1,
"attached_file_types": [
{
"id": 1,
"name": "Poderes de Representación de firmantes",
"description": null,
"is_required": false
}
],
"name": "Autorización de adosamiento",
"description": null
},
// ...
]