get /externalproductsignon
Stability index
This API is under development. Do not rely on it. It may change or be removed in future versions.
Query parameters
- filter (optional)
- orderby (optional)
- privileges (optional)
Return type
array[ExternalProductSignOnCondensed]
Example data
Content-Type: application/json
[ {
  "privileges" : [ "privileges", "privileges" ],
  "healthCheckPath" : "healthCheckPath",
  "port" : 5249,
  "name" : "name",
  "host" : "host",
  "startPageUrl" : "http://example.com/aeiou",
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "productType" : { },
  "signOnUILabel" : "signOnUILabel",
  "iconClass" : "iconClass",
  "signOnUrl" : "http://example.com/aeiou"
}, {
  "privileges" : [ "privileges", "privileges" ],
  "healthCheckPath" : "healthCheckPath",
  "port" : 5249,
  "name" : "name",
  "host" : "host",
  "startPageUrl" : "http://example.com/aeiou",
  "id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "productType" : { },
  "signOnUILabel" : "signOnUILabel",
  "iconClass" : "iconClass",
  "signOnUrl" : "http://example.com/aeiou"
} ]
Responses
- 200
- OK