GET
/
vLatest
/
action
/
glasscore
/
staff
/
{id}
curl --request GET \
  --url https://api.glass.fm/vLatest/action/glasscore/staff/{id}
{
  "dateOfHire": "<string>",
  "dateOfTermination": "<string>",
  "id": 123,
  "PersonId": 123,
  "salary": 123,
  "SalaryPeriodId": 123
}

Path Parameters

id
number
required

The ID of the entity for this request.

Example:

5

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

Staff

The response is of type object.