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": "c8315442-b59b-4f33-b126-737eea7f507e",
"user_id": "a39bf789-f901-4cb1-9827-c06d947c07a6",
"user_code": "sample string 3",
"user": {
"id": "ebfe170f-3300-4b89-843e-b87aee8527d5",
"db_language_id": "55fb834a-856c-4078-9322-3f6215b11c8e",
"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-08-12T09:04:08.028956+00:00",
"skype": "sample string 16",
"notes": "sample string 17",
"sales_organization_id": "750be9a9-b669-4640-97bd-0436a1825670",
"sales_organization": {
"id": "c98d2bd6-c93e-4bff-b634-5f5025b1348c",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "a45eaffe-523e-421d-90dd-b257b3314675",
"db_currency_id": "047ca215-4950-4f48-912c-2a3ba49c9579",
"db_language_id": "3b425327-0dd6-4bfd-97d0-502977b03f3a",
"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-08-12T09:04:08.028956+00:00"
},
"sales_organization_code": "sample string 19",
"is_team_leader": true,
"team_leader_user_id": "67cf9f10-8f55-41de-a251-cd390fa8f519",
"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": "2699168c-5563-453d-9f73-5fbfe540734c",
"private_db_country_code": "sample string 35",
"modified_dateutc": "2026-08-12T09:04:08.028956+00:00",
"allow_hero_app": true,
"allow_sales_app": true,
"allow_service_app": true,
"user_group_id": "9e444390-a93b-4547-bb2a-cdf9cfec2288"
},
"skill_id": "431322bf-d3f4-425b-a8c8-e0ea58ddc7f3",
"skill_code": "sample string 5",
"skill": {
"id": "d931b09a-4d0c-4a28-8d67-924db9efa69d",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "e61b579a-347c-42cf-96dc-571f8b483bc1",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "c98d2bd6-c93e-4bff-b634-5f5025b1348c",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "a45eaffe-523e-421d-90dd-b257b3314675",
"db_currency_id": "047ca215-4950-4f48-912c-2a3ba49c9579",
"db_language_id": "3b425327-0dd6-4bfd-97d0-502977b03f3a",
"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-08-12T09:04:08.028956+00:00"
},
"modified_dateutc": "2026-08-12T09:04:08.028956+00:00"
},
"reference_back_office": "sample string 6",
"modified_dateutc": "2026-08-12T09:04:08.028956+00:00"
}