getOrganizationRole

Returns an organization role by ID

Client Servlet Server Servlet HTTP Methods Supported Requires Authentication
None. SROrganizationAPI POST Yes.

Server API Syntax

https://secure2.convio.net/organization/site/SROrganizationAPI?method=getOrganizationRole & api_key =value & login_name =value & login_password =value & v =value [ & center_id =value ] [ & response_format =xml |json ] [ & source =value ] [ & sub_source =value ] [ & suppress_response_codes =value ] & role_id =value

Server API Parameters

Common Server Parameters

See topic Common Parameters.

role_id

Required. Role ID

Type xsd:int.

Response

See topic HTTP Status Codes.

XML response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<getOrganizationRoleResponse xmlns="http://convio.com/crm/v1.0">
    <role>
        <id>5</id>
        <name>Manager</name>
        <group_id>32768</group_id>
    </role>
</getOrganizationRoleResponse>


        
JSON response
{"getOrganizationRoleResponse":{"role":{"id":"5","name":"Manager","group_id":"32768"}}}

        

Leave a Comment

Nickname
Comment
Enter this word: