Cataloging API
This example describes how to access a workflow catalog in Siebel REST API. This API lists all the workflows available in Siebel system for invocation. All interactive and long running type workflows are omitted from the list.
-
URI: https://ServerName:port/siebel/v1.0/workflow/describe
-
HTTP Method: GET
-
Accept: application/json
-
Pagination inputs: The following query parameters can be used for pagination:
-
PageSize
-
StartRowNum
-
-
Search specification (SearchSpec):You can specify a search specification to catalog workflows based on a search criterion instead of cataloging all workflows in the repository. The following example returns all workflow names starting with EAI.
https://ServerName:port/siebel/v1.0/workflow/describe?SearchSpec=Name LIKE 'EAI*'