1. Prodoctivity Api(FileManager)
Prodoctivity Api(File Manager)
  • Prodoctivity Api(FileManager)
    • Login
      POST
    • Document Delete
      DELETE
    • Document Get All
      GET
    • Document Search
      GET
    • Create/Update Document
      POST
    • Document-Type Get All
      GET
    • Document-Type Search
      GET
    • Documents Filter Search
      POST
  1. Prodoctivity Api(FileManager)

Document-Type Search

GET
/api/document-types/{id}
Retrieve details for a single document type and its tags by its identifier.
Obtener los detalles de un solo tipo de documento y sus tags, mediante su identificador.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Responses

馃煝200Success
application/json
Body

馃煚404Record Not Found
馃煚404Empty Parameter
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://localhost:44397/api/document-types/681e2186c19676a24e7796fb' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Success
{
    "documentType": {
        "name": "Acta de la 煤ltima Asamblea",
        "documentTypeVersionId": "681e2186c19676a24e7796fc",
        "documentTypeId": "681e2186c19676a24e7796fb",
        "documentGroupId": "681b7840c19676a24e7796db",
        "documentGroupName": "Carga Masiva",
        "autoExtract": false,
        "isFromContentLibrary": false,
        "author": "aurbaez@novosit.com",
        "isPublished": true,
        "wizardDefinition": {
            "defaultPageName": "Pagina General",
            "defaultSectionName": "General",
            "dependencies": [],
            "inferredDependencies": [],
            "pages": [
                {
                    "key": "generalPage",
                    "description": "Pagina General",
                    "label": "Pagina General",
                    "properties": {},
                    "sections": [
                        {
                            "key": "2cb73f8b-7286-48a0-ac75-14d2c5da6fcb",
                            "description": "General",
                            "label": "General",
                            "properties": {},
                            "fields": [
                                {
                                    "isRecord": false,
                                    "key": "codigodelcliente",
                                    "label": "ClientCode"
                                },
                                {
                                    "isRecord": false,
                                    "key": "nodeCeduladelclienteononombredelafianzado",
                                    "label": "No. de C茅dula del cliente o no nombre del afianzado"
                                },
                                {
                                    "isRecord": false,
                                    "key": "nodeRNC",
                                    "label": "No. de RNC"
                                }
                            ]
                        }
                    ]
                }
            ]
        },
        "contextDefinition": {
            "records": [],
            "fields": [
                {
                    "name": "codigodelcliente",
                    "humanName": "C贸digo del cliente",
                    "fullPath": "codigodelcliente",
                    "properties": {
                        "description": "C贸digo del cliente",
                        "humanName": "C贸digo del cliente",
                        "instructions": "Favor colocar el c贸digo del cliente",
                        "label": "ClientCode",
                        "controlSize": "None",
                        "immutable": false,
                        "isUnique": false,
                        "dataType": "Alphanumeric",
                        "minOccurs": 0,
                        "maxOccurs": 1,
                        "defaultValue": [],
                        "sampleValue": [
                            "ABC-123"
                        ],
                        "inputType": "TextBox",
                        "maxLength": 30,
                        "lookupDocumentTypeId": "",
                        "dictionaryDataElementId": "681b83627efd8315864bfc40"
                    }
                },
                {
                    "name": "nodeCeduladelclienteononombredelafianzado",
                    "humanName": "No. de C茅dula del cliente o no nombre del afianzado",
                    "fullPath": "nodeCeduladelclienteononombredelafianzado",
                    "properties": {
                        "description": "No. de C茅dula del cliente o no nombre del afianzado",
                        "humanName": "No. de C茅dula del cliente o no nombre del afianzado",
                        "instructions": "",
                        "label": "No. de C茅dula del cliente o no nombre del afianzado",
                        "controlSize": "None",
                        "immutable": false,
                        "isUnique": false,
                        "dataType": "Alphanumeric",
                        "defaultValue": [],
                        "sampleValue": [
                            "000-000000-0"
                        ],
                        "inputType": "TextBox",
                        "maxLength": 14,
                        "inputMask": " ",
                        "lookupDocumentTypeId": "",
                        "dictionaryDataElementId": "681e12b97efd8315864bfc44"
                    }
                },
                {
                    "name": "nodeRNC",
                    "humanName": "No. de RNC",
                    "fullPath": "nodeRNC",
                    "properties": {
                        "description": "No. de RNC",
                        "humanName": "No. de RNC",
                        "instructions": "",
                        "label": "No. de RNC",
                        "controlSize": "None",
                        "immutable": false,
                        "isUnique": false,
                        "dataType": "Numeric",
                        "inputType": "TextBox",
                        "sampleValue": [
                            1230
                        ],
                        "dictionaryDataElementId": "681e135c790ca7d8180b3900"
                    }
                }
            ]
        },
        "nameConfig": [
            {
                "type": "variable",
                "name": "codigodelcliente",
                "dataType": "Alphanumeric"
            },
            {
                "type": "text",
                "value": " - "
            },
            {
                "type": "variable",
                "name": "nodeCeduladelclienteononombredelafianzado",
                "dataType": "Alphanumeric"
            },
            {
                "type": "text",
                "value": " - "
            },
            {
                "type": "variable",
                "name": "nodeRNC",
                "dataType": "Numeric"
            },
            {
                "type": "text",
                "value": " - "
            }
        ],
        "dataLinkMappings": [],
        "distributionMappings": [],
        "mySubscriptions": {
            "generation": {
                "sendToWeb": false,
                "sendToMobile": false
            },
            "update": {
                "sendToWeb": false,
                "sendToMobile": false
            }
        },
        "acceptedMimeTypes": [
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "application/pdf",
            "image/jpeg",
            "image/tiff",
            "image/bmp",
            "image/png"
        ],
        "permissions": [
            {
                "roleId": "6670567683a5e3331d71563d",
                "permissions": [
                    "view",
                    "edit"
                ]
            }
        ],
        "identifierConfig": [],
        "identifierCollisionForcesNewVersion": false,
        "expirationWarningDays": 30,
        "hasDataLinkDefinition": false,
        "useFullTextIndex": false
    }
}
Modified at聽2025-05-12 21:41:14
Previous
Document-Type Get All
Next
Documents Filter Search
Built with