Class ByProjectKeyCategoriesRequestBuilder Properties Protected
Readonly
args args : { baseUri ?: string ; executeRequest : executeRequest ; pathArgs : { projectKey : string ; } ; } Type declaration Optional
base Uri ?: string path Args : { projectKey : string ; } Methods get get ( methodArgs ? ) : ApiRequest < CategoryPagedQueryResponse > Parameters Optional
methodArgs : { headers ?: { [key : string ]: string | string [] ; } ; queryArgs ?: { expand ?: string | string [] ; limit ?: number ; offset ?: number ; sort ?: string | string [] ; where ?: string | string [] ; withTotal ?: boolean ; [key : string ]: QueryParam ; } ; } Optional
headers ?: { [key : string ]: string | string [] ; } [ key : string ]: string | string [] Optional
query Args ?: { expand ?: string | string [] ; limit ?: number ; offset ?: number ; sort ?: string | string [] ; where ?: string | string [] ; withTotal ?: boolean ; [key : string ]: QueryParam ; } Optional
expand ?: string | string [] Optional
limit ?: number Optional
offset ?: number Optional
sort ?: string | string [] Optional
where ?: string | string [] Optional
with Total ?: boolean head head ( methodArgs ? ) : ApiRequest < void > Parameters Optional
methodArgs : { headers ?: { [key : string ]: string | string [] ; } ; queryArgs ?: { where ?: string | string [] ; [key : string ]: QueryParam ; } ; } Optional
headers ?: { [key : string ]: string | string [] ; } [ key : string ]: string | string [] Optional
query Args ?: { where ?: string | string [] ; [key : string ]: QueryParam ; } Optional
where ?: string | string [] Returns ApiRequest < void > post post ( methodArgs ) : ApiRequest < Category > Parameters methodArgs : { body : CategoryDraft ; headers ?: { [key : string ]: string | string [] ; } ; queryArgs ?: { expand ?: string | string [] ; [key : string ]: QueryParam ; } ; } Optional
headers ?: { [key : string ]: string | string [] ; } [ key : string ]: string | string [] Optional
query Args ?: { expand ?: string | string [] ; [key : string ]: QueryParam ; } Optional
expand ?: string | string [] Returns ApiRequest < Category >
Either the scope
view_products:{projectKey}
orview_categories:{projectKey}
is required.