Discussion Ubiquity Commands

  1. Establish OAuth session key for ODS Discussion instance:

    Syntax: ods-set-discussion-oauth <session_key> Example: ods-set-discussion-oauth c4746c96bd8faa99798ad88448ba3bab

    • Example usage you can find here.
  2. Get all discussion groups:

    Syntax: ods-get-discussion-groups Example: ods-get-discussion-groups

    • Example usage you can find here.
  3. Create discussion group:

    Syntax: ods-create-discussion-group <name> description <description> Example: ods-create-discussion-group RDF description OpenLink RDF

  4. Get discussion group information by group ID:

    Syntax: ods-get-discussion-group-by-id <group_id> Example: ods-get-discussion-group-by-id 10

  5. Delete discussion group by group ID:

    Syntax: ods-delete-discussion-group-by-id <group_id> Example: ods-delete-discussion-group-by-id 10

  6. Create discussion group feed:

    Syntax: ods-create-discussion-feed <group_id> name <name> Example: ods-create-discussion-feed 10 name RDF Feed

  7. Delete discussion group feed:

    Syntax: ods-delete-discussion-feed-by-id <feed_id> Example: ods-delete-discussion-feed-by-id 535EF4DA-B580-11DD-B584-FB6AC0A1C14E

  8. Create discussion message:

    Syntax: ods-create-discussion-message <group_id> subject <subject> body <body> Example: ods-create-discussion-message 10 subject RDF new version body Annonce RDF new version 5.09

  9. Get discussion message information by message ID:

    Syntax: ods-get-discussion-message-by-id <message_id> Example: ods-get-discussion-message-by-id <a8f6a54b9a5556f77b75d3f67be186e2@example.domain>

  10. Create discussion comment to existing message:

    Syntax: ods-create-discussion-comment <parent_id> subject <subject> body <body> Example: ods-create-discussion-comment <a8f6a54b9a5556f77b75d3f67be186e2@example.domain> subject Re:RDF body 10x

  11. Get discussion comment information by comment ID:

    Syntax: ods-get-discussion-comment-by-id <comment_id> Example: ods-get-discussion-comment-by-id <56b3311474ee8e1b4238d64020531630@example.domain>

References