List Relationship Types
documentedList all asset relationship types.
GET /cmdb/relationship_types/list.jsonAsset Relationshipsno implementation yet0 runsNo 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"