Get disposition by tag name

Request
path Parameters
tagName
required
string
Responses
200

OK

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

404

Not Found. The specified resource (or resource referred to by id) was not found

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

get/disposition-service/v1/disposition/{tagName}
Request samples
curl -i -X GET \
  'http://disposition-service:8080/disposition-service/v1/disposition/{tagName}'
Response samples
application/json
{
  • "tag": "string",
  • "types": [
    ],
  • "configuration": {
    }
}