URL
GET https://{api-url}/api/v2/tenants/{varId}/clients/{clientId}/customAttributes
Sample URLs
https://{api-url}/api/v2/tenants/msp_92/clients/client_93/customAttributes
Status code
200 OK
Sample response
[{
"id": 1277,
"customAttributeValue": {
"id": 410,
"customAttribute": {
"id": 71,
"name": "custom_attr_type_for_service_provider",
"description": "creating custom_type for provider-update",
"organization": {
"id": 1,
"uniqueId": "org_1",
"name": "OpsRamp SaaS Platform",
"activated": true
}
},
"value": "test_val_1_for_custom_attr_type_for_sp_1",
"description": "creating first value for s provider update"
},
"taggable" : {
"id" : "DEV0000015747",
"name" : "hydlptCampusGolden",
"entityType" : "Device",
"resourceName": "testDev",
"hostName": "testDev",
"resourceType": "Desktop"
},
"tagSource": "OPSRAMP"
}]