Skip to main content

Get attribute data in bulk​

This endpoint can retrieve attribute data in bulk from Lifecycle or you can search for attributes using parameters

Query Parameters
    query object

    Allows for pagination and sorting.

    label string

    The attribute label to filter by

    data_type string

    Possible values: [text field, text area, drop-down, radio buttons, check boxes, date, tags, attachment, profile select, profile search, owner select, owner search, contributor select, contributor search]

    The attribute data type to filter by

    metadata boolean

    Returns batching metadata in the response

Responses

Expected response to a valid request


Schema
    ne_attributes object[]
  • Array [
  • label string
    description string
    tool_tip string
    crypt boolean
    archived boolean
    date_format string

    Possible values: [mm/dd/yyyy, mm-dd-yyyy, dd/mm/yyyy, dd-mm-yyyy, yyyy/mm/dd, yyyy-mm-dd]

    selectable_status string
    risk_score_setting string
    risk_type string
    ownership_driver boolean
    allow_multiple_selections boolean
    filtered_by_ne_attribute boolean
    filtering_ne_attribute_id uuid
    ne_attribute_filter_id uuid
    reverse_association_attribute_id uuid
    profile_type_id uuid
    legacy_id integer
  • ]
  • _metadata object
    limit integer
    offset integer
    total integer
    next string
    previous string
Loading...