# Get all applications Endpoint: GET /applications Version: 5.1.43 Security: api_key ## Query parameters: - `page_number` (integer) The page number for which to get applications. 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 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: [{"applicationName":"App123"}] - `responseList.applicationId` (integer) The ID of the application. This will be generated by the Masking Engine. - `responseList.applicationName` (string, required) The name of this Application. Note that it must be unique. Example: "App123" ## Response 400 fields