Web Service Method: Reject a Concept
Abstract
Web Service Method: Reject a Concept
Description |
---|
Allows to reject a concept or SKOS-XL label during workflow process. |
URL: /PoolParty/api/workflow/{project}/reject
Request
Supported Methods |
---|
POST |
application/x-www-form-urlencoded
Variable | Comment |
---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
Parameter | Comment | Type | Required |
---|---|---|---|
resource | URI of the concept or SKOS-XL label that should be rejected. NoteThe method will detect if the resource is a concept or a SKOS-XL label. | String | true |
comment | Note that describes the rejection. | String | false |
Response
http status code 200if OK.
Request Pattern Example
POST Request
http://<server-url>/PoolParty/api/workflow/<project-Id>/reject?resource=http://test.poolparty.biz/testproject/9&comment=new description is wrong