Retrieves all the user_skill_list objects
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
user_skill_list| Name | 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": "0af07a5e-2220-409d-a55f-f0d738877682",
"user_id": "c8a2a37d-6680-4529-ae00-65f8c7c6c6f1",
"user_code": "sample string 3",
"user": {
"id": "946cf8be-2ec7-444a-8604-75f18a3800c1",
"db_language_id": "5b90be1c-16ce-4330-baee-06cd2d15e31f",
"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": "2026-06-25T21:36:30.3586917+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "16a4e438-8f5e-43d5-a742-049dc51d1e28",
"sales_organization": {
"id": "85cd8313-e90d-4199-a6b9-12511c15509c",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "19038858-f812-485a-9491-648412da1af2",
"db_currency_id": "81eb6af0-c64e-4bc5-acf7-60d127c8ddcd",
"db_language_id": "a98416dd-e4fb-4abb-a587-6d773af81779",
"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": "2026-06-25T21:36:30.3586917+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "016b1215-6955-4722-927c-7f1e66bbe603",
"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": "cc9c4a06-ff73-4919-a363-326d4ca66739",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-06-25T21:36:30.3586917+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "37cc99b0-4c90-4295-87fe-876c17941d85"
},
"skill_id": "c90c5e09-8a2a-4f0e-8781-7c114d116236",
"skill_code": "sample string 5",
"skill": {
"id": "f18a3bfa-605f-406d-9783-fe93853e8ad6",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "7d5f0665-bdfa-416f-8970-40a17fbe108e",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "85cd8313-e90d-4199-a6b9-12511c15509c",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "19038858-f812-485a-9491-648412da1af2",
"db_currency_id": "81eb6af0-c64e-4bc5-acf7-60d127c8ddcd",
"db_language_id": "a98416dd-e4fb-4abb-a587-6d773af81779",
"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": "2026-06-25T21:36:30.3586917+00:00"
},
"modified_dateutc": "2026-06-25T21:36:30.3586917+00:00"
},
"reference_back_office": "sample string 6",
"modified_dateutc": "2026-06-25T21:36:30.3586917+00:00"
}