Skip to main content

Retrieves a list of profiles

GET 

/profiles

Retrieves a list of profiles

Request

Query Parameters

    filter object

    Profile filter

Responses

OK

Schema

    profiles

    object[]

    The list of profiles

  • Array [

  • id string

    The id of the profile

    reference string

    The reference of the profile

    name string

    The name of the profile

    imageUri uri

    The image uri of the profile

    kind string

    Possible values: [person, product, event, place]

    The kind of the profile

    category_id string

    The id of the category of the profile

    created_at date-time

    The date and time when the profile was created

    updated_at date-time

    The date and time when the profile was updated

    deleted_at date-time

    The date and time when the profile was deleted

  • ]

  • cursor

    object

    cursor

    self string

    Pagination link|cursor pointing to the current page.

    first string

    Pagination link|cursor pointing to the first page.

    prev string

    Pagination link|cursor pointing to the previous page.

    next string

    Pagination link|cursor pointing to the next page.

    last string

    Pagination link|cursor pointing to the last page.

Loading...