GET
/
vLatest
/
action
/
glasscore
/
org
/
{id}
curl --request GET \
  --url https://api.glass.fm/vLatest/action/glasscore/org/{id}
{
  "city": "<string>",
  "cityState": "<string>",
  "clearbitLogo": "<string>",
  "Der~PersonId": 123,
  "domain": "<string>",
  "dropRandomCertificate": "<string>",
  "dropRandomPolicy": "<string>",
  "ein": "<string>",
  "email": "<string>",
  "fax": "<string>",
  "FeeScheduleId": 123,
  "id": 123,
  "isActiveRandomPool": true,
  "ModalityId": 123,
  "name": "<string>",
  "Parent~OrgId": 123,
  "phone": "<string>",
  "phoneOther": "<string>",
  "rpAnniversary": "<string>",
  "rpDotRegistrationNumber": "<string>",
  "state": "<string>",
  "streetPrimary": "<string>",
  "streetSecondary": "<string>",
  "zip": "<string>"
}

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

Org

The response is of type object.