<< Back to GForge REST API

Entity: Association

GET

POST

postAssociation

Posts an association from one item to another. Expected parameters in the Request object are:

  • section: section of the object source of the association
  • refId id of the source object
  • toSection: section of the destination object of the association
  • toRefId id of the destination object
  • comment optional string

Parameters (1)

Name Type Description
request \mvcnphp\RequestParameters Request object

Return: array

PUT

DELETE

deleteAssociation

Deletes an association from one item to another. Expected parameters in the Request object are:

  • section: section of the object source of the association
  • refId id of the source object
  • toSection: section of the destination object of the association
  • toRefId id of the destination object

Parameters (1)

Name Type Description
request \mvcnphp\RequestParameters Request object

Return: array