This document describes the asynchronous API for WebProtégé.
The API uses an async request/response style of interaction. To make a request, a message, which represents the request, is published to a channel. The message payload is an object that describes the request. A kafka_replyTopic header specifies the channel that the reply message, representing the response, will be delivered to.
In this document response messages are documented
using the name of the published channel suffixed with -Replies. For example, messages that
represent responses to messages published on the webprotege.entities.CreateClasses channel
are documented as subscribe operations to the webprotege.entities.CreateClasses-Replies channel. In
practice, this channel would have a custom name that reflects the identitiy of the client. For
example, MyClient-webprotege.entities.CreateClasses-Replies.
Accepts the following message:
{}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"settings": {
"applicationName": "string",
"systemNotificationEmailAddress": "user@example.com",
"applicationLocation": {
"scheme": "string",
"host": "string",
"path": "string",
"port": 0
},
"accountCreationSetting": "ACCOUNT_CREATION_ALLOWED",
"accountCreators": [
"string"
],
"projectCreationSetting": "EMPTY_PROJECT_CREATION_ALLOWED",
"projectCreators": [
"string"
],
"projectUploadSetting": "PROJECT_UPLOAD_ALLOWED",
"projectUploaders": [
"string"
],
"notificationEmailsSetting": "SEND_NOTIFICATION_EMAILS",
"maxUploadSize": 0
}
}
Accepts the following message:
{
"applicationSettings": {
"applicationName": "string",
"systemNotificationEmailAddress": "user@example.com",
"applicationLocation": {
"scheme": "string",
"host": "string",
"path": "string",
"port": 0
},
"accountCreationSetting": "ACCOUNT_CREATION_ALLOWED",
"accountCreators": [
"string"
],
"projectCreationSetting": "EMPTY_PROJECT_CREATION_ALLOWED",
"projectCreators": [
"string"
],
"projectUploadSetting": "PROJECT_UPLOAD_ALLOWED",
"projectUploaders": [
"string"
],
"notificationEmailsSetting": "SEND_NOTIFICATION_EMAILS",
"maxUploadSize": 0
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"userId": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"allowedActions": [
"string"
]
}
Accepts the following message:
{}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"subject": {
"userId": "string",
"@type": "User"
},
"resource": {
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"subject": {
"userId": "string",
"@type": "User"
},
"resource": {
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
},
"roles": [
{}
]
}
Accepts the following message:
{
"resource": {
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
},
"subject": {
"userId": "string",
"@type": "User"
},
"actionId": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"resource": {
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
},
"subject": {
"userId": "string",
"@type": "User"
},
"authorizationStatus": "AUTHORIZED"
}
Accepts the following message:
{
"resource": {
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
},
"subject": {
"userId": "string",
"@type": "User"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"subject": {
"userId": "string",
"@type": "User"
},
"actionId": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"subject": {
"userId": "string",
"@type": "User"
},
"actionId": "string",
"resources": [
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
]
}
Accepts the following message:
{
"resource": {
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
},
"actionId": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"resource": {
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
},
"actionId": "string",
"subjects": [
{
"userId": "string",
"@type": "User"
}
]
}
Accepts the following message:
{
"subject": {
"userId": "string",
"@type": "User"
},
"resource": {
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"subject": {
"userId": "string",
"@type": "User"
},
"resource": {
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
},
"roles": [
{}
]
}
Accepts the following message:
{
"subject": {
"userId": "string",
"@type": "User"
},
"resource": {
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
},
"roles": [
{}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entities": [
{
"iri": "http://example.com",
"type": "Class"
}
],
"criteria": {}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entities": [
{
"iri": "http://example.com",
"type": "Class"
}
],
"operation": "REPLACE",
"property": {
"iri": "http://example.com",
"type": "owl:AnnotationProperty"
},
"lexicalValueExpression": "string",
"lexicalValueExpressionIsRegEx": true,
"langTagExpression": "string",
"newAnnotationData": {},
"commitMessage": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entities": [
{
"iri": "http://example.com",
"type": "Class"
}
],
"property": {
"iri": "http://example.com",
"type": "owl:AnnotationProperty"
},
"value": {},
"commitMessage": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"threadId": "51f72284-0555-48fe-a20a-4369ee94dc3e",
"comment": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"threadId": "51f72284-0555-48fe-a20a-4369ee94dc3e",
"comment": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdBy": "string",
"createdAt": 0,
"updatedAt": 0,
"body": "string",
"renderedBody": "string"
},
"commentRendering": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"issueNumber": 0,
"comment": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdBy": "string",
"createdAt": 0,
"updatedAt": 0,
"body": "string",
"renderedBody": "string"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
},
"comment": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"threads": [
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"entity": {
"iri": "http://example.com",
"type": "Class"
},
"status": "OPEN",
"comments": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdBy": "string",
"createdAt": 0,
"updatedAt": 0,
"body": "string",
"renderedBody": "string"
}
]
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"commentId": "ee0469af-2fa1-4b7e-b5f1-8e711a95821b"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"commentId": "ee0469af-2fa1-4b7e-b5f1-8e711a95821b",
"deleted": true
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"userIdFilter": "string",
"statusFilter": [
"OPEN"
],
"sortingKey": "SORT_BY_ENTITY",
"pageRequest": {
"pageNumber": 0,
"pageSize": 0
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entities": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"entity": {
"type": "OWLClassData"
},
"threads": [
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"entity": {
"iri": "http://example.com",
"type": "Class"
},
"status": "OPEN",
"comments": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdBy": "string",
"createdAt": 0,
"updatedAt": 0,
"body": "string",
"renderedBody": "string"
}
]
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"threadId": "51f72284-0555-48fe-a20a-4369ee94dc3e",
"status": "OPEN"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"threadId": "51f72284-0555-48fe-a20a-4369ee94dc3e",
"result": "OPEN"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"threadId": "51f72284-0555-48fe-a20a-4369ee94dc3e",
"commentId": "ee0469af-2fa1-4b7e-b5f1-8e711a95821b",
"body": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"editedComment": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdBy": "string",
"createdAt": 0,
"updatedAt": 0,
"body": "string",
"renderedBody": "string"
}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"sourceText": "string",
"langTag": "string",
"parents": [
{
"iri": "http://example.com",
"type": "owl:AnnotationProperty"
}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entities": [
{}
]
}
Accepts the following message:
Represents a request to create OWL classes in a specified project
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"sourceText": "string",
"langTag": "string",
"parents": [
{
"iri": "http://example.com",
"type": "owl:Class"
}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entities": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"sourceText": "string",
"langTag": "string",
"parents": [
{
"iri": "http://example.com",
"type": "owl:DatatypeProperty"
}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entities": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"sourceText": "string",
"langTag": "string",
"types": [
{
"iri": "http://example.com",
"type": "owl:Class"
}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entities": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"sourceText": "string",
"langTag": "string",
"parents": [
{
"iri": "http://example.com",
"type": "owl:ObjectProperty"
}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entities": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entities": [
{
"iri": "http://example.com",
"type": "Class"
}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"deletedEntities": [
{
"iri": "http://example.com",
"type": "Class"
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"pageRequest": {
"pageNumber": 0,
"pageSize": 0
},
"entityTypes": [
"Class"
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"entities": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"kits": [
{
"kitId": {
"lexicalForm": "string"
},
"displayName": "string"
}
],
"currentSettings": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"entityData": {
"type": "OWLClassData"
}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"type": {
"iri": "http://example.com",
"type": "owl:Class"
},
"pageRequest": {
"pageNumber": 0,
"pageSize": 0
},
"searchString": "string",
"instanceRetrievalMode": "ALL_INSTANCES"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"type": null,
"individuals": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"individual": {
"iri": "http://example.com",
"type": "owl:NamedIndividual"
},
"preferredType": {
"iri": "http://example.com",
"type": "owl:Class"
},
"preferredMode": "ALL_INSTANCES"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"individual": {
"iri": "http://example.com",
"type": "owl:NamedIndividual"
},
"page": {},
"actualType": {},
"actualMode": "ALL_INSTANCES",
"types": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"criteria": {},
"pageRequest": {
"pageNumber": 0,
"pageSize": 0
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"entities": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entityLookupRequest": {
"entityMatchCriteria": {},
"searchString": "string",
"searchType": "EXACT_MATCH",
"searchedEntityTypes": [
"Class"
],
"searchLimit": 0
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"results": [
{
"matchResult": {},
"directLink": "string"
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"sourceEntities": [
{
"iri": "http://example.com",
"type": "Class"
}
],
"targetEntity": {
"iri": "http://example.com",
"type": "Class"
},
"treatment": "DELETE_MERGED_ENTITY",
"commitMessage": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entities": [
{
"iri": "http://example.com",
"type": "owl:Class"
}
],
"parentEntity": {
"iri": "http://example.com",
"type": "owl:Class"
},
"commitMessage": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"toProject": "58a259bc-1cb9-4e27-ad33-6a9ecfdbc231",
"fromProject": "f4bd2f98-fd65-4e41-9caa-5e16604d6b84",
"formIds": [
{}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"copiedFormDescriptors": [
{
"formId": {},
"label": {},
"subjectFactoryDescriptor": {}
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entityType": "Class",
"freshEntityIri": {},
"formData": {}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entities": [
{
"type": "OWLClassData"
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"formId": {}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"entity": {
"iri": "http://example.com",
"type": "Class"
},
"deprecationFormData": {},
"replacementEntity": {
"iri": "http://example.com",
"type": "Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"parentEntity": {
"iri": "http://example.com",
"type": "Class"
},
"entityType": "Class"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"formDescriptors": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"term": {
"iri": "http://example.com",
"type": "Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"formDtos": [
{}
],
"referencesCount": 0,
"replacementEntityCriteria": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"formId": {}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"formId": {},
"formDescriptor": {
"formId": {},
"label": {},
"subjectFactoryDescriptor": {}
},
"purpose": "ENTITY_CREATION",
"selectorCriteria": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
},
"formPageRequests": [
{}
],
"langTagFilter": {},
"orderings": [
{}
],
"filters": [
{}
],
"formRegionFilters": [
{}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"entityData": {
"type": "OWLClassData"
},
"filteredFormIds": [
{}
],
"formData": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"formDescriptors": [
{
"formId": {},
"label": {},
"subjectFactoryDescriptor": {}
}
],
"formSelectors": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"formDescriptor": {
"formId": {},
"label": {},
"subjectFactoryDescriptor": {}
},
"purpose": "ENTITY_CREATION",
"selectorCriteria": {}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
},
"pristineFormsData": {},
"editedFormsData": {}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"formDescriptor": {
"formId": {},
"label": {},
"subjectFactoryDescriptor": {}
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"subject": {
"iri": "http://example.com",
"type": "owl:AnnotationProperty"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"subject": {
"iri": "http://example.com",
"type": "owl:Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"frame": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"subject": {
"iri": "http://example.com",
"type": "owl:DatatypeProperty"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"frame": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"subject": {
"iri": "http://example.com",
"type": "owl:NamedIndividual"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"frame": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"subject": {
"iri": "http://example.com",
"type": "owl:ObjectProperty"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"frame": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"frames": [
{
"shortForm": "string",
"propertyValueList": {
"propertyValues": [
{
"type": "PropertyClassValue"
}
]
}
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"from": {
"type": "AnnotationPropertyFrame"
},
"to": {
"type": "AnnotationPropertyFrame"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"updatedFrame": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"from": {
"type": "ClassFrame"
},
"to": {
"type": "ClassFrame"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"updatedFrame": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"from": {
"type": "DataPropertyFrame"
},
"to": {
"type": "DataPropertyFrame"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"updatedFrame": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"from": {
"type": "IndividualFrame"
},
"to": {
"type": "IndividualFrame"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"updatedFrame": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"from": {
"type": "ObjectPropertyFrame"
},
"to": {
"type": "ObjectPropertyFrame"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"updatedFrame": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"graph": {},
"settings": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"edgeCriteria": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"userId": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"userId": "string",
"settings": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"activeFilters": [
{}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"userId": "string",
"settings": {}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
},
"hierarchyId": "string",
"pageRequest": {
"pageNumber": 0,
"pageSize": 0
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"parent": {
"userObject": null,
"sink": true
},
"children": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
},
"hierarchyId": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"paths": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"hierarchyId": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"rootNodes": [
{
"userObject": {},
"sink": true
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
},
"hierarchyId": "string",
"pageRequest": {
"pageNumber": 0,
"pageSize": 0
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"siblingsPage": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"hierarchyId": "string",
"fromNodePath": {},
"toNodeParentPath": {},
"dropType": "MOVE"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"moved": true
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"revisionNumber": 0
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"subject": {
"iri": "http://example.com",
"type": "Class"
},
"pageRequest": {
"pageNumber": 0,
"pageSize": 0
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectChanges": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"revisionSummaries": [
{
"revisionNumber": 0,
"userId": "string",
"timestamp": 0,
"changeCount": 0,
"description": "string"
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"revisionNumber": 0
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"revisionNumber": 0
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"entityData": {
"type": "OWLClassData"
},
"rendering": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"issues": [
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"number": 0,
"creator": "string",
"createdAt": 0,
"updatedAt": 0,
"targetEntities": [
{
"iri": "http://example.com",
"type": "Class"
}
],
"title": "string",
"body": "string",
"status": "OPEN",
"assignees": [
"string"
],
"milestone": {
"label": "string"
},
"lockSetting": "LOCKED",
"labels": [
"string"
],
"comments": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdBy": "string",
"createdAt": 0,
"updatedAt": 0,
"body": "string",
"renderedBody": "string"
}
],
"mentions": [
{}
],
"participants": [
"string"
],
"events": [
{}
]
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"term": {
"iri": "http://example.com",
"type": "Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"crossProduct": {
"genus": {
"type": "OWLClassData"
},
"relationships": {
"relationships": [
{
"relation": {
"type": "OWLObjectPropertyData"
},
"value": {
"type": "OWLClassData"
}
}
]
}
}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"namespaces": [
{
"namespace": "string"
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"term": {
"iri": "http://example.com",
"type": "Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"definition": {
"xrefs": [
{
"databaseName": "string",
"databaseId": "string",
"description": "string"
}
],
"definition": "string"
}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"term": {
"iri": "http://example.com",
"type": "Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"term": {
"iri": "http://example.com",
"type": "Class"
},
"termId": {
"id": "string",
"name": "string",
"namespace": "string"
}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"term": {
"iri": "http://example.com",
"type": "owl:Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"relationships": {
"relationships": [
{
"relation": {
"type": "OWLObjectPropertyData"
},
"value": {
"type": "OWLClassData"
}
}
]
}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"term": {
"iri": "http://example.com",
"type": "Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"synonyms": [
{
"xrefs": [
{
"databaseName": "string",
"databaseId": "string",
"description": "string"
}
],
"name": "string",
"scope": "RELATED"
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"xRefs": [
{
"databaseName": "string",
"databaseId": "string",
"description": "string"
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"term": {
"iri": "http://example.com",
"type": "owl:Class"
},
"crossProduct": {
"genus": {
"type": "OWLClassData"
},
"relationships": {
"relationships": [
{
"relation": {
"type": "OWLObjectPropertyData"
},
"value": {
"type": "OWLClassData"
}
}
]
}
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"term": {
"iri": "http://example.com",
"type": "Class"
},
"definition": {
"xrefs": [
{
"databaseName": "string",
"databaseId": "string",
"description": "string"
}
],
"definition": "string"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"term": {
"iri": "http://example.com",
"type": "Class"
},
"termId": {
"id": "string",
"name": "string",
"namespace": "string"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"term": {
"iri": "http://example.com",
"type": "Class"
},
"relationships": {
"relationships": [
{
"relation": {
"type": "OWLObjectPropertyData"
},
"value": {
"type": "OWLClassData"
}
}
]
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
},
"synonyms": [
{
"xrefs": [
{
"databaseName": "string",
"databaseId": "string",
"description": "string"
}
],
"name": "string",
"scope": "RELATED"
}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
},
"xrefs": [
{
"databaseName": "string",
"databaseId": "string",
"description": "string"
}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"ontologyId": {
"ontologyIRI": {},
"versionIRI": {}
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"ontologyId": {
"ontologyIRI": {},
"versionIRI": {}
},
"annotations": [
{
"type": "PropertyAnnotationValue"
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"rootOntologyId": {
"ontologyIRI": {},
"versionIRI": {}
}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
"selectedOntologies": [
{
"ontologyIRI": {},
"versionIRI": {}
}
],
"targetOntology": {
"ontologyIRI": {},
"versionIRI": {}
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"ontologyId": {
"ontologyIRI": {},
"versionIRI": {}
},
"fromAnnotations": [
{
"type": "PropertyAnnotationValue"
}
],
"toAnnotations": [
{
"type": "PropertyAnnotationValue"
}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"ontologyAnnotations": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"perspectiveDetails": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"userId": "string",
"perspectiveId": {}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"layout": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"userId": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"perspectives": [
{}
],
"resettablePerspectives": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"perspectiveId": {}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"resetLayout": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"perspectiveDetails": [
{}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"userId": "string",
"layout": {}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"perspectiveIds": [
{}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"perspectives": [
{}
],
"resettablePerspectives": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"projectDocumentId": "42d25621-e870-4bd4-a0ba-db623c2ac48d"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"diff": [
{
"diffOperation": "ADD",
"sourceDocument": "string",
"lineElement": "string"
}
]
}
Accepts the following message:
{
"newProjectSettings": {}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectDetails": {}
}
Accepts the following message:
Gets the available projects for the authenticated user. An available project is a project that can be opened in WebProtégé.
{}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"availableProjects": [
{}
]
}
Accepts the following message:
{
"permission": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectDetails": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"settings": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectDetails": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectSettings": {},
"projectLanguages": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"langTags": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"prefixDeclarations": [
{
"prefixName": "string",
"prefix": "string"
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"settings": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"settings": {
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"sharingSettings": [
{
"personId": {},
"sharingPermission": "VIEW"
}
],
"linkSharingPermission": "VIEW"
}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"userId": "string",
"projectDetails": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"documentId": "4704590c-004e-410d-adf7-acb7ca0a7052",
"commitMessage": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"fromSettings": {},
"toSettings": {},
"prefixUpdateStrategy": "FIND_AND_REPLACE"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"prefixDeclarations": [
{
"prefixName": "string",
"prefix": "string"
}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"prefixDeclarations": [
{
"prefixName": "string",
"prefix": "string"
}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"settings": {}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"settings": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"filters": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"searchString": "string",
"entityTypes": [
"Class"
],
"langTagFilter": {},
"searchFilters": [
{}
],
"pageRequest": {
"pageNumber": 0,
"pageSize": 0
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"searchString": "string",
"results": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"from": [
{}
],
"to": [
{}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"settings": {
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"sharingSettings": [
{
"personId": {},
"sharingPermission": "VIEW"
}
],
"linkSharingPermission": "VIEW"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"label": "string",
"description": "string",
"color": "string",
"backgroundColor": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"addedTag": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"entityTags": [
{}
],
"projectTags": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"tags": [
{}
],
"tagUsage": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"tagData": [
{}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"entity": {
"iri": "http://example.com",
"type": "Class"
},
"fromTagIds": [
{}
],
"toTagIds": [
{}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"documentId": "4704590c-004e-410d-adf7-acb7ca0a7052"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"ontologies": [
{
"ontologyIRI": {},
"versionIRI": {}
}
]
}
Accepts the following message:
{
"userId": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"userId": "string",
"emailAddress": "user@example.com"
}
Accepts the following message:
{
"completionText": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"possibleItemCompletions": [
"string"
]
}
Accepts the following message:
{
"userId": "string",
"emailAddress": "user@example.com"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"userId": "string"
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"changes": {}
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"userId": "string",
"entity": {
"iri": "http://example.com",
"type": "Class"
}
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{
"watches": [
{}
]
}
Accepts the following message:
{
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"userId": "string",
"entity": {
"iri": "http://example.com",
"type": "Class"
},
"watches": [
{}
]
}
{
"webprotege_accessToken": "string",
"kafka_replyTopic": "string",
"kafka_correlationId": "string"
}
Accepts the following message:
{}