GET v1/{subscriptionID}/projects/{projectID}/singleSignOnUrl?pageName={pageName}&pageParameter={pageParameter}
Gets a single sign-on URL.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
projectID |
The project ID. |
globally unique identifier |
Required |
pageName |
The page name. The page name should be one of the following: project, masterList or touchPoint. |
string |
Required |
pageParameter |
In case pageName is "touchPoint", pageParameter should be the touchpoint ID. |
globally unique identifier |
Optional |
Body Parameters
None.
Response Information
Resource Description
Returns a single sign-on URL.
StringModelName | Description | Type | Additional information |
---|---|---|---|
Value |
Gets the string value. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Value": "sample string 1" }