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": "4e54c2e2-27d2-49a2-b12e-27b0ba468d94", "user_id": "001866eb-c121-413c-a429-82e760f48429", "user_code": "sample string 3", "user": { "id": "67c6b60e-68f9-475d-9aa3-405079093889", "db_language_id": "3fd2fb0b-2a0d-46d5-b532-cc7e767aeea6", "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": "2024-12-21T17:06:54.0670574+00:00", "skype": "sample string 16", "notes": "sample string 17", "sales_organization_id": "a4793d27-702b-406e-a6dc-fc5123c2d8c6", "sales_organization": { "id": "90c483b5-794b-47af-9da8-ec83b61601c1", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "6cd3444c-3a2d-4a6d-9c6e-85239dd8aa1e", "db_currency_id": "aa39ee87-12b3-454f-8709-e696ff6f128d", "db_language_id": "0cecf4c6-2e92-4976-a996-3d26ae720a88", "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": "2024-12-21T17:06:54.0670574+00:00" }, "sales_organization_code": "sample string 19", "is_team_leader": true, "team_leader_user_id": "11f743d4-f66a-4754-92a3-cf9291326982", "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": "1ca0bb71-de2e-4f13-821c-8d53eb902f2e", "private_db_country_code": "sample string 35", "modified_dateutc": "2024-12-21T17:06:54.0670574+00:00", "allow_hero_app": true, "allow_sales_app": true, "allow_service_app": true, "user_group_id": "89fcdd72-5bb5-42e6-9243-9e03938ae9b4" }, "skill_id": "bcb9f670-213e-4bb6-8a08-952e2b3b4965", "skill_code": "sample string 5", "skill": { "id": "f5fe8865-e889-42a6-9319-daaabb6cf891", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "9c29c9b5-5f67-436a-b030-d5181db26014", "sales_organization_code": "sample string 6", "sales_organization": { "id": "90c483b5-794b-47af-9da8-ec83b61601c1", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "6cd3444c-3a2d-4a6d-9c6e-85239dd8aa1e", "db_currency_id": "aa39ee87-12b3-454f-8709-e696ff6f128d", "db_language_id": "0cecf4c6-2e92-4976-a996-3d26ae720a88", "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": "2024-12-21T17:06:54.0670574+00:00" }, "modified_dateutc": "2024-12-21T17:06:54.0670574+00:00" }, "reference_back_office": "sample string 6", "modified_dateutc": "2024-12-21T17:06:54.0670574+00:00" }