List Skills
get
/api/v1/skills
Returns the list of skills. You can filter the list by name, version, and whether the skill is in draft mode or published.
Request
Query Parameters
-
baseName: string
Include only extended skills from a base with this name.
-
baseVersion: string
Include only extended skills from a base with this version. If you include this parameter then you also must include the
baseName
parameter. -
filterType: string
Include only the versions that are in the specified state (
DRAFT
orPUBLISHED
).Allowed Values:[ "DRAFT", "PUBLISHED" ]
-
limit(optional): integer(int64)
The number of items to return.
-
name: string
Include only the skills with this name.
-
offset(optional): integer(int64)
The number of items to skip before starting to collect the result set, where
0
is the first item. -
totalResults(optional): boolean
Whether to return the total number of items that match the request (excluding the paging parameters).
-
version: string
Return only this version. If you include this parameter then you also must include the
name
parameter.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Success.
Root Schema : SkillsPaginatedData
Type:
object
List of skills.
Show Source
-
count(optional):
integer(int32)
The number of items returned.
-
hasMore(optional):
boolean
Indicates if there are more items to be returned.
-
items(optional):
array items
The items being returned.
-
limit(optional):
integer(int32)
The maximum number of items to return.
-
links(optional):
array links
-
offset(optional):
integer(int32)
The actual index from which the items are returned.
-
totalResults(optional):
integer(int32)
The total number of items.
Nested Schema : items
Type:
array
The items being returned.
Show Source
-
Array of:
object BotDetail
Skill or digital assistant details.
Nested Schema : BotDetail
Type:
object
Skill or digital assistant details.
Show Source
-
baseBot(optional):
object BotDetail
Skill or digital assistant details.
-
createdOn(optional):
string(date-time)
Skill or digital assistant creation date.
-
fromSkillStore(optional):
boolean
Indicates if the bot was installed from the skill store.
-
id(optional):
string
Skill or digital assistant ID.
-
multilingualMode(optional):
string
Skill or digital assistant multilingual mode.
-
name(optional):
string
Skill or digital assistant name.
-
nativeLanguageTags(optional):
array nativeLanguageTags
Native multilingual skill or digital assistant supported language tags.
-
platformVersion(optional):
string
Skill or digital assistant platform version.
-
primaryLanguageTag(optional):
string
Multilingual skill or digital assistant primary language tag.
-
status(optional):
string
Allowed Values:
[ "DRAFT", "PUBLISHED" ]
Skill or digital assistant status. -
version(optional):
string
Skill or digital assistant version.
Nested Schema : nativeLanguageTags
Type:
array
Native multilingual skill or digital assistant supported language tags.
Show Source
-
Array of:
string
Native multilingual skill or digital assistant supported language tags.
Nested Schema : selfLinks
Type:
Show Source
object
-
absolutePath(optional):
string(uri)
-
absolutePathBuilder(optional):
object absolutePathBuilder
-
baseUri(optional):
string(uri)
-
baseUriBuilder(optional):
object baseUriBuilder
-
matchedResources(optional):
array matchedResources
-
matchedURIs(optional):
array matchedURIs
-
path(optional):
string
-
pathParameters(optional):
object pathParameters
Additional Properties Allowed: additionalProperties
-
pathSegments(optional):
array pathSegments
-
queryParameters(optional):
object queryParameters
Additional Properties Allowed: additionalProperties
-
requestUri(optional):
string(uri)
-
requestUriBuilder(optional):
object requestUriBuilder
Nested Schema : Link
Type:
Show Source
object
-
href(optional):
string
URL to the resource
-
rel(optional):
string
The relationship with the resource
Nested Schema : absolutePathBuilder
Type:
object
Nested Schema : baseUriBuilder
Type:
object
Nested Schema : requestUriBuilder
Type:
object
Nested Schema : items
Type:
object
Nested Schema : items
Type:
Show Source
object
-
matrixParameters(optional):
object matrixParameters
Additional Properties Allowed: additionalProperties
-
path(optional):
string