Retrieves all skills

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

skill
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
name

Name of the skill

string

Required

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
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "bd224b51-ec02-4152-89bb-aa561d373190",
  "name": "sample string 2",
  "sales_organization_id": "00af4a81-9431-44c0-90e8-81702e3ea4f7",
  "modified_dateutc": "2026-01-12T00:24:21.2869479+00:00"
}

application/xml, text/xml

Sample:
<skill xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <id>bd224b51-ec02-4152-89bb-aa561d373190</id>
  <modified_dateutc>2026-01-12T00:24:21.286Z</modified_dateutc>
  <name>sample string 2</name>
  <sales_organization_id>00af4a81-9431-44c0-90e8-81702e3ea4f7</sales_organization_id>
</skill>