Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

AttributesValues

HTTP Method                 

POST
Request URI/association?path={resource path}&type={association type}
HTTP Request Header

Authorization: Bearer {OAuth access token}

Content-Type: application/json

Payload[ {"target":"<target resource path>","type":"<association type>" } ]

Description

It retrieves all add the associations including the added onesarray of associations passed as the payload for the source resource
Response TypeJSON
Delete an association on a given resource
AttributesValues

HTTP Method                 

DELETE
Request URI/association?path={resource path}&type={association type}&target={target resource path}
HTTP Request HeaderAuthorization: Bearer {OAuth access token}

Description

It retrieves deletes the rest of the associations association between the source and target resources for the given resource after deletionassociation type.
Response TypeJSON

 

 

 

 

 

 

 

...