WebProtégé API 1.0.0

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.

Operations

  • PUB webprotege.application.GetApplicationSettings

    Accepts the following message:

    GetApplicationSettingsRequest
    object
    object
    • #application

    Examples

  • SUB webprotege.application.GetApplicationSettings-Replies

    Accepts the following message:

    GetApplicationSettingsResponse
    object

    Examples

  • PUB webprotege.application.SetApplicationSettings

    Accepts the following message:

    SetApplicationSettingsRequest
    object
    object
    • #application

    Examples

  • SUB webprotege.application.SetApplicationSettings-Replies

    Accepts the following message:

    SetApplicationSettingsResponse
    object

    Examples

  • PUB webprotege.auth.GetProjectPermissions

    Accepts the following message:

    GetProjectPermissionsRequest
    object
    object
    • #auth

    Examples

  • SUB webprotege.auth.GetProjectPermissions-Replies

    Accepts the following message:

    GetProjectPermissionsResponse
    object

    Examples

  • PUB webprotege.auth.RebuildPermissions

    Accepts the following message:

    RebuildPermissionsRequest
    object
    object
    • #auth

    Examples

  • SUB webprotege.auth.RebuildPermissions-Replies

    Accepts the following message:

    RebuildPermissionsResponse
    object

    Examples

  • PUB webprotege.authorization.GetAssignedRoles

    Accepts the following message:

    GetAssignedRolesRequest
    object
    object
    • #authorization

    Examples

  • SUB webprotege.authorization.GetAssignedRoles-Replies

    Accepts the following message:

    <anonymous-message-10>
    object

    Examples

  • PUB webprotege.authorization.GetAuthorizationStatus

    Accepts the following message:

    GetAuthorizationStatusRequest
    object
    object
    • #authorization

    Examples

  • SUB webprotege.authorization.GetAuthorizationStatus-Replies

    Accepts the following message:

    <anonymous-message-12>
    object

    Examples

  • PUB webprotege.authorization.GetAuthorizedActions

    Accepts the following message:

    GetAuthorizedActionsRequest
    object
    object
    • #authorization

    Examples

  • PUB webprotege.authorization.GetAuthorizedResources

    Accepts the following message:

    GetAuthorizedResourcesRequest
    object
    object
    • #authorization

    Examples

  • SUB webprotege.authorization.GetAuthorizedResources-Replies

    Accepts the following message:

    <anonymous-message-15>
    object

    Examples

  • PUB webprotege.authorization.GetAuthorizedSubjects

    Accepts the following message:

    GetAuthorizedSubjectsRequest
    object
    object
    • #authorization

    Examples

  • SUB webprotege.authorization.GetAuthorizedSubjects-Replies

    Accepts the following message:

    <anonymous-message-17>
    object

    Examples

  • PUB webprotege.authorization.GetRoles

    Accepts the following message:

    <anonymous-message-18>
    object
    object
    • #authorization

    Examples

  • SUB webprotege.authorization.GetRoles-Replies

    Accepts the following message:

    <anonymous-message-19>
    object

    Examples

  • PUB webprotege.authorization.SetAssignedRoles

    Accepts the following message:

    SetAssignedRolesRequest
    object
    object
    • #authorization

    Examples

  • SUB webprotege.authorization.SetAssignedRoles-Replies

    Accepts the following message:

    <anonymous-message-21>
    object

    Examples

  • PUB webprotege.bulkop.DeleteAnnotations

    Accepts the following message:

    DeleteAnnotationsRequest
    object
    object
    • #bulkop

    Examples

  • SUB webprotege.bulkop.DeleteAnnotations-Replies

    Accepts the following message:

    DeleteAnnotationsResponse
    object

    Examples

  • PUB webprotege.bulkop.EditAnnotations

    Accepts the following message:

    EditAnnotationsRequest
    object
    object
    • #bulkop

    Examples

  • SUB webprotege.bulkop.EditAnnotations-Replies

    Accepts the following message:

    EditAnnotationsResponse
    object

    Examples

  • PUB webprotege.bulkop.SetAnnotationValue

    Accepts the following message:

    SetAnnotationValueRequest
    object
    object
    • #bulkop

    Examples

  • SUB webprotege.bulkop.SetAnnotationValue-Replies

    Accepts the following message:

    SetAnnotationValueResponse
    object

    Examples

  • PUB webprotege.discussions.AddComment

    Accepts the following message:

    AddCommentRequest
    object
    object
    • #discussions

    Examples

  • SUB webprotege.discussions.AddComment-Replies

    Accepts the following message:

    AddCommentResponse
    object

    Examples

  • PUB webprotege.discussions.AddIssueComment

    Accepts the following message:

    AddIssueCommentRequest
    object
    object
    • #discussions

    Examples

  • SUB webprotege.discussions.AddIssueComment-Replies

    Accepts the following message:

    AddIssueCommentResponse
    object

    Examples

  • PUB webprotege.discussions.CreateEntityDiscussionThread

    Accepts the following message:

    CreateEntityDiscussionThreadRequest
    object
    object
    • #discussions

    Examples

  • SUB webprotege.discussions.CreateEntityDiscussionThread-Replies

    Accepts the following message:

    CreateEntityDiscussionThreadResponse
    object

    Examples

  • PUB webprotege.discussions.DeleteComment

    Accepts the following message:

    DeleteCommentRequest
    object
    object
    • #discussions

    Examples

  • SUB webprotege.discussions.DeleteComment-Replies

    Accepts the following message:

    DeleteCommentResponse
    object

    Examples

  • PUB webprotege.discussions.GetCommentedEntities

    Accepts the following message:

    GetCommentedEntitiesRequest
    object
    object
    • #discussions

    Examples

  • SUB webprotege.discussions.GetCommentedEntities-Replies

    Accepts the following message:

    GetCommentedEntitiesResponse
    object

    Examples

  • PUB webprotege.discussions.GetEntityDiscussionThreads

    Accepts the following message:

    GetEntityDiscussionThreadsRequest
    object
    object
    • #discussions

    Examples

  • SUB webprotege.discussions.GetEntityDiscussionThreads-Replies

    Accepts the following message:

    GetEntityDiscussionThreadsResponse
    object

    Examples

  • PUB webprotege.discussions.SetDiscussionThreadStatus

    Accepts the following message:

    SetDiscussionThreadStatusRequest
    object
    object
    • #discussions

    Examples

  • SUB webprotege.discussions.SetDiscussionThreadStatus-Replies

    Accepts the following message:

    SetDiscussionThreadStatusResponse
    object

    Examples

  • PUB webprotege.discussions.UpdateComment

    Accepts the following message:

    UpdateCommentRequest
    object
    object
    • #discussions

    Examples

  • SUB webprotege.discussions.UpdateComment-Replies

    Accepts the following message:

    UpdateCommentResponse
    object

    Examples

  • PUB webprotege.entities.CreateAnnotationProperties

    Accepts the following message:

    CreateAnnotationPropertiesRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.CreateAnnotationProperties-Replies

    Accepts the following message:

    CreateAnnotationPropertiesResponse
    object

    Examples

  • PUB webprotege.entities.CreateClasses

    Accepts the following message:

    CreateClassesRequest
    object

    Represents a request to create OWL classes in a specified project

    object
    • #entities

    Examples

  • SUB webprotege.entities.CreateClasses-Replies

    Accepts the following message:

    CreateClassesResponse
    object

    Examples

  • PUB webprotege.entities.CreateDataProperties

    Accepts the following message:

    CreateDataPropertiesRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.CreateDataProperties-Replies

    Accepts the following message:

    CreateDataPropertiesResponse
    object

    Examples

  • PUB webprotege.entities.CreateNamedIndividuals

    Accepts the following message:

    CreateNamedIndividualsRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.CreateNamedIndividuals-Replies

    Accepts the following message:

    CreateNamedIndividualsResponse
    object

    Examples

  • PUB webprotege.entities.CreateObjectProperties

    Accepts the following message:

    CreateObjectPropertiesRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.CreateObjectProperties-Replies

    Accepts the following message:

    CreateObjectPropertiesResponse
    object

    Examples

  • PUB webprotege.entities.DeleteEntitiesAction

    Accepts the following message:

    DeleteEntitiesRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.DeleteEntitiesAction-Replies

    Accepts the following message:

    DeleteEntitiesResponse
    object

    Examples

  • PUB webprotege.entities.GetDeprecatedEntities

    Accepts the following message:

    GetDeprecatedEntitiesRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.GetDeprecatedEntities-Replies

    Accepts the following message:

    GetDeprecatedEntitiesResponse
    object

    Examples

  • PUB webprotege.entities.GetEntityCrudKits

    Accepts the following message:

    GetEntityCrudKitsRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.GetEntityCrudKits-Replies

    Accepts the following message:

    GetEntityCrudKitsResponse
    object

    Examples

  • PUB webprotege.entities.GetEntityRendering

    Accepts the following message:

    GetEntityRenderingRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.GetEntityRendering-Replies

    Accepts the following message:

    GetEntityRenderingResponse
    object

    Examples

  • PUB webprotege.entities.GetIndividuals

    Accepts the following message:

    GetIndividualsRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.GetIndividuals-Replies

    Accepts the following message:

    GetIndividualsResponse
    object

    Examples

  • PUB webprotege.entities.GetIndividualsPageContainingIndividual

    Accepts the following message:

    GetIndividualsPageContainingIndividualRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.GetIndividualsPageContainingIndividual-Replies

    Accepts the following message:

    GetIndividualsPageContainingIndividualResponse
    object

    Examples

  • PUB webprotege.entities.GetMatchingEntities

    Accepts the following message:

    GetMatchingEntitiesRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.GetMatchingEntities-Replies

    Accepts the following message:

    GetMatchingEntitiesResponse
    object

    Examples

  • PUB webprotege.entities.LookupEntities

    Accepts the following message:

    LookupEntitiesRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.LookupEntities-Replies

    Accepts the following message:

    LookupEntitiesResponse
    object

    Examples

  • PUB webprotege.entities.MergeEntities

    Accepts the following message:

    MergeEntitiesRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.MergeEntities-Replies

    Accepts the following message:

    MergeEntitiesResponse
    object

    Examples

  • PUB webprotege.entities.MoveEntitiesToParent

    Accepts the following message:

    MoveEntitiesToParentRequest
    object
    object
    • #entities

    Examples

  • SUB webprotege.entities.MoveEntitiesToParent-Replies

    Accepts the following message:

    MoveEntitiesToParentResponse
    object

    Examples

  • PUB webprotege.forms.CopyFormDescriptors

    Accepts the following message:

    CopyFormDescriptorsRequest
    object
    object
    • #forms

    Examples

  • SUB webprotege.forms.CopyFormDescriptors-Replies

    Accepts the following message:

    CopyFormDescriptorsResponse
    object

    Examples

  • PUB webprotege.forms.CreateEntityFromFormData

    Accepts the following message:

    CreateEntityFromFormDataRequest
    object
    object
    • #forms

    Examples

  • SUB webprotege.forms.CreateEntityFromFormData-Replies

    Accepts the following message:

    CreateEntityFromFormDataResponse
    object

    Examples

  • PUB webprotege.forms.DeleteForm

    Accepts the following message:

    DeleteFormRequest
    object
    object
    • #forms

    Examples

  • SUB webprotege.forms.DeleteForm-Replies

    Accepts the following message:

    DeleteFormResponse
    object

    Examples

  • PUB webprotege.forms.DeprecateEntityByFormAction

    Accepts the following message:

    DeprecateEntityByFormRequest
    object
    object
    • #forms

    Examples

  • SUB webprotege.forms.DeprecateEntityByFormAction-Replies

    Accepts the following message:

    DeprecateEntityByFormResponse
    object

    Examples

  • PUB webprotege.forms.GetEntityCreationForms

    Accepts the following message:

    GetEntityCreationFormsRequest
    object
    object
    • #forms

    Examples

  • SUB webprotege.forms.GetEntityCreationForms-Replies

    Accepts the following message:

    GetEntityCreationFormsResponse
    object

    Examples

  • PUB webprotege.forms.GetEntityDeprecationForms

    Accepts the following message:

    GetEntityDeprecationFormsRequest
    object
    object
    • #forms

    Examples

  • SUB webprotege.forms.GetEntityDeprecationForms-Replies

    Accepts the following message:

    GetEntityDeprecationFormsResponse
    object

    Examples

  • PUB webprotege.forms.GetEntityFormDescriptor

    Accepts the following message:

    GetEntityFormDescriptorRequest
    object
    object
    • #forms

    Examples

  • SUB webprotege.forms.GetEntityFormDescriptor-Replies

    Accepts the following message:

    GetEntityFormDescriptorResponse
    object

    Examples

  • PUB webprotege.forms.GetEntityForms

    Accepts the following message:

    GetEntityFormsRequest
    object
    object
    • #forms

    Examples

  • SUB webprotege.forms.GetEntityForms-Replies

    Accepts the following message:

    GetEntityFormsResponse
    object

    Examples

  • PUB webprotege.forms.GetProjectFormDescriptors

    Accepts the following message:

    GetProjectFormDescriptorsRequest
    object
    object
    • #forms

    Examples

  • SUB webprotege.forms.GetProjectFormDescriptors-Replies

    Accepts the following message:

    GetProjectFormDescriptorsResponse
    object

    Examples

  • PUB webprotege.forms.SetEntityFormDescriptor

    Accepts the following message:

    SetEntityFormDescriptorRequest
    object
    object
    • #forms

    Examples

  • SUB webprotege.forms.SetEntityFormDescriptor-Replies

    Accepts the following message:

    SetEntityFormDescriptorResponse
    object

    Examples

  • PUB webprotege.forms.SetEntityFormsData

    Accepts the following message:

    SetEntityFormsDataRequest
    object
    object
    • #forms

    Examples

  • SUB webprotege.forms.SetEntityFormsData-Replies

    Accepts the following message:

    SetEntityFormsDataResponse
    object

    Examples

  • PUB webprotege.forms.UpdateFormDescriptor

    Accepts the following message:

    UpdateFormDescriptorRequest
    object
    object
    • #forms

    Examples

  • SUB webprotege.forms.UpdateFormDescriptor-Replies

    Accepts the following message:

    UpdateFormDescriptorResponse
    object

    Examples

  • PUB webprotege.frames.GetAnnotationPropertyFrame

    Accepts the following message:

    GetAnnotationPropertyFrameRequest
    object
    object
    • #frames

    Examples

  • SUB webprotege.frames.GetAnnotationPropertyFrame-Replies

    Accepts the following message:

    GetAnnotationPropertyFrameResponse
    object

    Examples

  • PUB webprotege.frames.GetClassFrame

    Accepts the following message:

    GetClassFrameRequest
    object
    object
    • #frames

    Examples

  • SUB webprotege.frames.GetClassFrame-Replies

    Accepts the following message:

    GetClassFrameResponse
    object

    Examples

  • PUB webprotege.frames.GetDataPropertyFrame

    Accepts the following message:

    GetDataPropertyFrameRequest
    object
    object
    • #frames

    Examples

  • SUB webprotege.frames.GetDataPropertyFrame-Replies

    Accepts the following message:

    GetDataPropertyFrameResponse
    object

    Examples

  • PUB webprotege.frames.GetNamedIndividualFrame

    Accepts the following message:

    GetNamedIndividualFrameRequest
    object
    object
    • #frames

    Examples

  • SUB webprotege.frames.GetNamedIndividualFrame-Replies

    Accepts the following message:

    GetNamedIndividualFrameResponse
    object

    Examples

  • PUB webprotege.frames.GetObjectPropertyFrame

    Accepts the following message:

    GetObjectPropertyFrameRequest
    object
    object
    • #frames

    Examples

  • SUB webprotege.frames.GetObjectPropertyFrame-Replies

    Accepts the following message:

    GetObjectPropertyFrameResponse
    object

    Examples

  • PUB webprotege.frames.GetOntologyFrames

    Accepts the following message:

    GetOntologyFramesRequest
    object
    object
    • #frames

    Examples

  • SUB webprotege.frames.GetOntologyFrames-Replies

    Accepts the following message:

    GetOntologyFramesResponse
    object

    Examples

  • PUB webprotege.frames.UpdateAnnotationPropertyFrame

    Accepts the following message:

    UpdateAnnotationPropertyFrameRequest
    object
    object
    • #frames

    Examples

  • SUB webprotege.frames.UpdateAnnotationPropertyFrame-Replies

    Accepts the following message:

    UpdateAnnotationPropertyFrameResponse
    object

    Examples

  • PUB webprotege.frames.UpdateClassFrame

    Accepts the following message:

    UpdateClassFrameRequest
    object
    object
    • #frames

    Examples

  • SUB webprotege.frames.UpdateClassFrame-Replies

    Accepts the following message:

    UpdateClassFrameResponse
    object

    Examples

  • PUB webprotege.frames.UpdateDataPropertyFrame

    Accepts the following message:

    UpdateDataPropertyFrameRequest
    object
    object
    • #frames

    Examples

  • SUB webprotege.frames.UpdateDataPropertyFrame-Replies

    Accepts the following message:

    UpdateDataPropertyFrameResponse
    object

    Examples

  • PUB webprotege.frames.UpdateNamedIndividualFrame

    Accepts the following message:

    UpdateNamedIndividualFrameRequest
    object
    object
    • #frames

    Examples

  • SUB webprotege.frames.UpdateNamedIndividualFrame-Replies

    Accepts the following message:

    UpdateNamedIndividualFrameResponse
    object

    Examples

  • PUB webprotege.frames.UpdateObjectPropertyFrame

    Accepts the following message:

    UpdateObjectPropertyFrameRequest
    object
    object
    • #frames

    Examples

  • SUB webprotege.frames.UpdateObjectPropertyFrame-Replies

    Accepts the following message:

    UpdateObjectPropertyFrameResponse
    object

    Examples

  • PUB webprotege.graphs.GetEntityGraph

    Accepts the following message:

    GetEntityGraphRequest
    object
    object
    • #graphs

    Examples

  • SUB webprotege.graphs.GetEntityGraph-Replies

    Accepts the following message:

    GetEntityGraphResponse
    object

    Examples

  • PUB webprotege.graphs.GetProjectEntityGraphDefaultEdgeCriteria

    Accepts the following message:

    GetProjectEntityGraphDefaultEdgeCriteriaRequest
    object
    object
    • #graphs

    Examples

  • SUB webprotege.graphs.GetProjectEntityGraphDefaultEdgeCriteria-Replies

    Accepts the following message:

    GetProjectEntityGraphDefaultEdgeCriteriaResponse
    object

    Examples

  • PUB webprotege.graphs.GetUserProjectEntityGraphCriteria

    Accepts the following message:

    GetUserProjectEntityGraphCriteriaRequest
    object
    object
    • #graphs

    Examples

  • SUB webprotege.graphs.GetUserProjectEntityGraphCriteria-Replies

    Accepts the following message:

    GetUserProjectEntityGraphCriteriaResponse
    object

    Examples

  • PUB webprotege.graphs.SetEntityGraphActiveFilters

    Accepts the following message:

    SetEntityGraphActiveFiltersRequest
    object
    object
    • #graphs

    Examples

  • SUB webprotege.graphs.SetEntityGraphActiveFilters-Replies

    Accepts the following message:

    SetEntityGraphActiveFiltersResponse
    object

    Examples

  • PUB webprotege.graphs.SetUserProjectEntityGraphSettings

    Accepts the following message:

    SetUserProjectEntityGraphSettingsRequest
    object
    object
    • #graphs

    Examples

  • SUB webprotege.graphs.SetUserProjectEntityGraphSettings-Replies

    Accepts the following message:

    SetUserProjectEntityGraphSettingsResponse
    object

    Examples

  • PUB webprotege.hierarchies.GetHierarchyChildren

    Accepts the following message:

    GetHierarchyChildrenRequest
    object
    object
    • #hierarchies

    Examples

  • SUB webprotege.hierarchies.GetHierarchyChildren-Replies

    Accepts the following message:

    GetHierarchyChildrenResponse
    object

    Examples

  • PUB webprotege.hierarchies.GetHierarchyPathsToRoot

    Accepts the following message:

    GetHierarchyPathsToRootRequest
    object
    object
    • #hierarchies

    Examples

  • SUB webprotege.hierarchies.GetHierarchyPathsToRoot-Replies

    Accepts the following message:

    GetHierarchyPathsToRootResponse
    object

    Examples

  • PUB webprotege.hierarchies.GetHierarchyRoots

    Accepts the following message:

    GetHierarchyRootsRequest
    object
    object
    • #hierarchies

    Examples

  • SUB webprotege.hierarchies.GetHierarchyRoots-Replies

    Accepts the following message:

    GetHierarchyRootsResponse
    object

    Examples

  • PUB webprotege.hierarchies.GetHierarchySiblings

    Accepts the following message:

    GetHierarchySiblingsRequest
    object
    object
    • #hierarchies

    Examples

  • SUB webprotege.hierarchies.GetHierarchySiblings-Replies

    Accepts the following message:

    GetHierarchySiblingsResponse
    object

    Examples

  • PUB webprotege.hierarchies.MoveHierarchyNode

    Accepts the following message:

    MoveHierarchyNodeRequest
    object
    object
    • #hierarchies

    Examples

  • SUB webprotege.hierarchies.MoveHierarchyNode-Replies

    Accepts the following message:

    MoveHierarchyNodeResponse
    object

    Examples

  • PUB webprotege.history.GetHeadRevisionNumber

    Accepts the following message:

    GetHeadRevisionNumberRequest
    object
    object
    • #history

    Examples

  • SUB webprotege.history.GetHeadRevisionNumber-Replies

    Accepts the following message:

    GetHeadRevisionNumberResponse
    object

    Examples

  • PUB webprotege.history.GetProjectChanges

    Accepts the following message:

    GetProjectChangesRequest
    object
    object
    • #history

    Examples

  • SUB webprotege.history.GetProjectChanges-Replies

    Accepts the following message:

    GetProjectChangesResponse
    object

    Examples

  • PUB webprotege.history.GetRevisionSummaries

    Accepts the following message:

    GetRevisionSummariesRequest
    object
    object
    • #history

    Examples

  • SUB webprotege.history.GetRevisionSummaries-Replies

    Accepts the following message:

    GetRevisionSummariesResponse
    object

    Examples

  • PUB webprotege.history.RevertRevision

    Accepts the following message:

    RevertRevisionRequest
    object
    object
    • #history

    Examples

  • SUB webprotege.history.RevertRevision-Replies

    Accepts the following message:

    RevertRevisionResponse
    object

    Examples

  • PUB webprotege.html.GetEntityHtmlRendering

    Accepts the following message:

    GetEntityHtmlRenderingRequest
    object
    object
    • #html

    Examples

  • SUB webprotege.html.GetEntityHtmlRendering-Replies

    Accepts the following message:

    GetEntityHtmlRenderingResponse
    object

    Examples

  • PUB webprotege.issues.GetIssues

    Accepts the following message:

    GetIssuesRequest
    object
    object
    • #issues

    Examples

  • SUB webprotege.issues.GetIssues-Replies

    Accepts the following message:

    GetIssuesResponse
    object

    Examples

  • PUB webprotege.obo.GetOBOTermCrossProduct

    Accepts the following message:

    GetOboTermCrossProductRequest
    object
    object
    • #obo

    Examples

  • SUB webprotege.obo.GetOBOTermCrossProduct-Replies

    Accepts the following message:

    GetOboTermCrossProductResponse
    object

    Examples

  • PUB webprotege.obo.GetOboNamespaces

    Accepts the following message:

    GetOboNamespacesRequest
    object
    object
    • #obo

    Examples

  • SUB webprotege.obo.GetOboNamespaces-Replies

    Accepts the following message:

    GetOboNamespacesResponse
    object

    Examples

  • PUB webprotege.obo.GetOboTermDefinition

    Accepts the following message:

    GetOboTermDefinitionRequest
    object
    object
    • #obo

    Examples

  • SUB webprotege.obo.GetOboTermDefinition-Replies

    Accepts the following message:

    GetOboTermDefinitionResponse
    object

    Examples

  • PUB webprotege.obo.GetOboTermId

    Accepts the following message:

    GetOboTermIdRequest
    object
    object
    • #obo

    Examples

  • SUB webprotege.obo.GetOboTermId-Replies

    Accepts the following message:

    GetOboTermIdResponse
    object

    Examples

  • PUB webprotege.obo.GetOboTermRelationships

    Accepts the following message:

    GetOboTermRelationshipsRequest
    object
    object
    • #obo

    Examples

  • SUB webprotege.obo.GetOboTermRelationships-Replies

    Accepts the following message:

    GetOboTermRelationshipsResponse
    object

    Examples

  • PUB webprotege.obo.GetOboTermSynonyms

    Accepts the following message:

    GetOboTermSynonymsRequest
    object
    object
    • #obo

    Examples

  • SUB webprotege.obo.GetOboTermSynonyms-Replies

    Accepts the following message:

    GetOboTermSynonymsResponse
    object

    Examples

  • PUB webprotege.obo.GetOboTermXRefs

    Accepts the following message:

    GetOboTermXRefsRequest
    object
    object
    • #obo

    Examples

  • SUB webprotege.obo.GetOboTermXRefs-Replies

    Accepts the following message:

    GetOboTermXRefsResponse
    object

    Examples

  • PUB webprotege.obo.SetOboTermCrossProduct

    Accepts the following message:

    SetOboTermCrossProductRequest
    object
    object
    • #obo

    Examples

  • SUB webprotege.obo.SetOboTermCrossProduct-Replies

    Accepts the following message:

    SetOboTermCrossProductResponse
    object

    Examples

  • PUB webprotege.obo.SetOboTermDefinition

    Accepts the following message:

    SetOboTermDefinitionRequest
    object
    object
    • #obo

    Examples

  • SUB webprotege.obo.SetOboTermDefinition-Replies

    Accepts the following message:

    SetOboTermDefinitionResponse
    object

    Examples

  • PUB webprotege.obo.SetOboTermId

    Accepts the following message:

    SetOboTermIdRequest
    object
    object
    • #obo

    Examples

  • SUB webprotege.obo.SetOboTermId-Replies

    Accepts the following message:

    SetOboTermIdResponse
    object

    Examples

  • PUB webprotege.obo.SetOboTermRelationships

    Accepts the following message:

    SetOboTermRelationshipsRequest
    object
    object
    • #obo

    Examples

  • SUB webprotege.obo.SetOboTermRelationships-Replies

    Accepts the following message:

    SetOboTermRelationshipsResponse
    object

    Examples

  • PUB webprotege.obo.SetOboTermSynonyms

    Accepts the following message:

    SetOboTermSynonymsRequest
    object
    object
    • #obo

    Examples

  • SUB webprotege.obo.SetOboTermSynonyms-Replies

    Accepts the following message:

    SetOboTermSynonymsResponse
    object

    Examples

  • PUB webprotege.obo.SetOboTermXRefs

    Accepts the following message:

    SetOboTermXRefsRequest
    object
    object
    • #obo

    Examples

  • SUB webprotege.obo.SetOboTermXRefs-Replies

    Accepts the following message:

    SetOboTermXRefsResponse
    object

    Examples

  • PUB webprotege.ontologies.GetOntologyAnnotations

    Accepts the following message:

    GetOntologyAnnotationsRequest
    object
    object
    • #ontologies

    Examples

  • SUB webprotege.ontologies.GetOntologyAnnotations-Replies

    Accepts the following message:

    GetOntologyAnnotationsResponse
    object

    Examples

  • PUB webprotege.ontologies.GetRootOntologyId

    Accepts the following message:

    GetRootOntologyIdRequest
    object
    object
    • #ontologies

    Examples

  • SUB webprotege.ontologies.GetRootOntologyId-Replies

    Accepts the following message:

    GetRootOntologyIdResponse
    object

    Examples

  • PUB webprotege.ontologies.MergeOntologies

    Accepts the following message:

    ExistingOntologyMergeAddRequest
    object
    object
    • #ontologies

    Examples

  • SUB webprotege.ontologies.MergeOntologies-Replies

    Accepts the following message:

    ExistingOntologyMergeAddResponse
    object

    Examples

  • PUB webprotege.ontologies.SetOntologyAnnotations

    Accepts the following message:

    SetOntologyAnnotationsRequest
    object
    object
    • #ontologies

    Examples

  • SUB webprotege.ontologies.SetOntologyAnnotations-Replies

    Accepts the following message:

    SetOntologyAnnotationsResponse
    object

    Examples

  • PUB webprotege.perspectives.GetPerspectiveDetails

    Accepts the following message:

    GetPerspectiveDetailsRequest
    object
    object
    • #perspectives

    Examples

  • SUB webprotege.perspectives.GetPerspectiveDetails-Replies

    Accepts the following message:

    GetPerspectiveDetailsResponse
    object

    Examples

  • PUB webprotege.perspectives.GetPerspectiveLayout

    Accepts the following message:

    GetPerspectiveLayoutRequest
    object
    object
    • #perspectives

    Examples

  • SUB webprotege.perspectives.GetPerspectiveLayout-Replies

    Accepts the following message:

    GetPerspectiveLayoutResponse
    object

    Examples

  • PUB webprotege.perspectives.GetPerspectives

    Accepts the following message:

    GetPerspectivesRequest
    object
    object
    • #perspectives

    Examples

  • SUB webprotege.perspectives.GetPerspectives-Replies

    Accepts the following message:

    GetPerspectivesResponse
    object

    Examples

  • PUB webprotege.perspectives.ResetPerspectiveLayout

    Accepts the following message:

    ResetPerspectiveLayoutRequest
    object
    object
    • #perspectives

    Examples

  • SUB webprotege.perspectives.ResetPerspectiveLayout-Replies

    Accepts the following message:

    ResetPerspectiveLayoutResponse
    object

    Examples

  • PUB webprotege.perspectives.ResetPerspectives

    Accepts the following message:

    ResetPerspectivesRequest
    object
    object
    • #perspectives

    Examples

  • SUB webprotege.perspectives.ResetPerspectives-Replies

    Accepts the following message:

    ResetPerspectivesResponse
    object

    Examples

  • PUB webprotege.perspectives.SetPerspectiveDetails

    Accepts the following message:

    SetPerspectiveDetailsRequest
    object
    object
    • #perspectives

    Examples

  • SUB webprotege.perspectives.SetPerspectiveDetails-Replies

    Accepts the following message:

    SetPerspectiveDetailsResponse
    object

    Examples

  • PUB webprotege.perspectives.SetPerspectiveLayout

    Accepts the following message:

    SetPerspectiveLayoutRequest
    object
    object
    • #perspectives

    Examples

  • SUB webprotege.perspectives.SetPerspectiveLayout-Replies

    Accepts the following message:

    SetPerspectiveLayoutResponse
    object

    Examples

  • PUB webprotege.perspectives.SetPerspectives

    Accepts the following message:

    SetPerspectivesRequest
    object
    object
    • #perspectives

    Examples

  • SUB webprotege.perspectives.SetPerspectives-Replies

    Accepts the following message:

    SetPerspectivesResponse
    object

    Examples

  • PUB webprotege.projects.ComputeProjectMerge

    Accepts the following message:

    ComputeProjectMergeRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.ComputeProjectMerge-Replies

    Accepts the following message:

    ComputeProjectMergeResponse
    object

    Examples

  • PUB webprotege.projects.CreateNewProject

    Accepts the following message:

    CreateNewProjectRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.CreateNewProject-Replies

    Accepts the following message:

    CreateNewProjectResponse
    object

    Examples

  • PUB webprotege.projects.GetAvailableProjects

    Accepts the following message:

    GetAvailableProjectsRequest
    object

    Gets the available projects for the authenticated user. An available project is a project that can be opened in WebProtégé.

    object
    • #projects

    Examples

  • SUB webprotege.projects.GetAvailableProjects-Replies

    Accepts the following message:

    GetAvailableProjectsResponse
    object

    Examples

  • PUB webprotege.projects.GetAvailableProjectsWithPermission

    Accepts the following message:

    GetAvailableProjectsWithPermissionRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.GetAvailableProjectsWithPermission-Replies

    Accepts the following message:

    GetAvailableProjectsWithPermissionResponse
    object

    Examples

  • PUB webprotege.projects.GetEntityCrudKitSettings

    Accepts the following message:

    GetEntityCrudKitSettingsRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.GetEntityCrudKitSettings-Replies

    Accepts the following message:

    GetEntityCrudKitSettingsResponse
    object

    Examples

  • PUB webprotege.projects.GetProjectDetails

    Accepts the following message:

    GetProjectDetailsRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.GetProjectDetails-Replies

    Accepts the following message:

    GetProjectDetailsResponse
    object

    Examples

  • PUB webprotege.projects.GetProjectInfo

    Accepts the following message:

    GetProjectInfoRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.GetProjectInfo-Replies

    Accepts the following message:

    GetProjectInfoResponse
    object

    Examples

  • PUB webprotege.projects.GetProjectLangTags

    Accepts the following message:

    GetProjectLangTagsRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.GetProjectLangTags-Replies

    Accepts the following message:

    GetProjectLangTagsResponse
    object

    Examples

  • PUB webprotege.projects.GetProjectPrefixDeclarations

    Accepts the following message:

    GetProjectPrefixDeclarationsRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.GetProjectPrefixDeclarations-Replies

    Accepts the following message:

    GetProjectPrefixDeclarationsResponse
    object

    Examples

  • PUB webprotege.projects.GetProjectSettings

    Accepts the following message:

    GetProjectSettingsRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.GetProjectSettings-Replies

    Accepts the following message:

    GetProjectSettingsResponse
    object

    Examples

  • PUB webprotege.projects.GetProjectSharingSettings

    Accepts the following message:

    GetProjectSharingSettingsRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.GetProjectSharingSettings-Replies

    Accepts the following message:

    GetProjectSharingSettingsResponse
    object

    Examples

  • PUB webprotege.projects.LoadProject

    Accepts the following message:

    LoadProjectRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.LoadProject-Replies

    Accepts the following message:

    LoadProjectResponse
    object

    Examples

  • PUB webprotege.projects.MergeUploadedProject

    Accepts the following message:

    MergeUploadedProjectRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.MergeUploadedProject-Replies

    Accepts the following message:

    MergeUploadedProjectResponse
    object

    Examples

  • PUB webprotege.projects.MoveProjectToTrash

    Accepts the following message:

    MoveProjectsToTrashRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.MoveProjectToTrash-Replies

    Accepts the following message:

    MoveProjectsToTrashResponse
    object

    Examples

  • PUB webprotege.projects.RemoveProjectFromTrash

    Accepts the following message:

    RemoveProjectFromTrashRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.RemoveProjectFromTrash-Replies

    Accepts the following message:

    RemoveProjectFromTrashResponse
    object

    Examples

  • PUB webprotege.projects.SetEntityCrudKitSettingsAction

    Accepts the following message:

    SetEntityCrudKitSettingsRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.SetEntityCrudKitSettingsAction-Replies

    Accepts the following message:

    SetEntityCrudKitSettingsResponse
    object

    Examples

  • PUB webprotege.projects.SetProjectPrefixDeclarations

    Accepts the following message:

    SetProjectPrefixDeclarationsRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.SetProjectPrefixDeclarations-Replies

    Accepts the following message:

    SetProjectPrefixDeclarationsResponse
    object

    Examples

  • PUB webprotege.projects.SetProjectSettings

    Accepts the following message:

    SetProjectSettingsRequest
    object
    object
    • #projects

    Examples

  • SUB webprotege.projects.SetProjectSettings-Replies

    Accepts the following message:

    SetProjectSettingsResponse
    object

    Examples

  • PUB webprotege.search.GetSearchSettings

    Accepts the following message:

    GetSearchSettingsRequest
    object
    object
    • #search

    Examples

  • SUB webprotege.search.GetSearchSettings-Replies

    Accepts the following message:

    GetSearchSettingsResponse
    object

    Examples

  • PUB webprotege.search.PerformEntitySearch

    Accepts the following message:

    PerformEntitySearchRequest
    object
    object
    • #search

    Examples

  • SUB webprotege.search.PerformEntitySearch-Replies

    Accepts the following message:

    PerformEntitySearchResponse
    object

    Examples

  • PUB webprotege.search.SetSearchSettings

    Accepts the following message:

    SetSearchSettingsRequest
    object
    object
    • #search

    Examples

  • SUB webprotege.search.SetSearchSettings-Replies

    Accepts the following message:

    SetSearchSettingsResponse
    object

    Examples

  • PUB webprotege.sharing.SetProjectSharingSettings

    Accepts the following message:

    SetProjectSharingSettingsRequest
    object
    object
    • #sharing

    Examples

  • SUB webprotege.sharing.SetProjectSharingSettings-Replies

    Accepts the following message:

    SetProjectSharingSettingsResponse
    object

    Examples

  • PUB webprotege.tags.AddProjectTag

    Accepts the following message:

    AddProjectTagRequest
    object
    object
    • #tags

    Examples

  • SUB webprotege.tags.AddProjectTag-Replies

    Accepts the following message:

    AddProjectTagResponse
    object

    Examples

  • PUB webprotege.tags.GetEntityTags

    Accepts the following message:

    GetEntityTagsRequest
    object
    object
    • #tags

    Examples

  • SUB webprotege.tags.GetEntityTags-Replies

    Accepts the following message:

    GetEntityTagsResponse
    object

    Examples

  • PUB webprotege.tags.GetProjectTags

    Accepts the following message:

    GetProjectTagsRequest
    object
    object
    • #tags

    Examples

  • SUB webprotege.tags.GetProjectTags-Replies

    Accepts the following message:

    GetProjectTagsResponse
    object

    Examples

  • PUB webprotege.tags.SetProjectTags

    Accepts the following message:

    SetProjectTagsRequest
    object
    object
    • #tags

    Examples

  • SUB webprotege.tags.SetProjectTags-Replies

    Accepts the following message:

    SetProjectTagsResponse
    object

    Examples

  • PUB webprotege.tags.UpdateEntityTags

    Accepts the following message:

    UpdateEntityTagsRequest
    object
    object
    • #tags

    Examples

  • SUB webprotege.tags.UpdateEntityTags-Replies

    Accepts the following message:

    UpdateEntityTagsResponse
    object

    Examples

  • PUB webprotege.uploads.GetUploadedOntologies

    Accepts the following message:

    GetUploadedOntologiesRequest
    object
    object
    • #uploads

    Examples

  • SUB webprotege.uploads.GetUploadedOntologies-Replies

    Accepts the following message:

    GetUploadedOntologiesResponse
    object

    Examples

  • PUB webprotege.users.GetEmailAddress

    Accepts the following message:

    GetEmailAddressRequest
    object
    object
    • #users

    Examples

  • SUB webprotege.users.GetEmailAddress-Replies

    Accepts the following message:

    GetEmailAddressResponse
    object

    Examples

  • PUB webprotege.users.GetUserIdCompletions

    Accepts the following message:

    GetUserIdCompletionsRequest
    object
    object
    • #users

    Examples

  • SUB webprotege.users.GetUserIdCompletions-Replies

    Accepts the following message:

    GetUserIdCompletionsResponse
    object

    Examples

  • PUB webprotege.users.SetEmailAddress

    Accepts the following message:

    SetEmailAddressRequest
    object
    object
    • #users

    Examples

  • SUB webprotege.users.SetEmailAddress-Replies

    Accepts the following message:

    SetEmailAddressResponse

    Examples

  • PUB webprotege.watches.GetWatchedEntityChanges

    Accepts the following message:

    GetWatchedEntityChangesRequest
    object
    object
    • #watches

    Examples

  • SUB webprotege.watches.GetWatchedEntityChanges-Replies

    Accepts the following message:

    GetWatchedEntityChangesResponse
    object

    Examples

  • PUB webprotege.watches.GetWatches

    Accepts the following message:

    GetWatchesRequest
    object
    object
    • #watches

    Examples

  • SUB webprotege.watches.GetWatches-Replies

    Accepts the following message:

    GetWatchesResponse
    object

    Examples

  • PUB webprotege.watches.SetEntityWatches

    Accepts the following message:

    SetEntityWatchesRequest
    object
    object
    • #watches

    Examples

  • SUB webprotege.watches.SetEntityWatches-Replies

    Accepts the following message:

    SetEntityWatchesResponse
    object

    Examples