Select to view content in your preferred language

Is there a spec for WM Server API?

463
1
Jump to solution
12-13-2022 11:27 PM
ViktorSafar
Occasional Contributor II

I would like to generate a C# client for the REST API that is described here: https://developers.arcgis.com/workflow-manager/api-reference/rest/

At the bottom of that page, it implies that OpenAPI Generator was used to produce the docs - but I cannot find a way to get the OpenAPI spec that I could feed into OpenAPI Generator to generate a client.

0 Kudos
1 Solution

Accepted Solutions
JFarmer
Esri Contributor

Hi @ViktorSafar 

You can get the Open API doc from your Workflow Manager Server machine here: 

 
That should be what you need as input to the OpenAPI Generator.
 
Jonathan

View solution in original post

1 Reply
JFarmer
Esri Contributor

Hi @ViktorSafar 

You can get the Open API doc from your Workflow Manager Server machine here: 

 
That should be what you need as input to the OpenAPI Generator.
 
Jonathan