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

    customproperty1string
    Example: 1
    displayNamestring
    Example: Access Manager

Responses

Get List of Endpoints

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • X-Content-Type-Options

    string

Schema

    displayCountnumber
    Example: 2

    endpoints

    object[]

  • Array [

  • accountNameRulestring
    Example: (users.customproperty7) # (substring(users.username,1,255))
    accountTypeNoDeprovisionstring
    Example: Service
    connectionconfigstring
    Example: <conf></conf>
    createEntTaskforRemoveAccstring
    Example: false
    customproperty1string
    Example: 1
    descriptionstring
    Example: Access Management System
    disableaccountrequeststring
    Example: {"DISABLENEWACCOUNT":"0","DISABLEMODIFYACCOUNT":"0","DISABLEREMOVEACCOUNT":"1"}
    displayNamestring
    Example: Access Manager
    enableCopyAccessstring
    Example: false
    endpointnamestring
    Example: Endpoint1
    ownerTypestring
    Example: 2
    ownerkeystring
    Example: 9
    requestownertypestring
    Example: 0
    securitySystemstring
    Example: SecuritySystem1
    statusstring
    Example: 1
    userAccountCorrelationRulestring
    Example: (users.customproperty7) = accounts.name
  • ]

  • errorCodestring
    Example: 0
    messagestring
    Example: Success
    totalCountnumber
    Example: 2