For AI agents: visit https://developers.gobridgit.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
has defines has holds assigned UNAVAILABILITIES PK id int64 FK personId → PERSONS startDate date endDate date description string isPrivate bool state Active | Deactivated CERTIFICATIONS PK id int64 name string abbreviation string daysWarnBeforeExpire int PERSONS PK id int64 email string uniqueId string name string type Salaried | Hourly title string photoUrl string employmentStartDate date employmentEndDate date workDays int[] state Active | Deactivated industryStartDate date hourlyCostRate float PERSON_CERTIFICATIONS PK id int64 FK personId → PERSONS FK certificationId → CERTIFICATIONS certificationDate date expiryDate date certificationDescription string hasAttachment bool state Info | Warning | Expired PERSON_FIELDS PK id int64 name string type Text | Date | Bool… isRequired bool isSystem bool isMultiValue bool personType Salaried | Hourly displayOrder int PERSON_FIELD_VALUES PK id int64 FK personId → PERSONS FK fieldId → PERSON_FIELDS values string[]