• Document Up to Date

Get Workflow Affected Paths (deprecated)

Get workflow affected paths.

Important

This API is deprecated and provided only as a reference. Please see getWorkflowAffectedPaths for the current version.

Resource Information

This service uses the tomcat application on port 8080 by default. To see a list of default ports click here

The context for this API is /studio, please prefix the API URLs with this context.

HTTP Verb
GET
URL
/api/1/services/api/1/workflow/get-workflow-affected-paths.json
Response Formats
JSON
Required Role
N/A

Parameters

Name
Type
Required
Description
site_id
String
Site to use
path
String
Path of the content

Example

Request

GET .../api/1/services/api/1/workflow/get-workflow-affected-paths.json?site_id=mysite&path=/site/website/index.xml

Response

Status 200 OK

1{
2    items: [
3        {
4            path: "/site/website/index.xml",
5            browserUri: "",
6            name: "Home"
7        }
8    ]
9}

Responses

Status
Location
Response Body
200

See example above.