1.5

Get Data Set Properties
Returns a list of the properties for a specific Data Set entity.
Request takes no content, and on success returns a response containing a JSON Name/Value
List (Properties Only) of all the properties for the Data Set.
Type: GET
URI:
/rest/serverengine/entity/datasets/{dataSetId}/properties
Parameters:
Path:
l dataSetId the ID of the Data Set entity in Server
Request:
Add.
Headers:
auth_token Authorization Token (if server security
settings enabled)
Content: -
Content
Type:
-
Response:
Add.
Headers:
-
Content: JSON Name/Value List (Properties Only) of properties
for Data Set
Content
Type:
application/json
Status:
l 200 OK Data Set entity properties successfully
retrieved
l 401 Unauthorized Server authentication required
Page 276