Return all elements for specific order
GEThttps://api.staging.powerapi.com/api/v1/orders/:id/elements
Return all elements for specific order
Request
Path Parameters
id int32required
Query Parameters
include string
Include associations (delimited with comma). Available associations: element_options
page int32
Default value: 1
Page offset to fetch.
per_page int32
Default value: 10
Number of results to return per page.
Responses
- 200
Return all elements for specific order
- application/vnd.api+json
- Schema
Schema
any
- curl
- python
- go
- nodejs
- ruby
- java
- powershell
- CURL
curl -L 'https://api.staging.powerapi.com/api/v1/orders/:id/elements' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>'
ResponseClear