Export XLIFF

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://px-apidocs.gainsight.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "gainsight-px-rest-api MCP server": {
    "url": "https://px-apidocs.gainsight.com/mcp"
  }
}

Close
GET /v1/localization/export/content

retrieve Content Library Entry xliff file by filters in zip

Query parameters

  • contentId string Required

    contentId

  • strategy string

    strategy

  • translated boolean

    translated

    Default value is true.

  • trgLang string

    trgLang

  • type string Required

    type

    Values are GUIDE, ANNOUNCEMENT, SLIDER, LINK, BOOLEAN_SURVEY, RATING_SURVEY, NPS_SURVEY, CES_SURVEY, MULTIPLE_QUESTION_SURVEY, ARTICLE, KNOWLEDGE_BASE_ARTICLE, CUSTOM_LINK, FUNC_CALL, or COMMUNITY.

  • version string

    version

Responses

  • 200 */*

    OK

  • 400

    localization is disabled

  • 435

    Entry not found

  • 436

    Entry has no content

  • 437

    strategy is not valid

  • 438

    xliff version is not supported

GET /v1/localization/export/content
curl \
 --request GET 'https://api.aptrinsic.com/v1/localization/export/content?contentId=string&type=GUIDE'
Response examples (200)
string