keyper.API.Access (v1)
Download OpenAPI specification:Download
Permission_Permissions
query Parameters
| inParameter.lastID | integer <int64> |
| inParameter.count | integer <int32> |
| inParameter.suppressMetadata | boolean |
| inParameter.permissionID | string |
Responses
Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}Permission_Transactions
Request Body schema: required
Array of objects (AccessTransaction) | |||||||||||
Array
| |||||||||||
Responses
Request samples
- Payload
Content type
{- "transactions": [
- {
- "key_id": "string",
- "permission_id": "string",
- "permission_state": 0,
- "timestamp": "2019-08-24T14:15:22Z",
- "gate": {
- "id": "string",
- "name": "string"
}
}
]
}Response samples
- 200
- 201
Content type
{ }Permission_ValidatePermission
Request Body schema: required
| key_id | string |
| permission_id | string |
Responses
Request samples
- Payload
Content type
{- "key_id": "string",
- "permission_id": "string"
}Response samples
- 200
Content type
{- "GlobalResult": {
- "error_type": 0,
- "error_number": 0,
- "error_message": "string",
- "error_stack_trance": "string",
- "ErrorLink": "string",
- "errors": [
- {
- "error_type": 0,
- "error_index": 0,
- "error_number": 0,
- "error_stack_trance": "string",
- "error_message": "string",
- "ErrorLink": "string",
- "csvFileValidationErrors": [
- {
- "line": 0,
- "field": "string",
- "value": "string",
- "errorType": "string"
}
]
}
], - "warnings": [
- {
- "warning_index": 0,
- "warning_number": 0,
- "warning_message": "string"
}
], - "field_errors": [
- {
- "error_type": 0,
- "field_name": "string",
- "external_reference_id": "string"
}
]
}
}