Retrieves all skills
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
skillName | 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": "5efa1778-b82a-411d-9c39-c5da09de2b29", "name": "sample string 2", "description": "sample string 3", "code": "sample string 4", "sales_organization_id": "970f8c27-fc46-48ee-8f61-1f747a6c73a2", "sales_organization_code": "sample string 6", "sales_organization": { "id": "6fb7b856-1d4a-4290-8d80-f8e178c7e427", "code": "sample string 2", "name": "sample string 3", "description": "sample string 4", "db_country_id": "ae641b55-ff0d-4779-bb32-335b4b2a8638", "db_currency_id": "e2bf695b-fc16-4211-86dc-e2a61079848f", "db_language_id": "c906f401-0ad9-4cc9-9778-51a4e3773185", "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-09-18T12:15:40.1381729+00:00" }, "modified_dateutc": "2025-09-18T12:15:40.1381729+00:00" }