openapi: 3.0.1
info:
contact:
name: Polarion REST API Support
url: https://support.sw.siemens.com/
description:
About
The Polarion REST API lets you interact with Polarion programmatically. Use this API to integrate Polarion with your applications. This page documents the REST resources, including the HTTP response codes and example requests and responses.
For a detailed description of the REST API and how to use it, see the REST API User Guide (available on Support Center).
license:
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
title: Polarion REST Account Basic API
version: v1
servers:
- url: https://example.com/polarion/rest/v1
security:
- bearerAuth: []
tags:
- name: Basic
paths:
/api/v1/masterData/ping:
get:
tags:
- Basic
operationId: MasterData_Ping
summary: Check if the service is running
responses:
'200':
description: Ok.
'500':
description: Indicates that a generic error has occurred on the server.
deprecated: false
components:
securitySchemes:
bearerAuth:
bearerFormat: JWT
scheme: bearer
type: http