Get Product Family

View as Markdown
Get a product family by ID.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

family_idstringRequired
account_idstringRequired

Query parameters

include_deletedbooleanOptionalDefaults to false

Include soft-deleted families

Response

Successful Response
idstring
account_idstring
namestring
created_atdatetime
updated_atdatetime
descriptionstring or nullOptional
hierarchymap from strings to integersOptional
deleted_atdatetime or nullOptional

Errors

422
Unprocessable Entity Error