get https://api.unloc.app/v2/subprojects//keys
Returns Keys created in context of this Subproject. Use query parameters to filter the results to a specific App User, Lock or Key state.
- Use the
appUserId
parameter to limit results to Keys for a specific App User. - Use the
lockId
parameter to limit results to Keys for a specific Lock. - Use the
excludeStates
parameter to exclude Keys in a specific state. For example, to exclude revoked Keys, useexcludeStates=revoked
.
Use the limit
parameter to specify how many items you want to receive. If not specified, limit
is set to the maximum supported value of the API: 2500. You can use the limit
and startAfterId
query parameters together in order to implement a pagination system.
Required Scope | project.admin |
Required Module | subproject |