Get a list of published models
get/models
Returns a list of published models.
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 "analyticStoreUri": [24 "string"25 ],26 "codeType": "string",27 "id": "string",28 "modelId": "string",29 "name": "string",30 "note": "string",31 "type": "string",32 "sourceUri": "string",33 "destination": {34 "name": "string",35 "casServerName": "string",36 "casLibrary": "string",37 "description": "string",38 "destinationTable": "string",39 "destinationType": "string",40 "databaseCasLibrary": "string",41 "user": "string",42 "hdfsDirectory": "string",43 "configurationDirectory": "string",44 "authenticationDomain": "string",45 "masUri": "string",46 "links": [47 {48 "method": "string",49 "rel": "string",50 "uri": "string",51 "href": "string",52 "title": "string",53 "type": "string",54 "itemType": "string",55 "responseType": "string",56 "responseItemType": "string"57 }58 ],59 "createdBy": "string",60 "creationTimeStamp": "2019-08-24T14:15:22Z",61 "modifiedBy": "string",62 "modifiedTimeStamp": "2019-08-24T14:15:22Z",63 "version": 164 },65 "state": "string",66 "verified": false,67 "createdBy": "string",68 "creationTimeStamp": "2019-08-24T14:15:22Z",69 "modifiedBy": "string",70 "modifiedTimeStamp": "2019-08-24T14:15:22Z",71 "version": 172 }73 ]74}
Name | Type | Required | Description |
---|---|---|---|
filter | string | false | The criteria for filtering the publishing destinations. See Filtering in REST APIs. |
limit | integer<int32> | false | The maximum number of published models to return. Default: 20 |
sortBy | string | false | The criteria for sorting the publishing destinations. See Sorting in REST APIs. |
start | integer<int64> | false | The index of the first published model to return. |
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Schema |