GET
/
vLatest
/
action
/
glasscore
/
order
curl --request GET \
  --url https://api.glass.fm/vLatest/action/glasscore/order
{
  "id": 123,
  "orderDate": "<string>",
  "PersonId": 123
}

Query Parameters

return
string

Comma-separated list of specific fields to return/append in the response. See isAdditionalData for more details.

Example:

"id,nameFirst,nameLast"

isAdditionalData
boolean

Set to true to merge requested fields with default response, or false/omit to return only requested fields plus ID.

Example:

true

Response

200 - application/json
A list of Orders
id
number
required

Unique identifier.

orderDate
required

Represents the date when a particular order was placed.

PersonId
number | null
required

Unique identifier for the individual who placed the order.