# The API filter object does not seem to work. We need to get all records and find the record ourselves.
_active24_rest GET "/v2/service/$_service_id/dns/record?rowsPerPage=100"
# The API needs to send data in body in order the filter to work
_active24_rest GET "/v2/service/$_service_id/dns/record""{\"page\":1,\"descending\":true,\"sortBy\":\"name\",\"rowsPerPage\":100,\"totalRecords\":0,\"filters\":{\"type\":[\"TXT\"],\"name\":\"${_sub_domain}\"}}"
#_active24_rest GET "/v2/service/$_service_id/dns/record?rowsPerPage=100"