Download Swagger
Get Swagger (OpenAPI 2.0) documentation for a Spark service.
Returns: Swagger (OpenAPI 2.0) documentation for a Spark service.
GET /{tenant}/api/v3/folders/{folder}/services/{service}/downloadswagger/{category}/{isDownload}/{versionId}Authorization
Bearer {token}accessible from Authorization - Bearer token or systematically via Client Credentials.The request headers should include a key for
Authorizationwith the valueBearer {token}.
API key created from Authorization - API keys. The API key groups must contain User groups that are also assigned to Permissions - Features permissions
Spark.DownloadSwagger.jsonorSpark.AllEncompassingProxy.json.The request headers should include the keys
x-synthetic-keyandx-tenant-namewith the values of the API key and tenant name respectively.
Path parameters
tenant *
Tenant is part of your Log in to Spark URL and also available in the User menu.
folder *
Folder associated with the request.
service *
Service associated with the request.
category *
All for all subservices or a list of the requested subservices. Reference How to: Work with subservices.
isDownload *
true for integrating with this endpoint.
versionId *
version_id of the Spark service version.
Sample request with API key
See How to: Setup a feature permission for guidance in assigning the enable the Authorization - API keys to access Permissions - Features permissionsSpark.DownloadSwagger.json.
Sample response
HTTP 200 OK Content-Type: application/json
Last updated
