---++Discussion Ubiquity Commands
1 Establish OAuth session key for ODS Discussion instance:
Syntax: ods-set-discussion-oauth
Example: ods-set-discussion-oauth c4746c96bd8faa99798ad88448ba3bab
* Example usage you can find [[VirtuosoOdsUbiquityTutorialsDiscussionOAuthD][here]].
1 Get all discussion groups:
Syntax: ods-get-discussion-groups
Example: ods-get-discussion-groups
* Example usage you can find [[VirtuosoOdsUbiquityTutorialsGroupsDiscussion][here]].
1 Create discussion group:
Syntax: ods-create-discussion-group description
Example: ods-create-discussion-group RDF description OpenLink RDF
1 Get discussion group information by group ID:
Syntax: ods-get-discussion-group-by-id
Example: ods-get-discussion-group-by-id 10
1 Delete discussion group by group ID:
Syntax: ods-delete-discussion-group-by-id
Example: ods-delete-discussion-group-by-id 10
1 Create discussion group feed:
Syntax: ods-create-discussion-feed name
Example: ods-create-discussion-feed 10 name RDF Feed
1 Delete discussion group feed:
Syntax: ods-delete-discussion-feed-by-id
Example: ods-delete-discussion-feed-by-id 535EF4DA-B580-11DD-B584-FB6AC0A1C14E
1 Create discussion message:
Syntax: ods-create-discussion-message subject body
Example: ods-create-discussion-message 10 subject RDF new version body Annonce RDF new version 5.09
1 Get discussion message information by message ID:
Syntax: ods-get-discussion-message-by-id
Example: ods-get-discussion-message-by-id
1 Create discussion comment to existing message:
Syntax: ods-create-discussion-comment subject body
Example: ods-create-discussion-comment subject Re:RDF body 10x
1 Get discussion comment information by comment ID:
Syntax: ods-get-discussion-comment-by-id
Example: ods-get-discussion-comment-by-id <56b3311474ee8e1b4238d64020531630@example.domain>
---+++References
* [[VirtuosoOdsUbiquity][ODS Ubiquity Commands]]