Query Definitions

Query Definitions

Returns a list of records

Returns a list of records

Request
Security:
path Parameters
tenantId
required
string

The tenant

Responses
200The records were retrieved successfully
400The request was not valid.
401Unauthorized.
403Forbidden
404Unable to locate records
429Limit exceeded... unable to retrieve records based on tenant limits.
500General server error
get/queryDefinitions/{tenantId}
Request samples
curl -i -X GET \
  https://rolodex.api.756794052567.rhythmsoftware.com/queryDefinitions/:tenantId \
  -H 'Authorization: YOUR_API_KEY_HERE'
Response samples
application/json
[
  • {
    }
]