Get a View Definition by its ID
get/views/{viewId}
Get a View Definition by its ID
1{2 "creationTimeStamp": "2022-03-23T14:36:42.145Z",3 "createdBy": "sasuser",4 "modifiedTimeStamp": "2022-03-23T14:36:42.145Z",5 "modifiedBy": "sasuser",6 "id": "a8fc4c97-b6b0-4026-81cc-c47af69ac56e",7 "links": [8 {9 "method": "GET",10 "rel": "self",11 "href": "/catalog/views/a8fc4c97-b6b0-4026-81cc-c47af69ac56e",12 "uri": "/catalog/views/a8fc4c97-b6b0-4026-81cc-c47af69ac56e",13 "type": "application/vnd.sas.metadata.definition.view"14 },15 {16 "method": "GET",17 "rel": "up",18 "href": "/catalog/views",19 "uri": "/catalog/views",20 "type": "application/vnd.sas.collection",21 "itemType": "application/vnd.sas.metadata.definition.view"22 },23 {24 "method": "PUT",25 "rel": "update",26 "href": "/catalog/views/a8fc4c97-b6b0-4026-81cc-c47af69ac56e",27 "uri": "/catalog/views/a8fc4c97-b6b0-4026-81cc-c47af69ac56e",28 "type": "application/vnd.sas.metadata.definition.view",29 "responseType": "application/vnd.sas.metadata.definition.view"30 },31 {32 "method": "DELETE",33 "rel": "delete",34 "href": "/catalog/views/a8fc4c97-b6b0-4026-81cc-c47af69ac56e",35 "uri": "/catalog/views/a8fc4c97-b6b0-4026-81cc-c47af69ac56e"36 }37 ],38 "version": 1,39 "name": "dataSetColumns",40 "label": "Dataset with Columns",41 "description": "Dataset and columns",42 "query": "match (t:dataSet)-[r:dataSetDataField]->(c:dataField)"43}
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | Schema |
400 | Bad Request | Bad request (the request is not well-formed). | Schema | |
401 | Unauthorized | Not authenticated. | Schema | |
403 | Forbidden | The user does not have permission to complete this request. | Schema | |
404 | Not Found | The specified resource was not found. | Schema | |
406 | Not Acceptable | Not Acceptable. Include an Accept header with a supported value on the request. | Schema |