Resolve V1 legacy IDs to V3 IDs

Look up V3 IDs for one or more V1 (legacy) IDs for companies that were migrated
from the V1 platform. Pass the V1 ID as the query-parameter value.

For scalar entities (locationId, serviceId, etc.), each requested key maps to a
single V3 UUID string or null when no mapping exists for the authenticated company.

For allocationId, the value is always a JSON array of V3 UUID strings (possibly
empty): one V1 allocation can expand into multiple single allocations after migration,
so multiple rows may share the same legacyId.

Mappings are scoped to the authenticated company. At least one of the supported
entity query parameters must be provided.

Supported parameters: locationId, serviceId, resourceId, customerId,
appointmentId, companyId, allocationId.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

V1 location ID to resolve to its V3 UUID.

string

V1 service ID to resolve to its V3 UUID.

string

V1 resource ID to resolve to its V3 UUID.

string

V1 customer ID to resolve to its V3 UUID.

string

V1 appointment ID to resolve to its V3 UUID.

string

V1 company ID to resolve to its V3 UUID.

string

V1 allocation ID; response value is an array of matching V3 UUIDs (weekly and/or single allocation rows).

Responses

400

No mapping query parameters were supplied.

401

Unauthorized

403

Forbidden

Language
Credentials
Required Scopes
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json