v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Workflow API

Resolve Scoped IDs

Resolve team-scoped ids (wf_/skill_/ent_) to their resource UUID, display name, and kind within a team. Unresolvable ids are omitted.

post/v2/scoped-ids/resolve

Request body

teamIdstring

The team to resolve the scoped ids within.

scopedIdsstring[]

The scoped ids to resolve (wf_/skill_/ent_). Ids that do not resolve in the team are omitted from the response.

Response

Success