Retrieves the skill with the specified key
Request Information
URI Parameters :
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
skill| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| name |
Name of the skill |
string |
Required Max length: 255 |
| description |
Description of the skill |
string |
Max length: 4000 |
| code |
Field used for Embedded entity (store there your ERP PK) |
string |
Max length: 255 |
| sales_organization_id |
FK of sales_organization. Filled if specific of one SO, empty if can be used by all |
globally unique identifier | |
| sales_organization_code |
Embedded entity "sales_organization" using ERP PK when adding/updating skill |
string | |
| sales_organization |
Embedded entity "sales_organization" when adding/updating skill |
sales_organization | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "f0c405da-1474-497b-9cc2-cba620ad0e50",
"name": "sample string 2",
"description": "sample string 3",
"code": "sample string 4",
"sales_organization_id": "c15a006f-6b62-4747-826b-8f9f265e8e6a",
"sales_organization_code": "sample string 6",
"sales_organization": {
"id": "a57fa4fc-b7b4-4e0b-a532-4f9a514faacc",
"code": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"db_country_id": "249955e5-0629-4b8d-89ac-a740bc5e55b4",
"db_currency_id": "9bfddd42-55e0-4623-81ee-631c5623f069",
"db_language_id": "d75d878f-6f83-4ff6-b0d6-8edd7b926861",
"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-07-27T22:17:40.6068065+00:00"
},
"modified_dateutc": "2026-07-27T22:17:40.6068065+00:00"
}