Fracttal →

Query human resources document management

By means of this API, the document management of the assets created in Fracttal can be consulted.

You can consult the document management of all assets or consult a particular asset by filtering by asset code and/or type of asset.

Input parameters

ParameterTypeRequiredDescription
codeTextOptionalCode of the human resource to perform the filter.
startIntegerOptionalNumber of the record from which you want to start the query. All queries are limited to 100 records, when there are more than that number this parameter must be used for pagination.
limitIntegerOptionalNumber of records to be returned by the query (Maximum 100 - Default value)

Output parameters

ParameterTypeDescription
groups_attached_descriptionTextGroup
descriptionTextDescription
nameTextNombre
versiónTextversion
valid_fromDateValid from
valid_throughDateValid until
authorTextAuthor
code_isoTextISO Code
is_warrantyBooleanUnder warranty.
statusBooleanValidity
personnel_nameTextDescription of human resources
personnel_nameTextHuman Resources Code
emailTextHuman Resources Email

Example

Petition: (GET) https://app.fracttal.com/api/personnel_document_management/7845123

{
    "success": true,
    "message": "200",
    "data": [
         {
            "id_company": 69,
            "id_group_attached": 5,
            "groups_attached_description": "Certificación",
            "description": "Certificación trabajo en alturas realizada por la empresa ABC",
            "name": "Certificación trabajo en alturas",
            "version": "0.001",
            "valid_from": "2019-10-27T00:00:00+00:00",
            "valid_through": "2021-10-27T00:00:00+00:00",
            "author": "ISO",
            "code_iso": "ISO 39001",
            "id_personnel": 7,
            "id_attached": 11,
            "id": 3,
            "is_warranty": true,
            "status": true,
            "personnel_name": "Alejandra Arango",
            "code": "7845123",
            "email": "[email protected]"
        },
    ],
    "total": 1
}

Test It

Test It

Language