Retrieve mock data from a specific mock API endpoint. Supports filtering, ordering, and limiting results.
Authentication token required for private endpoints. Can also be provided via query parameter.
Unique identifier for the mock API
Authentication token required for private endpoints. Can also be provided via header.
URL-encoded filter conditions to apply on the mock data. Supports operators: $eq, $eqi, $ne, $nei. Multiple conditions are combined with AND logic.
Field name to sort results by. Supports nested paths using dot notation (e.g., 'profile.firstName').
Sort direction for the order_by field
asc, desc Maximum number of results to return. Must be 0 or greater.
x >= 0Successful response with mock data