Retrieves the user_skill_list object with the specified key

Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

user_skill_list
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
user_id

Foreign key to user

globally unique identifier

Optionally required : user_id, user_code or user must be provided

user_code

Embedded entity "user" using ERP PK when adding/updating user_skill_list

string

Optionally required : user_id, user_code or user must be provided

user

Embedded entity "user" using node when adding/updating user_skill_list

user

Optionally required : user_id, user_code or user must be provided

skill_id

Foreign key to skill

globally unique identifier

Optionally required : skill_id, skill_code or skill must be provided

skill_code

Embedded entity "skill" using ERP PK when adding/updating user_skill_list

string

Optionally required : skill_id, skill_code or skill must be provided

skill

Embedded entity "skill" using node when adding/updating user_skill_list

skill

Optionally required : skill_id, skill_code or skill must be provided

reference_back_office

Field used for Embedded entity (store there your ERP PK)

string

Max length: 50

modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "0e5f7577-a98c-4297-a96b-b8a9584d9801",
  "user_id": "4c5d7a7a-e3a2-46cb-90e6-69e08b683218",
  "user_code": "sample string 3",
  "user": {
    "id": "13248e06-23e1-4da0-b3ca-7ff5bf61b073",
    "db_language_id": "08b0f306-3a85-474b-b679-8a023a272e47",
    "username": "sample string 3",
    "firstname": "sample string 4",
    "lastname": "sample string 5",
    "code": "sample string 6",
    "archived": true,
    "disabled": true,
    "emergency_contact": "sample string 9",
    "bankaccount": "sample string 10",
    "social_security": "sample string 11",
    "place_of_birth": "sample string 12",
    "nationality": "sample string 13",
    "functions": "sample string 14",
    "birthdate": "2026-07-28T04:42:25.8905872+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "4e1f85c5-e001-4466-b9f0-a2befc76dec1",
    "sales_organization": {
      "id": "01c2e8d2-9900-4b82-923a-4d1b0c328a91",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "90ba531f-e2cc-4389-b028-c4ca440d0a05",
      "db_currency_id": "f0b6f511-3e81-4c78-8d7b-5add14e0f06b",
      "db_language_id": "b7681c13-d655-4c4b-aad8-ff221f27dfe6",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2026-07-28T04:42:25.8905872+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "f4758d2b-8bcb-4ab7-ac6e-f12e4bf863a9",
    "email": "sample string 22",
    "phone": "sample string 23",
    "fax": "sample string 24",
    "mobile": "sample string 25",
    "private_email": "sample string 26",
    "private_phone": "sample string 27",
    "private_fax": "sample string 28",
    "private_mobile": "sample string 29",
    "private_street": "sample string 30",
    "private_street_number": "sample string 31",
    "private_city": "sample string 32",
    "private_zip": "sample string 33",
    "private_db_country_id": "5049d1bd-4eff-4d8c-a155-655265ec01d7",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2026-07-28T04:42:25.8905872+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "62416409-3831-49a2-8fbc-5d471bd191dc"
  },
  "skill_id": "11ac55e2-755c-439c-9aa7-15560e4bbffc",
  "skill_code": "sample string 5",
  "skill": {
    "id": "76f2b238-334b-401b-92af-4e2b14955da9",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "3f229d12-91af-477d-89a1-fee44deae34b",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "01c2e8d2-9900-4b82-923a-4d1b0c328a91",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "90ba531f-e2cc-4389-b028-c4ca440d0a05",
      "db_currency_id": "f0b6f511-3e81-4c78-8d7b-5add14e0f06b",
      "db_language_id": "b7681c13-d655-4c4b-aad8-ff221f27dfe6",
      "accountancy_code": "sample string 8",
      "archived": true,
      "default_unit_of_measure_system_type": "sample string 10",
      "street": "sample string 11",
      "street2": "sample string 12",
      "street_number": "sample string 13",
      "zip": "sample string 14",
      "city": "sample string 15",
      "email": "sample string 16",
      "phone": "sample string 17",
      "fax": "sample string 18",
      "url": "sample string 19",
      "vat_reg_code": "sample string 20",
      "modified_dateutc": "2026-07-28T04:42:25.8905872+00:00"
    },
    "modified_dateutc": "2026-07-28T04:42:25.8905872+00:00"
  },
  "reference_back_office": "sample string 6",
  "modified_dateutc": "2026-07-28T04:42:25.8905872+00:00"
}