Skip to main content

Returns multiple User Entities with link_id with filter, sort and pagination options.

Query Parameters
  • limit integer

    Possible values: [10, 20, 30, 50]

    Number of items. Value by default is 10

  • page_number integer

    Possible values: >= 1

    Page number

  • sort_field string

    Field name (JSON Key in item entity)

  • sort_type string

    Possible values: [asc, desc]

    Default value: asc

    Sort type (asc/desc)

  • filter object

    Filtering options for Identifiers

Responses

OK


Schema
  • list_option object

    This model provides the options can be used to sort, filter and pagination when getting list of users

  • pagination object

    Available pagination options for tables

  • total_items integer

    The total number of items found and reflected across all pages

  • items_limit integer

    Possible values: [10, 20, 30, 50]

    Limiting the display of the amount of data for one page

  • total_pages integer

    The number of pages that hold the requested data

  • current_page integer

    Possible values: >= 1

    Current page number

  • filter object

    Available set of filters for the identifier table

    anyOf

  • available_filtering boolean

    Is filtering available for the selected page

  • available_fields string[]

    Possible values: [name, info, link_id]

    Available filtering params

  • is_filtered boolean

    Is the data filtered

  • sort object

    Available sorting options for the users table

  • field string

    Sorting field name

  • asc boolean

    Sort direction

  • available_fields string[]

    Available for sorting fields names

  • list_items object[]

    User list

Loading...