User

List My Skills

Get all skills owned by the currently authenticated user

get/api/v1/me/skills

Query parameters

limitinteger

Max skills per page (max: 100, default: 12)

cursorstring

Pagination cursor from previous response

sortstring

Sort by 'skillName' or 'updatedAt' (default)

Example:updatedAt
searchstring

Filter by name or description

Example:debugging
tagstring

Filter by tag

Example:development
scopestring

Filter by publisher scope

Example:superpowers

Response

List of user's skills

nextstring
totalCountnumber required

Changes

Changed in 2 of the 11 revisions of this API.24

  • 25721894961a23See the full diff
    • removed the required property // from the response with the status

      response-required-property-removed

    • removed the required property // from the response with the status

      response-required-property-removed

    • added the optional property // to the response with the status

      response-optional-property-added

    • added the required property // to the response with the status

      response-required-property-added

    • added the required property // to the response with the status

      response-required-property-added

    • endpoint added

      endpoint-added