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": "ee497293-eb5a-4dbe-95f7-5826b207de3c",
  "user_id": "d84c7d04-acac-4c87-89c0-129700c61611",
  "user_code": "sample string 3",
  "user": {
    "id": "3127138b-99bd-41d8-9868-7c37a057de7c",
    "db_language_id": "581232f6-d554-4c25-9020-2f5990f8e9ff",
    "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": "2025-11-27T08:31:47.8723145+00:00",
    "skype": "sample string 16",
    "notes": "sample string 17",
    "sales_organization_id": "0bb0eecc-6f1a-41e0-9626-0af95b0bcbca",
    "sales_organization": {
      "id": "8e7d141f-029a-4b8c-949a-734d9b918712",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "02ba84e2-2b98-450f-80ed-4806e9275930",
      "db_currency_id": "9ca4624c-8916-4196-8d41-07eb835ba69a",
      "db_language_id": "add2a1ef-e3d6-436e-a8eb-4d35bc53439b",
      "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": "2025-11-27T08:31:47.8723145+00:00"
    },
    "sales_organization_code": "sample string 19",
    "is_team_leader": true,
    "team_leader_user_id": "05d05fb6-03a3-400c-83d5-52ebda851a9c",
    "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": "5c2f4fd8-de21-4aa3-895f-a28fa26153a4",
    "private_db_country_code": "sample string 35",
    "modified_dateutc": "2025-11-27T08:31:47.8723145+00:00",
    "allow_hero_app": true,
    "allow_sales_app": true,
    "allow_service_app": true,
    "user_group_id": "7696b3f4-c2ad-4cc5-8478-c60a5d17571b"
  },
  "skill_id": "2256ed4d-a441-4404-afee-3210a9516d0b",
  "skill_code": "sample string 5",
  "skill": {
    "id": "3fb96778-1351-4bba-a3b7-483798f4fff0",
    "name": "sample string 2",
    "description": "sample string 3",
    "code": "sample string 4",
    "sales_organization_id": "06162902-051b-494e-8056-3fb94ed839e5",
    "sales_organization_code": "sample string 6",
    "sales_organization": {
      "id": "8e7d141f-029a-4b8c-949a-734d9b918712",
      "code": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "db_country_id": "02ba84e2-2b98-450f-80ed-4806e9275930",
      "db_currency_id": "9ca4624c-8916-4196-8d41-07eb835ba69a",
      "db_language_id": "add2a1ef-e3d6-436e-a8eb-4d35bc53439b",
      "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": "2025-11-27T08:31:47.8723145+00:00"
    },
    "modified_dateutc": "2025-11-27T08:31:47.8879404+00:00"
  },
  "reference_back_office": "sample string 6",
  "modified_dateutc": "2025-11-27T08:31:47.8879404+00:00"
}