POST
/
vLatest
/
query
/
glasscore
/
org

Body

application/json

Multiple query options are supported. You can build a complex query filling out the advancedFilter section. We also support "simple" queries which used by putting the key you want to filter by in the query section along with the value you want it to filter for. E.g., nameFirst=John will return all persons with a first name of John.

advancedFilter
object

Complex filter configuration allowing for multiple conditions with AND/OR operators.

isAdditionalData
boolean
default:
false

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

page
number
default:
1

Page number for pagination.

pageSize
number
default:
500

Number of items per page. Defaults to 500.

return
string[]

Array of field names to return in the response.

sortBy
string

Field name to sort by.

sortDirection
enum<string>
default:
desc

Sort direction: ascending (asc) or descending (desc).

Available options:
asc,
desc
{key}
string

Additional key-value pairs for simple filtering. Any field from the entity can be used as a filter key. E.g., field=value will return all records where that field matches the specified value.

Response

200 - application/json
city
string
required

Represents the municipality where the organization is located.

cityState
string
required

Represents the city and state where the organization is located.

Stores the URL of the organization's logo obtained from Clearbit.

email
string
required

Stores the electronic mail address associated with the organization.

fax
string
required

Stores the facsimile contact number for the organization.

FeeScheduleId
number | null
required

Identifies the specific fee schedule associated with an organization.

id
number
required

Unique identifier.

isTenantOrg
boolean | null
required

Indicates whether the organization is a tenant or not.

name
string
required

Name of org.

Parent~OrgId
number | null
required

Identifies the unique identifier of the parent organization in the Org table.

phone
string
required

Stores the contact number for the organization.

state
string
required

Represents the geographical region within a country where the organization is located.

streetPrimary
string
required

Main street address associated with the organization.

streetSecondary
string
required

Contains additional address information such as apartment or suite number for the organization.

zip
string
required

Stores the postal code for the organization's location.