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_listName | 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": "8371e277-0550-419e-8110-5d264f1a3b12", "user_id": "2eee5ab1-5e4b-46fa-b5b1-388f327a54bb", "user_code": "sample string 3", "user": { "id": "750a526c-79f3-4fb3-8ce3-94dc24bed911", "db_language_id": "722193ca-a373-4f1c-b864-898ab9810692", "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-05-18T01:08:36.5510691+00:00", "skype": "sample string 16", "notes": "sample string 17", "sales_organization_id": "a2c8afed-75e0-4a01-bdfd-9e7100d5b103", "sales_organization": { "id": "f21d03e5-32cc-41a5-9aed-d5ee586d50ba", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "803ca8eb-57bd-4cfb-8aa7-ef5acddc3950", "db_currency_id": "4b8e8f6c-8828-4c2f-8703-67f0842d9180", "db_language_id": "13566bb5-f1d0-46a4-aa87-a5d561229cd7", "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-05-18T01:08:36.5510691+00:00" }, "sales_organization_code": "sample string 19", "is_team_leader": true, "team_leader_user_id": "1335cae3-4a52-4bfa-91dd-3a9ae9ec1aae", "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": "4fb84d92-aa40-4927-aa49-080c499382dc", "private_db_country_code": "sample string 35", "modified_dateutc": "2025-05-18T01:08:36.5510691+00:00", "allow_hero_app": true, "allow_sales_app": true, "allow_service_app": true, "user_group_id": "b30327d1-06ab-410c-91df-b1ea55415f5f" }, "skill_id": "5aa723ab-2539-4a48-9e8b-866aac826e31", "skill_code": "sample string 5", "skill": { "id": "dd38f5cb-8e91-4c85-8ddf-9687884f8f10", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "97ae37d1-570d-4dae-8df7-7593687ee2e9", "sales_organization_code": "sample string 6", "sales_organization": { "id": "f21d03e5-32cc-41a5-9aed-d5ee586d50ba", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "803ca8eb-57bd-4cfb-8aa7-ef5acddc3950", "db_currency_id": "4b8e8f6c-8828-4c2f-8703-67f0842d9180", "db_language_id": "13566bb5-f1d0-46a4-aa87-a5d561229cd7", "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-05-18T01:08:36.5510691+00:00" }, "modified_dateutc": "2025-05-18T01:08:36.5510691+00:00" }, "reference_back_office": "sample string 6", "modified_dateutc": "2025-05-18T01:08:36.5666971+00:00" }