Developer Resources

API / (GET) Show Config Relationship Types

This API call returns a list of config relationship types.

API URL
https://youraccount.beetil.com/external_api/v1/config_relationship_type.format
HTTP Method
GET




URL parameters

ParameterFormatDefaultMandatory
limitMaximum number of results to return.integer10No
pageDesired page.integer1No
per_pageAlias for limit.integerNo




Example JSON Response
{
  "result": {
    "config_relationship_types": [
      {
        "name": "strong",
        "primary": true,
        "id": 1,
        "dependency_type": "S",
        "opposite_config_relationship_type_id": 100
      }
    ]
  },
  "version": "1.0",
  "status": "Success"
}




Last updated 31 January 2011