Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Key

Type

Description

path

string

Required. The path to the SnapLogic Org.

Format: /{org}

order_by

string

Required. A string comprised of:

  • + for ascending order or - for descending order

  • The field to sort by. Valid values:

    • username

    • first_name

    • last_name

    • last_updated

    • created

    • ui_access

    • disallowed_auth

    • utility

Default: +username

Examples:

  • +username to sort by username in ascending order

  • -last_updated to sort by last_updated in descending order

offset

integer

Required. Returns a subset of the results starting at this 0-based index. You can use limit and offset for pagination.

Default: 0

limit

integer

Required. Returns no more than the specified number of results. You can use limit and offset for pagination.

Valid values: 1 through 100,000

Default: 100

Request Header

Specify Basic for authorization and application/json for content type.

...