Sign in

List Relationship Types

documented

List all asset relationship types.

GET /cmdb/relationship_types/list.jsonAsset Relationshipsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$FRESHSERVICE_SUBDOMAIN}}.freshservice.com/cmdb/relationship_types/list.json" \
  -X GET \
  -u "{{$FRESHSERVICE_API_KEY}}:X" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json"