Select HTTP Method: GET is what Users can use
Choose the HTTP method to interact with the API:
Elite Tech API Information
To interact with the Elite Tech application programmatically, you can use the provided API. The API includes various endpoints for searching, reading, updating, deleting, and creating data of different types.
Endpoints:
Endpoint | Description |
---|---|
POST /api/:type/ | Create a new product |
PUT /api/:type/:id | Update by type and ID |
DELETE /api/:type/:id | Delete by type and ID |
GET /api/:type/:id | Retrieve by type and ID |
GET /api/:type/ <options (eg. ?name=amd&...)> | Retrieve all by type |
Options for GET Method:
Option | Description |
---|---|
name | Name of the product |
manufacturer | Manufacturer of the product |
sort | Sorting options |
|
|
order | Ordering options |
|
|
filter | Filtering options |
|
|
Pagination | Pagination options |
|
|
You can combine pagination options using sequences: ["start:n:n", "n:end:n", "n:n:limit", "start:end:n", "start:n:limit"] |
|
Examples:
|