Skip to content

ObjectRelation

Type: object

Properties

Property Type Required Description Constraints
field string Yes API Name of link field
relatedTo model: RelatedObject Yes Object to which the field is linked
type string Yes Type of the relationship field

Generated example

{
  "field": "string",
  "relatedTo": {
    "field": "string",
    "name": "Example name"
  },
  "type": "string"
}

Referenced models

Source

Generated from swagger-mapi.json.