santosh_csc
7 years agoGuide
How to get role details by name which has space
When I call API https://community.lithium.com/restapi/vc/roles/name/Test Role or https://community.lithium.com/restapi/vc/roles/name/Test%20Role, the response is
<response status="error"> <error code="101"> <message>No role with the specified id.</message> </error> </response>
How can I get Test Role details using role name instead of ID?
This error is there only when Role name has a space.