Skip to main content

profile_types/ne_attributes synced status

GET 

/profile_types/:profile_type_id/ne_attributes

Get ne attributes and synced attribute relationship to profile type.

Request

Path Parameters

    profile_type_id uuidrequired

    Profile type ID of the object

Query Parameters

    active_filter string

    Possible values: [synced, unsynced, all]

    Filter for profile type synced attributes

    search string

    Filter by string

    page int32

    Possible values: >= 1

    Pagination page number

    page int32

    Possible values: >= 1

    Pagination items per page

    sort object

    How records should be sorted

Responses

Expected response to a valid request

Schema
    form object
    count int32

    How many ne attribute records exist

    records object[]
  • Array [
  • id uuid

    ID of ne attribute

    uid string

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

    Ne attribute's uid

    label string

    Ne attribute's label

    synced uuid

    synced_attribute ID if there is one

  • ]
Loading...