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": "eaecdc21-a565-4618-b473-bbf18441ecc1", "user_id": "3df4c87a-16f9-4f6f-b29e-56a93fe64880", "user_code": "sample string 3", "user": { "id": "7d48c579-ded8-41aa-8e1e-4dd4152d4566", "db_language_id": "f61e7160-bc0f-465c-9b02-c98a5e7fb3a4", "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-06-07T23:12:26.3741344+00:00", "skype": "sample string 16", "notes": "sample string 17", "sales_organization_id": "bdd16b39-9936-4248-8b3a-3918d98e6c2a", "sales_organization": { "id": "96a22392-7686-453e-9734-4d160df1abb4", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "6b64e78d-10d5-4a00-9a46-0695516605ad", "db_currency_id": "c988748d-9dda-4998-ae68-19079aac84c8", "db_language_id": "27116edc-4ca3-4591-8e02-ea67b2cb6cf7", "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-06-07T23:12:26.3741344+00:00" }, "sales_organization_code": "sample string 19", "is_team_leader": true, "team_leader_user_id": "923043d7-c02c-4242-83bb-7c3cbed76ff4", "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": "cd8c4e5d-d0a5-4f13-83dc-0853194163ac", "private_db_country_code": "sample string 35", "modified_dateutc": "2025-06-07T23:12:26.3741344+00:00", "allow_hero_app": true, "allow_sales_app": true, "allow_service_app": true, "user_group_id": "37056d2f-bb65-4b4e-90a2-4ace06125ca6" }, "skill_id": "78937cdc-8319-405c-9a96-037889c9bf24", "skill_code": "sample string 5", "skill": { "id": "6f3738ba-33a0-475c-b2bb-d606c4b8b33f", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "e2c7959c-a1a8-42d0-870d-59a8be9177ff", "sales_organization_code": "sample string 6", "sales_organization": { "id": "96a22392-7686-453e-9734-4d160df1abb4", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "6b64e78d-10d5-4a00-9a46-0695516605ad", "db_currency_id": "c988748d-9dda-4998-ae68-19079aac84c8", "db_language_id": "27116edc-4ca3-4591-8e02-ea67b2cb6cf7", "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-06-07T23:12:26.3741344+00:00" }, "modified_dateutc": "2025-06-07T23:12:26.3741344+00:00" }, "reference_back_office": "sample string 6", "modified_dateutc": "2025-06-07T23:12:26.3741344+00:00" }