Skip to main content

Get user-profile contributor relationships​

Get user-profile contributor relationships

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
  • user_id uuid

    The ID of a user for filtering

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
  • ne_attribute_id uuid

    ID of an attribute for filtering

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
  • profile_id uuid

    Profile ID to filter by

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
  • relationship_type string

    Possible values: [owner, contributor]

    Type of user contributor relationship to filter by

    Example: owner
  • metadata boolean

    Returns batching metadata in the response

    Example: true
Responses

Expected response to a valid request


Schema
  • user_profiles object[]
  • id uuid

    The id

  • uid string

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

    the uid

  • user_id uuid

    The user id

  • profile_id uuid

    The profile_id

  • ne_attribute_id uuid

    The ne_attribute_id

  • relationship_type string

    Possible values: [owner, contributor]

    the relationship_type

  • _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...