Summary
This API request would return a list of all the features including their respective URL (for both Pages and Click Events) and Schema (in the case of Click Events).
Resource URL
https://api.useriq.com/api/1.0/features/list
Resource Information
Request Type: GET
Response Format: JSON
Headers
- useriq-api-key (required): Your valid API key generated from the Site settings page
Parameters
- OPTIONAL page_number - The current page of the features you're retrieving. DEFAULT: 1
Example Request:
curl \
-H "Content-type: application/json" \
-H "useriq-api-key: 572d7372829a3211a73d9c2cb790ffe3" \
https://api.useriq.com/api/1.0/features/list
Example Result
{
"results": [{ ... }, { ... }, ...],
"page":1,
"results_per_page":100,
"total_results":###
}
Response Codes
200: OK. Request processed successfully
400: Bad Request. API request could not be understood by the server.
401: Unauthorized. Invalid API access token.
Comments
0 comments
Please sign in to leave a comment.