List asset typesAsk AIpost https://api.safetyculture.io/assets/v1/types/listRetrieves asset types in your organization with pagination, search, and filtering.Body ParamsThe parameters for ListTypespage_tokenstringOPTIONAL. The value of next_page_token from a previous response. If specified, the API will return the next batch of results following the previous list asset types request.page_sizeint32OPTIONAL. The number of asset types to return. By default, each request returns 50 asset types. You can specify a page_size value between 1 to 100.searchstringOPTIONAL. The key words to search for in your request.type_filtersarray of objectsOPTIONAL. The array of asset type filters to apply in your request. You can apply multiple filters in a single request.type_filtersADD objectResponses 200A successful response. defaultAn unexpected error response.Updated about 2 months ago