Menu

REST OQL sample to create a user device relatioship

2014-08-06
2014-08-26
  • Richard Dort

    Richard Dort - 2014-08-06

    cant seem to find any example OQL query to create a user device relationship would anyone have a sample they could post

     
  • Richard Dort

    Richard Dort - 2014-08-25

    BUMP

    Some out there has to have a sample of this if anyone can help it would be much apreceated

     
  • Richard Dort

    Richard Dort - 2014-08-26

    figured it out if it help some one else out the query below works
    {
    "operation": "core/create",
    "comment": "Synchronization from blah...",
    "class": "lnkContactToFunctionalCI",
    "output_fields": "id, friendlyname",
    "fields":
    {
    "functionalci_id": "203539",
    "contact_id": "5868"
    }
    }

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.