Retrieves all the user_skill_list objects
Request Information
URI Parameters :
None.
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": "ce9add8e-21d5-40c6-a660-c59b3705c38e", "user_id": "b8f59206-fc39-4cde-878d-ab6c0a3871e0", "user_code": "sample string 3", "user": { "id": "06990825-46fe-4e41-a991-f1b83557b2cd", "db_language_id": "2bea3767-4234-4da3-9b9c-f1c67e4941e5", "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-09T08:50:14.277418+00:00", "skype": "sample string 16", "notes": "sample string 17", "sales_organization_id": "8308914c-d56c-439f-bed4-0a2d58319ed8", "sales_organization": { "id": "acbf9006-9c46-4d4c-bba7-9682949267c0", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "dd34cb49-6d3d-4e50-9b1c-9697944f2805", "db_currency_id": "6dccd624-1402-4787-8435-60492fabd992", "db_language_id": "cb1498f6-d637-44ef-8d01-efbb7946008c", "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-09T08:50:14.277418+00:00" }, "sales_organization_code": "sample string 19", "is_team_leader": true, "team_leader_user_id": "59af46e3-1c35-4071-9b22-ea55627941b9", "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": "c1e55c8c-a340-4d93-a28b-5f7935bfd8cb", "private_db_country_code": "sample string 35", "modified_dateutc": "2025-05-09T08:50:14.277418+00:00", "allow_hero_app": true, "allow_sales_app": true, "allow_service_app": true, "user_group_id": "7bb17def-9141-4743-92b2-486f60ebd634" }, "skill_id": "4e8c5258-fb35-44fe-8c1c-e04a61755447", "skill_code": "sample string 5", "skill": { "id": "056c1bac-ef05-468c-84ec-45b38bfde256", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "8f4e9ddc-8661-48b9-ba69-d47fbadc2e80", "sales_organization_code": "sample string 6", "sales_organization": { "id": "acbf9006-9c46-4d4c-bba7-9682949267c0", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "dd34cb49-6d3d-4e50-9b1c-9697944f2805", "db_currency_id": "6dccd624-1402-4787-8435-60492fabd992", "db_language_id": "cb1498f6-d637-44ef-8d01-efbb7946008c", "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-09T08:50:14.277418+00:00" }, "modified_dateutc": "2025-05-09T08:50:14.277418+00:00" }, "reference_back_office": "sample string 6", "modified_dateutc": "2025-05-09T08:50:14.277418+00:00" }