API Search endpoints…⌘K

Retrieve a Client Identifier

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

Example Requests:
clients/1/identifier/2

clients/1/identifier/2?template=true

clients/1/identifiers/2?fields=documentKey,documentType,description

Path parameters

clientIdpath · integer · int64 · required

clientId

identifierIdpath · integer · int64 · required

identifierId

Responses

200OK

Response fields

clientIdinteger · int64 · optional
descriptionstring · optional
documentKeystring · optional
documentTypeGetClientsDocumentType · optional
idinteger · int64 · 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.