Skip to main content
Planview Customer Success Center

Help Service

GET /help

Description:

View the available versions and help links.

Headers:

  • Authorization: (Your Basic Auth String)
  • Accept: application/json;charset=UTF-8

Example:

Request:

https://[tenant-end-point]/api/help
Authorization: Basic {your basic auth}
Accept: application/json;charset=UTF-8

Response:

{
    "releaseDate": "October 31, 1964",
    "documentation": "https://barometer.zendesk.com/hc/en-us/sections/115000857283-Integration",
    "releaseNotes": "https://barometer.zendesk.com/hc/en-us/sections/115000857966-API-Release-Notes",
    "versions": [
        "c",
        ...
    ]
}