EN
Español
English
Português
    User Details

    Petition Details

    • Base URL: {host}/ASMSAPI/
    • Uri: /api/v9/user?id={id}
    • Type: GET
    • Required headings:

    • content-type: application/json
    • X-Authorization: Bearer {token}

    URL Description

    • {host}: It represents the domain of the environment in which the API is located.
    • ASMSAPI/: Fixed API prefix.
    • URI: Specific endpoint for the request.


    EXAMPLE URL:

    https://{host}/ASMSAPI/api/v9/user?id={id}
    


    Parameters

    Name Data type Obligatory Description
    Id Int No User identifier, if it is not sent, the ID of the user who is logged in is taken.

    Body of the petition

    N/A

    Answer

    {
    
          "active": 1,
    
          "address1": "Direecion 1 - 10",
    
          "address2": "Direecion 2 -20",
    
          "address3": "Direecion 3 -30",
    
          "birthDate": 605854800000,
    
          "buildingId": 7316,
    
          "buildingName": "Edificio Aranda",
    
          "chargeName": "Desarrollador Back",
    
          "chiefId": 1,
          
          "chiefName": "APPLICATION ADMINISTRATOR",
    
          "cityId": 7237,
    
          "cityName": "Bogota, D.C.",
    
          "companyId": 7276,
    
          "companyName": "Aranda Software",
    
          "conversationReference": false,
    
          "countryId": 7212,
    
          "countryName": "Colombia",
    
          "cultureName": "es",
    
          "departmentCode": 7314,
    
          "departmentCodeName": "Departamento 1",
    
          "departmentName": "Desarrollo",
    
          "departmentNumber": 7284,
    
          "documentNumber": "1032654894",
    
          "documentType": "7312",
    
          "documentTypeId": 7312,
    
          "documentTypeName": "Cédula de ciudadanía",     "email": "testcys@arandasoft.com",
    
          "ext": "Ext 08",
    
          "fax": "Fx8798798",
    
          "floorId": 7321,
    
          "floorName": "Piso 1",
    
          "id": 4832,
    
          "isActive": true,
    
          "jobId": 7323,
    
          "jobName": "Desarrollador Back",
    
          "licenses": {
    
             "content": [
    
                        {
    
                     "id": 3,
    
                     "name": "CHANGES",
    
                     "proyectId": null
    
                        },
    
                        {
    
                     "id": 4,
    
                     "name": "SERVICECALLS",
    
                     "proyectId": null
    
                        },
    
                        {
    
                     "id": 1,
    
                     "name": "INCIDENTS",
    
                     "proyectId": null
    
                        },
    
                        {
    
                     "id": 2,
    
                     "name": "PROBLEMS",
    
                     "proyectId": null
    
                        },
    
                        {
    
                     "id": 13,
    
                     "name": "RELEASE",
    
                     "proyectId": null
    
                        }
    
             ],
    
             `"totalItems": 5
    
          },
    
          "mobil": "3205847210",
    
          "name": "Especialista 1",
    
          "phone1": "65432107",
    
          "phone2": "7654321",
    
          "phone3": "5432107",
    
          "picture": "numero3.png",
    
          "pictureId": 17917,
    
          "projects": {
    
    `        "content": [
    
                        {
    
                     "description": "[ES] Desde Aranda Software estamos muy interesados en proteger a todos  nuestros clientes, miembros\nde nuestros canales aliados, colaboradores y sus respectivas familia s, ya que la crisis del virus\nCOVID-19 nos afecta a todos, por lo cual acatamos las",
    
                     "hasActiveServices": false,
    
                     "id": 25,
    
                     "image": "admin (2).jpg",
    
                     "imageId": null,
    
                     "isActiveChat": false,
    
                     "name": "[ES]ASMS"
    
                        },
    
                        {
    
                     "description": "[ES] Proyecto para casos de pruebas",
    
                     "hasActiveServices": false,
    
                     "id": 19,
    
                     "image": "CustomerSupport.jpg",
    
                     "imageId": null,
    
                     "isActiveChat": false,
    
                     "name": "Soporte - ASC"
    
                        }
    
             ],
    
             "totalItems": 2
    
          },
    
          "providerId": 0,
    
          "siteDescription": "Cra.69 No.98 A 11 C.C.Outlet Floresta Of.701",     "siteId": 7280,
    
          "siteName": "Cra.69 No.98 A 11 C.C.Outlet Floresta Of.701",
    
          "specialistsPermission": true,
    
          "timeZone": "SA Pacific Standard Time",
    
          "userName": "E1"
    
    }
    

    Error messages

    Code HTTP status Error Message
    500 InternalServerError FailureGetDetail