Skip to content
Start here

Categories

List application categories
GET/accounts/{account_id}/resource-library/categories
Get application category
GET/accounts/{account_id}/resource-library/categories/{id}
ModelsExpand Collapse
CategoryListResponse object { id, created_at, description, name }
id: string

Returns the category ID.

created_at: string

Returns the category creation time.

description: string

Returns the category description.

name: string

Returns the category name.

CategoryGetResponse object { id, created_at, description, name }
id: string

Returns the category ID.

created_at: string

Returns the category creation time.

description: string

Returns the category description.

name: string

Returns the category name.