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

Parameter

Type

Required

Description

code

Text

Optional

Code of the human resource to perform the filter.

start

Integer

Optional

Number 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.

limit

Integer

Optional

Number of records to be returned by the query (Maximum 100 - Default value)

Output parameters

Parameter

Type

Description

groups_attached_description

Text

Group

description

Text

Description

name

Text

Nombre

versión

Text

version

valid_from

Date

Valid from

valid_through

Date

Valid until

author

Text

Author

code_iso

Text

ISO Code

is_warranty

Boolean

Under warranty.

status

Boolean

Validity

personnel_name

Text

Description of human resources

personnel_name

Text

Human Resources Code

email

Text

Human 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