# Get all profile sets Endpoint: GET /profile-sets Version: 5.1.45 Security: api_key ## Query parameters: - `page_number` (integer) The page number for which to get profile sets. This will default to the first page if excluded - `page_size` (integer) The maximum number of objects to return. This will default to the DefaultApiPageSize setting property if not provided ## Response 200 fields (application/json): - `_pageInfo` (object) - `_pageInfo.numberOnPage` (integer) The number of items on this page. This should always match the page size unless it is the last page. - `_pageInfo.total` (integer) The total number of items - `responseList` (array) Example: [{"profileSetName":"FINDS_ALL_SENSITIVE_DATA","classifierIds":[4,8,12,13,27]}] - `responseList.profileSetId` (integer) The ID number of the profile set. This field is auto-generated by the Masking Engine. - `responseList.profileSetName` (string, required) The name of the profile set; it must be unique. Example: "FINDS_ALL_SENSITIVE_DATA" - `responseList.profileExpressionIds` (array) Profile sets with profile expressions can no longer be created. - `responseList.profileTypeExpressionIds` (array) Profile sets with profile expressions can no longer be created. - `responseList.classifierIds` (array) The list of ID numbers that correspond to the profile classifiers that belong in this profile set. Example: [4,8,12,13,27] - `responseList.createdBy` (string) The user that created the profile set. This field is auto-generated by the Masking Engine. - `responseList.createdTime` (string) The time when the profile set was created. This field is auto-generated by the Masking Engine. - `responseList.description` (string) A description of the purpose of the profile set. - `responseList.assignmentThreshold` (integer) The confidence threshold that must be met or exceeded for the ASDD profiler to make a domain and algorithm assignment. This must be an integer from 1-100. If not specified, the value defaults to the application setting for ASDD called DefaultAssignmentThreshold. ## Response 400 fields ## Response 403 fields