# Get a list of available contract profiles Endpoint: GET /contract-profiles Version: 1.11 Security: bearerAuth ## Query parameters: - `page` (integer, required) Page of results to show Example: 1 - `pageSize` (integer, required) Results to return per page Example: 100 - `sort` (string) Comma-delimited list of the fields to sort by - defaults to ascending order, suffix :desc to change Example: "id,name | name:desc" - `fields` (string) Comma-delimited list of the field(s) to return if only a subset is required Example: "id,name" - `id` (string) Filter by id Example: "0" - `contractOwnerId` (string) Filter by contract owner Example: "0" - `name` (string) Filter by contract profile name Example: "xyz | in:x,y | like:xyz" - `rolloverContractProfileId` (string) Filter by rollover contract profile Example: "0" - `includeSupersededVersions` (string) Filter to include superseded i.e. old versions of the profile Example: "true | false" ## Response 200 fields (application/json): - `id` (integer) Contract profile identifier Example: 1 - `name` (string, required) Contract profile Name - `contractOwnerId` (integer, required) Contract Owner Identifier - `createdDate` (string) Date when this contract profile was created - `contractTerm` (integer, required) Contract term in months - `earlyTerminationFixedCharge` (number, required) Early termination fixed charge (in major currency) - `earlyTerminationPercentageCharge` (integer, required) Early termination charge as a percentage - `rolloverContractProfileId` (integer) Once term of this contract profile ends, contract using this profile will auto-renew as this contract profile - `renewalAlertDays` (integer) Renewal alert will be given this many days before the contract ends - `noticePeriodDays` (integer) Notice period alert will be given this many days before the contract ends - `supersededByContractProfileId` (integer) Where this contract profile has been updated and hence superseded by a new contract profile (this contract profile can no longer be assigned) ## Response 400 fields ## Response 401 fields ## Response 404 fields ## Response 412 fields ## Response 500 fields ## Response 501 fields