Skip to main content

Get List of Endpoints

POST 

/getEndpoints

This API returns list of Endpoints in EIC. The Authorization must have Bearer followed by Token. Optional params: connectionType, endpointkey, endpointname, max, offset, filterCriteria Note: You must specify the value for endpointkey parameter in array. Fr example, "endpointkey" : [5].

Request

Body

    filterCriteria1

    object

    customproperty1 string
    displayName string

Responses

Get List of Endpoints

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • X-Content-Type-Options

    string

Schema

    displayCount number

    endpoints

    object[]

  • Array [

  • accountNameRule string
    accountTypeNoDeprovision string
    connectionconfig string
    createEntTaskforRemoveAcc string
    customproperty1 string
    description string
    disableaccountrequest string
    displayName string
    enableCopyAccess string
    endpointname string
    ownerType string
    ownerkey string
    requestownertype string
    securitySystem string
    status string
    userAccountCorrelationRule string
  • ]

  • errorCode string
    message string
    totalCount number
Loading...