Retrieves the model attributes for a given type
GET
/v1/admin/model/{type}/attributes
curl \
--request GET 'https://api.aptrinsic.com/v1/admin/model/{type}/attributes'
Response examples (200)
[
{
"id": "string",
"name": "string",
"apiName": "string",
"internalName": "string",
"description": "string",
"type": "STRING",
"state": "ENABLED",
"origin": "CUSTOM",
"createdDate": 42,
"modifiedDate": 42,
"defaultValue": "string"
}
]