Retrieves all skills
Request Information
URI Parameters :
None.
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 |
| 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": "aaad0267-7f81-4780-bd5c-df7c69470374",
"name": "sample string 2",
"sales_organization_id": "b3fd31ba-7542-4a56-a5ff-ac5c5af21799",
"modified_dateutc": "2026-06-16T21:17:53.1478338+00:00"
}
application/xml, text/xml
Sample:
<skill xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <id>aaad0267-7f81-4780-bd5c-df7c69470374</id> <modified_dateutc>2026-06-16T21:17:53.147Z</modified_dateutc> <name>sample string 2</name> <sales_organization_id>b3fd31ba-7542-4a56-a5ff-ac5c5af21799</sales_organization_id> </skill>