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": "cb2a9a61-e055-415e-8427-62c87e6d7cb2", "user_id": "1aca6f5f-5634-4e67-8242-06e6ebd64ca0", "user_code": "sample string 3", "user": { "id": "515e60c0-b6b6-4b60-b7be-a0a3fbdc0b14", "db_language_id": "ad366748-8047-4177-8122-327dd7472094", "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-10-16T04:38:26.7402677+00:00", "skype": "sample string 16", "notes": "sample string 17", "sales_organization_id": "6c9a4cc2-9b83-4e9f-8c8d-34408fb7ce91", "sales_organization": { "id": "79e2c12e-381a-4cd9-8cf4-8d0ee6496a0c", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "05550876-49f3-4532-a7de-4a9d3bb75ed2", "db_currency_id": "476167a2-8720-4e88-8fa0-dd77e048bd7c", "db_language_id": "918c1d03-2680-4b42-88be-c544c043039d", "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-10-16T04:38:26.7402677+00:00" }, "sales_organization_code": "sample string 19", "is_team_leader": true, "team_leader_user_id": "f167e215-9ba5-4a99-95bf-a02c3382466a", "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": "6c5ac96b-0b67-46ae-9cd6-cfe2ed424e63", "private_db_country_code": "sample string 35", "modified_dateutc": "2025-10-16T04:38:26.7402677+00:00", "allow_hero_app": true, "allow_sales_app": true, "allow_service_app": true, "user_group_id": "c8cbfd49-da40-48fd-984e-43f55380bb25" }, "skill_id": "409f10a0-23a5-4124-94d0-95acf98ac293", "skill_code": "sample string 5", "skill": { "id": "5c11594c-3732-46de-ac8d-bb8ce3767a37", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "07f702de-65e8-44cc-af94-d8931a67bb0b", "sales_organization_code": "sample string 6", "sales_organization": { "id": "79e2c12e-381a-4cd9-8cf4-8d0ee6496a0c", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "05550876-49f3-4532-a7de-4a9d3bb75ed2", "db_currency_id": "476167a2-8720-4e88-8fa0-dd77e048bd7c", "db_language_id": "918c1d03-2680-4b42-88be-c544c043039d", "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-10-16T04:38:26.7402677+00:00" }, "modified_dateutc": "2025-10-16T04:38:26.7402677+00:00" }, "reference_back_office": "sample string 6", "modified_dateutc": "2025-10-16T04:38:26.7402677+00:00" }