Skip to main content

Get profile types​

Get option based attribute values

Query Parameters
  • query object

    Allows for pagination and sorting using the deepObject notation.


    resource?query[limit]=50&query[offset]=0&query[order]=label


    ParameterDescriptionDefault
    limitLimits the number of results returned100
    offsetReturns the results starting at the value provided0
    orderAllows you to determine the order in which the data is returned (not available on profile attributes)id
    Example: query[limit]=100&query[offset]=50&query[order]=created_at
  • name string

    object name for filtering

    Example: objectname
  • archived boolean

    Filter by archive status

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
  • metadata boolean

    Returns batching metadata in the response

    Example: true
Responses

Expected response to a valid request


Schema
  • profile_types object[]
  • id uuid

    The id

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    The uid

  • name string

    the name

  • bypass_dup_protection boolean

    bypass duplicate protection?

  • archived boolean

    is this profile type archived?

  • permitted_role_ids uuid[]

    permitted role_ids for this profile_type

  • profile_type_dup_attributes object[]

    The profile type duplicate attributes

  • id uuid

    the id

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    the uid

  • profile_type_id uuid

    the profile type id

  • ne_attribute_id uuid

    the ne attribute id

  • profile_type_namings object[]

    the profile type namings

  • id uuid

    the id

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    the uid

  • profile_type_id uuid

    the profile type id

  • ne_attribute_id uuid

    the ne attribute id

  • order int32

    the order

  • _metadata object
  • limit int32

    The limit

  • offset int32

    The offset

  • total int32

    The total

  • next string

    The link to the next page of data

  • previous string

    The link to the previous page of data

Loading...