EMPTRIB: Employment Tribunal
An employment tribunal case with parties, reference, dates, jurisdiction codes and links to decision documents.
Default definition. This article describes the default
EMPTRIB definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches EMPTRIB.Entity properties
| Property | Value |
|---|---|
| Entity code | EMPTRIB |
| Display name | Employment Tribunal |
| Plural | Employment Tribunals |
| Level | 2500 |
Use cases
An employment tribunal case with parties, reference, dates, jurisdiction codes and links to decision documents.
Fields
Information
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Name. |
party1 | text | Party 1 (Claimant). | |
party2 | text | Party 2 (Respondent). | |
reference | text | Reference. | |
country | enum | Valid ids: england-and-wales (England and Wales), scotland (Scotland). | |
decisionDate | date | Decision Date. | |
publishedDate | date | Published Date. | |
settledDate | date | Original 'Decided' date scraped from the listing page (often the publication date). | |
url | text (URL) | URL. | |
jurisdictionCodes | enum | Valid ids: age-discrimination (Age Discrimination), agency-workers (Agency Workers), blacklisting-regulations (Blacklisting Regulations), breach-of-contract (Breach of Contract), central-arbitration-committee-cac (Central Arbitration Committee (CAC)), certification-officer (Certification Officer), contract-of-employment (Contract of Employment), disability-discrimination (Disability Discrimination), employment-agencies-act-1973 (Employment Agencies Act 1973), equal-pay-act (Equal Pay Act), european-material (European Material), fixed-term-regulations (Fixed Term Regulations), flexible-working (Flexible Working), harassment (Harassment), health-safety (Health & Safety), human-rights (Human Rights), improvement-notice (Improvement Notice), interim-relief (Interim Relief), jurisdictional-points (Jurisdictional Points), maternity-and-pregnancy-rights (Maternity and Pregnancy Rights), national-minimum-wage (National Minimum Wage), national-security (National Security), notice-appeal (Notice Appeal), parental-and-maternity-leave (Parental and Maternity Leave), part-time-workers (Part Time Workers), pension (Pension), practice-and-procedure-issues (Practice and Procedure Issues), protective-award (Protective Award), public-interest-disclosure (Public Interest Disclosure), race-discrimination (Race Discrimination), redundancy (Redundancy), religion-or-belief-discrimination (Religion or Belief Discrimination), renumeration (Remuneration), reorganisation (Reorganisation), reserved-forces-act (Reserved Forces Act), right-to-be-accompanied (Right To Be Accompanied), rights-on-insolvency (Rights on Insolvency), sex-discrimination (Sex Discrimination), sexual-orientation-discrimination-transexualism (Sexual Orientation Discrimination/Transexualism), statutory-discipline-and-grievance-procedures (Statutory Discipline and Grievance Procedures), tax (Tax), temporary-employment (Temporary Employment), time-limits (Time Limits), time-off (Time Off), time-to-train (Time to Train), trade-union-membership (Trade Union Membership), trade-union-rights (Trade Union Rights), transfer-of-undertakings (Transfer of Undertakings), unfair-dismissal (Unfair Dismissal), unlawful-deduction-from-wages (Unlawful Deduction from Wages), victimisation-discrimination (Victimisation Discrimination), working-time-regulations (Working Time Regulations), written-pay-statement (Written Pay Statement), written-statements (Written Statements). | |
info | text | Info. |
Relationships
- Related list:
EMPTRIBDOC, comboKey formatSUB|EMPTRIB|EMPTRIBDOC.
Creating a Employment Tribunal via the API
POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json
{
"entity": "EMPTRIB",
"level": 2500,
"comboKey": "SUB:<your-sub-id>|ENT:",
"name": "Example name",
"party1": "Example value",
"party2": "Example value",
"reference": "Example value"
}
Listing Employment Tribunals records
GET /v1/entities/EMPTRIB/SUB:<your-sub-id>