Retrieves the user_skill_list object with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
user_skill_list| Name | Description | Type | Additional 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
{
"id": "ab7bb772-e25d-4d7b-80fe-de944aeefd0d",
"user_id": "644bc0dd-4f15-44cf-afb2-c2a9fbc714f6",
"user_code": "sample string 3",
"user": {
"id": "c61aa526-b482-45c9-81ce-bd2f69079a65",
"db_language_id": "6448e25c-613e-499c-9183-231ee1765186",
"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-08-20T13:43:08.1775917+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "40852e34-2bb1-44b4-8e9f-d01426cec2ba",
"sales_organization": {
"id": "9d4894cd-470f-4e67-933a-488006a27d24",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "4f7df607-638c-47a0-b499-c86e0a9c7405",
"db_currency_id": "57a18a6c-d3a2-4bd0-99de-6ecf7f78d2ec",
"db_language_id": "f2ca5f86-6e81-41ff-9771-25acfa0d555c",
"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-08-20T13:43:08.1775917+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "97a2d83e-9e23-4415-a541-473a673767ce",
"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": "ee93a2e1-e1d4-4e6a-8f40-69649656154f",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-08-20T13:43:08.1775917+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "ed4065d4-d54c-43f5-a685-195afece23f1"
},
"skill_id": "cfef85f8-6ba6-4e3e-b298-91a673000914",
"skill_code": "sample string 5",
"skill": {
"id": "46489e18-d0e0-427c-ae28-fa09dd838d25",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "ccfb9167-ffa1-46d6-827d-75f32d309c39",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "9d4894cd-470f-4e67-933a-488006a27d24",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "4f7df607-638c-47a0-b499-c86e0a9c7405",
"db_currency_id": "57a18a6c-d3a2-4bd0-99de-6ecf7f78d2ec",
"db_language_id": "f2ca5f86-6e81-41ff-9771-25acfa0d555c",
"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-08-20T13:43:08.1775917+00:00"
},
"modified_dateutc": "2026-08-20T13:43:08.1775917+00:00"
},
"reference_back_office": "sample string 6",
"modified_dateutc": "2026-08-20T13:43:08.1775917+00:00"
}