Class ByProjectKeyBusinessUnitsRequestBuilder 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 < BusinessUnitPagedQueryResponse > 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 < BusinessUnit > Parameters methodArgs : { body : BusinessUnitDraft ; 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 []
Checks if a BusinessUnit exists for a given Query Predicate. Returns a
200 OK
status if any BusinessUnits match the Query Predicate or a404 Not Found
otherwise.