Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SkillAgentRequest

Request parameters for fetching agents assigned to a skill.

Hierarchy

  • SkillAgentRequest

Index

Properties

recordsToLoad?: number

Page size (maps to top)

searchString?: string

Optional search string to filter agents by name

skillId: number

The skill identifier to fetch agents for

startIndex?: number

Number of records to skip for pagination (maps to skip)

updatedSince?: string

ISO-8601 timestamp; only records updated after this time are returned

Generated using TypeDoc