Skip to main content

Get Catalog Xp All

GET 

/inventory/v1/catalog/xp

Get all XP Tables.

Request

Header Parameters

    if-none-match any

    If you provide the ETag that matches the current ETag for this content, will return a 304 response - indicating that the content has not changed.

Responses

Successful Response

Response Headers

  • ETag

    string

    Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.

Schema

    xp_tables

    object

    property name*

    XpTable

    A collection of XP Levels from 1 to N. Each level has a minimum XP value.

    custom_data

    object

    Custom data associated with the resource

    property name* string

    xp_uuid

    object

    The XP Table UUID

    anyOf

    string

    xp_entries

    object

    property name* integer

    cache_info

    object

    anyOf

    Cache information for the resource it is attached to. The etag value can be used with the If-None-Match and If-Match headers

    etag Etag (string)required

    Possible values: non-empty

    cache_info

    object

    anyOf

    Cache information for the resource it is attached to. The etag value can be used with the If-None-Match and If-Match headers

    etag Etag (string)required

    Possible values: non-empty

Loading...