Get a list of model analytic stores
get/models/{modelId}/analyticStore
Returns a list of metadata for analytic stores (application/vnd.sas.models.analytic.store) that are associated with the model. Note that this does not allow retrieval of the analytic store, only the metadata.
1{2 "name": "string",3 "start": 0,4 "limit": 0,5 "count": 0,6 "accept": "string",7 "links": [8 {9 "method": "string",10 "rel": "string",11 "uri": "string",12 "href": "string",13 "title": "string",14 "type": "string",15 "itemType": "string",16 "responseType": "string",17 "responseItemType": "string"18 }19 ],20 "version": 0,21 "items": [22 {23 "name": "string",24 "uri": "string",25 "key": "string",26 "caslib": "string",27 "location": "string",28 "errorCode": "string",29 "host": "string",30 "fullPath": "string",31 "state": "string",32 "version": 1,33 "links": [34 {35 "method": "string",36 "rel": "string",37 "uri": "string",38 "href": "string",39 "title": "string",40 "type": "string",41 "itemType": "string",42 "responseType": "string",43 "responseItemType": "string"44 }45 ]46 }47 ]48}