GET SsoEndpoints/List

Lists all users and can be filtered and selected using OData

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SsoEndpointDTO
NameDescriptionTypeAdditional information
Name

Name

string

None.

Description

Description

string

None.

PostUrl

Post Url

string

None.

oAuthKey

oAuth Key

string

None.

oAuthHash

oAuth Hash

string

None.

RequirePassword

Gets or sets the required password

boolean

None.

Group

Gets or sets the Group ID

globally unique identifier

None.

DisplayIndex

Gets or sets the Display Index

integer

None.

Enabled

Gets or sets if the endpoint is enabled

boolean

None.

ID

globally unique identifier

None.

Timestamp

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "Name": "sample string 1",
      "Description": "sample string 2",
      "PostUrl": "sample string 3",
      "oAuthKey": "sample string 4",
      "oAuthHash": "sample string 5",
      "RequirePassword": true,
      "Group": "c076a4d9-c40c-4bad-b98d-f032402e7b1c",
      "DisplayIndex": 8,
      "Enabled": true,
      "ID": "01198802-d854-4fef-9e8c-74366203332e",
      "Timestamp": "QEA="
    },
    {
      "Name": "sample string 1",
      "Description": "sample string 2",
      "PostUrl": "sample string 3",
      "oAuthKey": "sample string 4",
      "oAuthHash": "sample string 5",
      "RequirePassword": true,
      "Group": "c076a4d9-c40c-4bad-b98d-f032402e7b1c",
      "DisplayIndex": 8,
      "Enabled": true,
      "ID": "01198802-d854-4fef-9e8c-74366203332e",
      "Timestamp": "QEA="
    }
  ]
}

text/javascript

Sample:
{"results":[{"Name":"sample string 1","Description":"sample string 2","PostUrl":"sample string 3","oAuthKey":"sample string 4","oAuthHash":"sample string 5","RequirePassword":true,"Group":"c076a4d9-c40c-4bad-b98d-f032402e7b1c","DisplayIndex":8,"Enabled":true,"ID":"01198802-d854-4fef-9e8c-74366203332e","Timestamp":"QEA="},{"Name":"sample string 1","Description":"sample string 2","PostUrl":"sample string 3","oAuthKey":"sample string 4","oAuthHash":"sample string 5","RequirePassword":true,"Group":"c076a4d9-c40c-4bad-b98d-f032402e7b1c","DisplayIndex":8,"Enabled":true,"ID":"01198802-d854-4fef-9e8c-74366203332e","Timestamp":"QEA="}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfSsoEndpointDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <SsoEndpointDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">01198802-d854-4fef-9e8c-74366203332e</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Description>sample string 2</Description>
    <DisplayIndex>8</DisplayIndex>
    <Enabled>true</Enabled>
    <Group>c076a4d9-c40c-4bad-b98d-f032402e7b1c</Group>
    <Name>sample string 1</Name>
    <PostUrl>sample string 3</PostUrl>
    <RequirePassword>true</RequirePassword>
    <oAuthHash>sample string 5</oAuthHash>
    <oAuthKey>sample string 4</oAuthKey>
  </SsoEndpointDTO>
  <SsoEndpointDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">01198802-d854-4fef-9e8c-74366203332e</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <Description>sample string 2</Description>
    <DisplayIndex>8</DisplayIndex>
    <Enabled>true</Enabled>
    <Group>c076a4d9-c40c-4bad-b98d-f032402e7b1c</Group>
    <Name>sample string 1</Name>
    <PostUrl>sample string 3</PostUrl>
    <RequirePassword>true</RequirePassword>
    <oAuthHash>sample string 5</oAuthHash>
    <oAuthKey>sample string 4</oAuthKey>
  </SsoEndpointDTO>
</ArrayOfSsoEndpointDTO>