API Search endpoints…⌘K

Retrieve a Client

GET/lokta-lms/api/v1/clients/{clientId}

Example Requests:

clients/1

clients/1?template=true

clients/1?fields=id,displayName,officeName

Path parameters

clientIdpath · integer · int64 · required

clientId

Query parameters

staffInSelectedOfficeOnlyquery · boolean · optional

staffInSelectedOfficeOnly

Responses

200OK

Response fields

accountNostring · optional
activationDatestring · date · optional
activeboolean · optional
displayNamestring · optional
emailAddressstring · optional
externalIdstring · optional
firstnamestring · optional
groupsarray of GetClientsGroups · optional
idinteger · int64 · optional
lastnamestring · optional
officeIdinteger · int64 · optional
officeNamestring · optional
savingsProductIdinteger · int64 · optional
savingsProductNamestring · optional
statusGetClientsClientIdStatus · optional
timelineGetClientsTimeline · optional

Every request authenticates with HTTP Basic and carries a Tenant-Identifier header. See the conventions for dates, commands, pagination and errors. Open this operation in the interactive explorer, or read it as Markdown.