Get business owners by ID.
http://apis.wso2.com/api/appm/store/v1.1/businessowner/{businessOwnerId}
GET
appm:read
curl -X GET -H "Authorization: Bearer 68f8872882b2dca493328564942251b6" "http://localhost:9763/api/appm/store/v1.1/businessowner/1"
{"site": "test.lk","email": "testOwner@gmail.com","description": "this is a test description","name": "testOwner","properties": [{"isVisible": false,"value": "903334238V","key": "nic"}],"id": 1}
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Path |
businessOwnerId required |
Business Owner Id. |
Integer | |
Header |
Accept optional |
Media types acceptable for the response. Default is JSON. |
String |
JSON |
Header |
If-None-Match optional |
Validator for conditional requests; based on the ETag of the formerly retrieved variant of the resource. |
String |
HTTP Code | Description | Schema |
---|---|---|
200 |
OK. |
BusinessOwner |
400 |
Bad Request. Invalid request or validation error. |
Error |
403 |
Forbidden. The request must be conditional but no condition has been specified. |
Error |
404 |
Not Found. The resource to be updated does not exist. |
Error |