/api/dataSets/:id/attributes/:code/subsets/:sid/value/:svid/moveUp

Changes the order of values in the subset. Moves the subset value up one level for given data set ID, attribute code and subset.

Resource Information

Resource URL

https://service.belladati.com/api/dataSets/:id/attributes/:code/subsets/:sid/value/:svid/moveUp

HTTP Method

POST

Request Parameters

idData Set identifier. You can find the ID in the response to /api/dataSets.123
codeAttribute code. You can find the code in the response to /api/dataSets/:id.L_STATE
sidID of the subsetkwuQpitto1
svidID of the subset valueT9yI2XwdWV

Response Structure

If the request is successfully executed, it will return an empty response with HTTP Status 200 OK.

If the value is already at the top, it will return "-1" with HTTP Status 400 Bad Request.

Sample Request / Response

Using curl:

curl POST -H "Authorization: OAuth realm=\"https://service.belladati.com/\", oauth_consumer_key=\"myConsumer\", oauth_token=\"mh7an9dkrg59\", oauth_timestamp=\"135131231\", oauth_nonce=\"randomString\"" https://service.belladati.com/api/dataSets/123/attributes/L_STATE/subsets/j3KE8bj7jc/value/k5jHVkCRd1/moveUp


  • No labels