Skip to main content

Retrieves a profile associated with an organization unit

GET 

/organization-units/:organizationUnitId/profiles/:profileId

Retrieves a profile associated with an organization unit

Request

Path Parameters

    organizationUnitId UuidOrReferencerequired

    Id of the specified organization unit

    profileId UuidOrReferencerequired

    Id of the specified profile

Responses

OK

Schema

    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

Loading...