Skip to main content

Return all elements for specific order

GET 

https://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

Return all elements for specific order

Schema

    any

curl -L 'https://api.staging.powerapi.com/api/v1/orders/:id/elements' \
-H 'Accept: application/vnd.api+json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://api.staging.powerapi.com
Auth
Parameters
— pathrequired
— query
— query
— query
ResponseClear

Click the Send API Request button above and see the response here!