Skip to content

Glossary

Terms used throughout these docs.

TermMeaning
ApplicationA logical container for an integration, created per partner. Holds credentials, permissions, and company registrations.
CredentialA client_id / client_secret pair issued against an application. Used to obtain OAuth2 bearer tokens.
PermissionThe set of scopes an application is allowed to use. Must be in published status to be effective.
RegistrationThe link between an application and a specific E1 company. Without a registration for a given companyId, the application cannot read that company’s data.
ScopeA named capability carried by the OAuth2 token, e.g. speci-finder/read. The token’s scopes are intersected with the permission’s scopes at request time; the request must carry a scope that the route requires.
Assigned userFor the Supplier API, the E1 user whose Speci-finder keywords should be queried. A credential is bound to an assignedUserId at issuance.
CompanyAn E1 organisation (the supplier, in Supplier API terms). Identified by a numeric companyId.
Tender projectA construction project at the tendering stage — builders are inviting quotes from suppliers.
Procurement projectA construction project at the procurement stage — contracts are being awarded and packages distributed.
StageE1’s internal term for a unit of work within a project (e.g. “Bulk Earthworks”) with a type (Tender or Procurement), a lead builder, and a quote due date. In the Supplier API response these appear in the tenders array regardless of type.
TenderThe Supplier API wire-format name for a Stage. Each entry in the response’s tenders array carries the stage’s type, builder, dates, and matched keywords.
PackageA scope of work within a project that suppliers can quote against.
Speci-finderE1’s supplier-side product that matches a supplier user’s keywords against live tenders (both Tender and Procurement type).
Matched keywordOne of the assigned user’s Speci-finder keywords that caused a tender to match. Returned on each tender in the Supplier API response.
Open tenderA tender whose quotes are not past due and are within the near-term window. Closed tenders are excluded from Supplier API responses.
AscensionThe E1 backend platform that owns the underlying project, company, and user data. The External API forwards authorised requests to Ascension.