Export XLIFF for articles

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/articles

retrieve the xliff file by filters in zip

Query parameters

  • id string Required

    id

  • strategy string

    strategy

  • translated boolean

    translated

    Default value is true.

  • trgLang string

    trgLang

  • version string

    version

Responses

  • 200 */*

    OK

  • 400

    localization is disabled

  • 435

    article not found

  • 436

    article has no content

  • 437

    strategy is not valid

  • 438

    xliff version is not supported

GET /v1/localization/export/articles
curl \
 --request GET 'https://api.aptrinsic.com/v1/localization/export/articles?id=string'
Response examples (200)
string