naftiko: 1.0.0-alpha2 info: label: Unified.to API — lms description: 'Unified.to API — lms. 42 operations. Lead operation: List all activities. Self-contained Naftiko capability covering one Unified To business surface.' tags: - Unified To - lms created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: UNIFIED_TO_API_KEY: UNIFIED_TO_API_KEY capability: consumes: - type: http namespace: hr-talent-lms baseUri: https://api.unified.to description: Unified.to API — lms business capability. Self-contained, no shared references. resources: - name: lms-connection_id-activity path: /lms/{connection_id}/activity operations: - name: listlmsactivities method: GET description: List all activities outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: content_id in: query type: string description: The content ID to filter by - name: student_id in: query type: string description: The student ID to filter by (reference to LmsStudent) - name: course_id in: query type: string description: The course ID to filter by (reference to Course) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmsactivity method: POST description: Create an activity outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-activity-id path: /lms/{connection_id}/activity/{id} operations: - name: removelmsactivity method: DELETE description: Remove an activity outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Activity required: true - name: getlmsactivity method: GET description: Retrieve an activity outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Activity required: true - name: patchlmsactivity method: PATCH description: Update an activity outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Activity required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmsactivity method: PUT description: Update an activity outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Activity required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-class path: /lms/{connection_id}/class operations: - name: listlmsclasses method: GET description: List all classes outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: course_id in: query type: string description: The course ID to filter by (reference to Course) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmsclass method: POST description: Create a class outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-class-id path: /lms/{connection_id}/class/{id} operations: - name: removelmsclass method: DELETE description: Remove a class outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Class required: true - name: getlmsclass method: GET description: Retrieve a class outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Class required: true - name: patchlmsclass method: PATCH description: Update a class outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Class required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmsclass method: PUT description: Update a class outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Class required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-collection path: /lms/{connection_id}/collection operations: - name: listlmscollections method: GET description: List all collections outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: course_id in: query type: string description: The course ID to filter by (reference to Course) - name: parent_id in: query type: string description: The parent ID to filter by - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmscollection method: POST description: Create a collection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-collection-id path: /lms/{connection_id}/collection/{id} operations: - name: removelmscollection method: DELETE description: Remove a collection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Collection required: true - name: getlmscollection method: GET description: Retrieve a collection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Collection required: true - name: patchlmscollection method: PATCH description: Update a collection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Collection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmscollection method: PUT description: Update a collection outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Collection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-content path: /lms/{connection_id}/content operations: - name: listlmscontents method: GET description: List all contents outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: course_id in: query type: string description: The course ID to filter by (reference to Course) - name: collection_id in: query type: string description: The collection ID to filter by (reference to CommerceCollection) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmscontent method: POST description: Create a content outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-content-id path: /lms/{connection_id}/content/{id} operations: - name: removelmscontent method: DELETE description: Remove a content outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Content required: true - name: getlmscontent method: GET description: Retrieve a content outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Content required: true - name: patchlmscontent method: PATCH description: Update a content outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Content required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmscontent method: PUT description: Update a content outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Content required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-course path: /lms/{connection_id}/course operations: - name: listlmscourses method: GET description: List all courses outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: class_id in: query type: string description: The class ID to filter by (reference to LmsClass) - name: company_id in: query type: string description: The company ID to filter by (reference to HrisCompany) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmscourse method: POST description: Create a course outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-course-id path: /lms/{connection_id}/course/{id} operations: - name: removelmscourse method: DELETE description: Remove a course outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Course required: true - name: getlmscourse method: GET description: Retrieve a course outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Course required: true - name: patchlmscourse method: PATCH description: Update a course outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Course required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmscourse method: PUT description: Update a course outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Course required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-instructor path: /lms/{connection_id}/instructor operations: - name: listlmsinstructors method: GET description: List all instructors outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: class_id in: query type: string description: The class ID to filter by (reference to LmsClass) - name: course_id in: query type: string description: The course ID to filter by (reference to Course) - name: company_id in: query type: string description: The company ID to filter by (reference to HrisCompany) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmsinstructor method: POST description: Create an instructor outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-instructor-id path: /lms/{connection_id}/instructor/{id} operations: - name: removelmsinstructor method: DELETE description: Remove an instructor outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Instructor required: true - name: getlmsinstructor method: GET description: Retrieve an instructor outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Instructor required: true - name: patchlmsinstructor method: PATCH description: Update an instructor outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Instructor required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmsinstructor method: PUT description: Update an instructor outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Instructor required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-student path: /lms/{connection_id}/student operations: - name: listlmsstudents method: GET description: List all students outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: limit in: query type: number - name: offset in: query type: number - name: updated_gte in: query type: string description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format) - name: sort in: query type: string - name: order in: query type: string - name: query in: query type: string description: Query string to search. eg. email address or name - name: class_id in: query type: string description: The class ID to filter by (reference to LmsClass) - name: course_id in: query type: string description: The course ID to filter by (reference to Course) - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: createlmsstudent method: POST description: Create a student outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: body in: body type: object description: Request body (JSON). required: true - name: lms-connection_id-student-id path: /lms/{connection_id}/student/{id} operations: - name: removelmsstudent method: DELETE description: Remove a student outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Student required: true - name: getlmsstudent method: GET description: Retrieve a student outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Student required: true - name: patchlmsstudent method: PATCH description: Update a student outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Student required: true - name: body in: body type: object description: Request body (JSON). required: true - name: updatelmsstudent method: PUT description: Update a student outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: fields in: query type: array description: Fields to return - name: raw in: query type: string description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters: foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar' - name: connection_id in: path type: string description: ID of the connection required: true - name: id in: path type: string description: ID of the Student required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: apikey key: authorization value: '{{env.UNIFIED_TO_API_KEY}}' placement: header exposes: - type: rest namespace: hr-talent-lms-rest port: 8080 description: REST adapter for Unified.to API — lms. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/lms/{connection-id}/activity name: lms-connection-id-activity description: REST surface for lms-connection_id-activity. operations: - method: GET name: listlmsactivities description: List all activities call: hr-talent-lms.listlmsactivities with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query content_id: rest.content_id student_id: rest.student_id course_id: rest.course_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmsactivity description: Create an activity call: hr-talent-lms.createlmsactivity with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/activity/{id} name: lms-connection-id-activity-id description: REST surface for lms-connection_id-activity-id. operations: - method: DELETE name: removelmsactivity description: Remove an activity call: hr-talent-lms.removelmsactivity with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmsactivity description: Retrieve an activity call: hr-talent-lms.getlmsactivity with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmsactivity description: Update an activity call: hr-talent-lms.patchlmsactivity with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmsactivity description: Update an activity call: hr-talent-lms.updatelmsactivity with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/class name: lms-connection-id-class description: REST surface for lms-connection_id-class. operations: - method: GET name: listlmsclasses description: List all classes call: hr-talent-lms.listlmsclasses with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query course_id: rest.course_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmsclass description: Create a class call: hr-talent-lms.createlmsclass with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/class/{id} name: lms-connection-id-class-id description: REST surface for lms-connection_id-class-id. operations: - method: DELETE name: removelmsclass description: Remove a class call: hr-talent-lms.removelmsclass with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmsclass description: Retrieve a class call: hr-talent-lms.getlmsclass with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmsclass description: Update a class call: hr-talent-lms.patchlmsclass with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmsclass description: Update a class call: hr-talent-lms.updatelmsclass with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/collection name: lms-connection-id-collection description: REST surface for lms-connection_id-collection. operations: - method: GET name: listlmscollections description: List all collections call: hr-talent-lms.listlmscollections with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query course_id: rest.course_id parent_id: rest.parent_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmscollection description: Create a collection call: hr-talent-lms.createlmscollection with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/collection/{id} name: lms-connection-id-collection-id description: REST surface for lms-connection_id-collection-id. operations: - method: DELETE name: removelmscollection description: Remove a collection call: hr-talent-lms.removelmscollection with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmscollection description: Retrieve a collection call: hr-talent-lms.getlmscollection with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmscollection description: Update a collection call: hr-talent-lms.patchlmscollection with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmscollection description: Update a collection call: hr-talent-lms.updatelmscollection with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/content name: lms-connection-id-content description: REST surface for lms-connection_id-content. operations: - method: GET name: listlmscontents description: List all contents call: hr-talent-lms.listlmscontents with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query course_id: rest.course_id collection_id: rest.collection_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmscontent description: Create a content call: hr-talent-lms.createlmscontent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/content/{id} name: lms-connection-id-content-id description: REST surface for lms-connection_id-content-id. operations: - method: DELETE name: removelmscontent description: Remove a content call: hr-talent-lms.removelmscontent with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmscontent description: Retrieve a content call: hr-talent-lms.getlmscontent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmscontent description: Update a content call: hr-talent-lms.patchlmscontent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmscontent description: Update a content call: hr-talent-lms.updatelmscontent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/course name: lms-connection-id-course description: REST surface for lms-connection_id-course. operations: - method: GET name: listlmscourses description: List all courses call: hr-talent-lms.listlmscourses with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query class_id: rest.class_id company_id: rest.company_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmscourse description: Create a course call: hr-talent-lms.createlmscourse with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/course/{id} name: lms-connection-id-course-id description: REST surface for lms-connection_id-course-id. operations: - method: DELETE name: removelmscourse description: Remove a course call: hr-talent-lms.removelmscourse with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmscourse description: Retrieve a course call: hr-talent-lms.getlmscourse with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmscourse description: Update a course call: hr-talent-lms.patchlmscourse with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmscourse description: Update a course call: hr-talent-lms.updatelmscourse with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/instructor name: lms-connection-id-instructor description: REST surface for lms-connection_id-instructor. operations: - method: GET name: listlmsinstructors description: List all instructors call: hr-talent-lms.listlmsinstructors with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query class_id: rest.class_id course_id: rest.course_id company_id: rest.company_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmsinstructor description: Create an instructor call: hr-talent-lms.createlmsinstructor with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/instructor/{id} name: lms-connection-id-instructor-id description: REST surface for lms-connection_id-instructor-id. operations: - method: DELETE name: removelmsinstructor description: Remove an instructor call: hr-talent-lms.removelmsinstructor with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmsinstructor description: Retrieve an instructor call: hr-talent-lms.getlmsinstructor with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmsinstructor description: Update an instructor call: hr-talent-lms.patchlmsinstructor with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmsinstructor description: Update an instructor call: hr-talent-lms.updatelmsinstructor with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/student name: lms-connection-id-student description: REST surface for lms-connection_id-student. operations: - method: GET name: listlmsstudents description: List all students call: hr-talent-lms.listlmsstudents with: limit: rest.limit offset: rest.offset updated_gte: rest.updated_gte sort: rest.sort order: rest.order query: rest.query class_id: rest.class_id course_id: rest.course_id fields: rest.fields raw: rest.raw connection_id: rest.connection_id outputParameters: - type: object mapping: $. - method: POST name: createlmsstudent description: Create a student call: hr-talent-lms.createlmsstudent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/lms/{connection-id}/student/{id} name: lms-connection-id-student-id description: REST surface for lms-connection_id-student-id. operations: - method: DELETE name: removelmsstudent description: Remove a student call: hr-talent-lms.removelmsstudent with: connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: GET name: getlmsstudent description: Retrieve a student call: hr-talent-lms.getlmsstudent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patchlmsstudent description: Update a student call: hr-talent-lms.patchlmsstudent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - method: PUT name: updatelmsstudent description: Update a student call: hr-talent-lms.updatelmsstudent with: fields: rest.fields raw: rest.raw connection_id: rest.connection_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: hr-talent-lms-mcp port: 9090 transport: http description: MCP adapter for Unified.to API — lms. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: list-all-activities description: List all activities hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.listlmsactivities with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query content_id: tools.content_id student_id: tools.student_id course_id: tools.course_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-activity description: Create an activity hints: readOnly: false destructive: false idempotent: false call: hr-talent-lms.createlmsactivity with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-activity description: Remove an activity hints: readOnly: false destructive: true idempotent: true call: hr-talent-lms.removelmsactivity with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-activity description: Retrieve an activity hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.getlmsactivity with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-activity description: Update an activity hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.patchlmsactivity with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-activity-2 description: Update an activity hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.updatelmsactivity with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-classes description: List all classes hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.listlmsclasses with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query course_id: tools.course_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-class description: Create a class hints: readOnly: false destructive: false idempotent: false call: hr-talent-lms.createlmsclass with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-class description: Remove a class hints: readOnly: false destructive: true idempotent: true call: hr-talent-lms.removelmsclass with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-class description: Retrieve a class hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.getlmsclass with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-class description: Update a class hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.patchlmsclass with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-class-2 description: Update a class hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.updatelmsclass with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-collections description: List all collections hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.listlmscollections with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query course_id: tools.course_id parent_id: tools.parent_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-collection description: Create a collection hints: readOnly: false destructive: false idempotent: false call: hr-talent-lms.createlmscollection with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-collection description: Remove a collection hints: readOnly: false destructive: true idempotent: true call: hr-talent-lms.removelmscollection with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-collection description: Retrieve a collection hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.getlmscollection with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-collection description: Update a collection hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.patchlmscollection with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-collection-2 description: Update a collection hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.updatelmscollection with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-contents description: List all contents hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.listlmscontents with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query course_id: tools.course_id collection_id: tools.collection_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-content description: Create a content hints: readOnly: false destructive: false idempotent: false call: hr-talent-lms.createlmscontent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-content description: Remove a content hints: readOnly: false destructive: true idempotent: true call: hr-talent-lms.removelmscontent with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-content description: Retrieve a content hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.getlmscontent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-content description: Update a content hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.patchlmscontent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-content-2 description: Update a content hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.updatelmscontent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-courses description: List all courses hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.listlmscourses with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query class_id: tools.class_id company_id: tools.company_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-course description: Create a course hints: readOnly: false destructive: false idempotent: false call: hr-talent-lms.createlmscourse with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-course description: Remove a course hints: readOnly: false destructive: true idempotent: true call: hr-talent-lms.removelmscourse with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-course description: Retrieve a course hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.getlmscourse with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-course description: Update a course hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.patchlmscourse with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-course-2 description: Update a course hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.updatelmscourse with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-instructors description: List all instructors hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.listlmsinstructors with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query class_id: tools.class_id course_id: tools.course_id company_id: tools.company_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-instructor description: Create an instructor hints: readOnly: false destructive: false idempotent: false call: hr-talent-lms.createlmsinstructor with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-instructor description: Remove an instructor hints: readOnly: false destructive: true idempotent: true call: hr-talent-lms.removelmsinstructor with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-instructor description: Retrieve an instructor hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.getlmsinstructor with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-instructor description: Update an instructor hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.patchlmsinstructor with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-instructor-2 description: Update an instructor hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.updatelmsinstructor with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: list-all-students description: List all students hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.listlmsstudents with: limit: tools.limit offset: tools.offset updated_gte: tools.updated_gte sort: tools.sort order: tools.order query: tools.query class_id: tools.class_id course_id: tools.course_id fields: tools.fields raw: tools.raw connection_id: tools.connection_id outputParameters: - type: object mapping: $. - name: create-student description: Create a student hints: readOnly: false destructive: false idempotent: false call: hr-talent-lms.createlmsstudent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id body: tools.body outputParameters: - type: object mapping: $. - name: remove-student description: Remove a student hints: readOnly: false destructive: true idempotent: true call: hr-talent-lms.removelmsstudent with: connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: retrieve-student description: Retrieve a student hints: readOnly: true destructive: false idempotent: true call: hr-talent-lms.getlmsstudent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id outputParameters: - type: object mapping: $. - name: update-student description: Update a student hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.patchlmsstudent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $. - name: update-student-2 description: Update a student hints: readOnly: false destructive: false idempotent: true call: hr-talent-lms.updatelmsstudent with: fields: tools.fields raw: tools.raw connection_id: tools.connection_id id: tools.id body: tools.body outputParameters: - type: object mapping: $.