getOperations

Get a list of DataSync operations.

Client Servlet Server Servlet HTTP Methods Supported Requires Authentication
None. SRDataSyncAPI GET, POST Yes.

Server API Syntax

https://secure2.convio.net/organization/site/SRDataSyncAPI?method=getOperations & 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 ]

Server API Parameters

Common Server Parameters

See topic Common Parameters.

Response

See topic HTTP Status Codes.

XML response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<getOperationsResponse xmlns="http://convio.com/crm/v1.0">
    <operation>
        <id>1001</id>
        <title>Sample Operation 1</title>
        <file>sample1.xml</file>
    </operation>
    <operation>
        <id>1002</id>
        <title>Sample Operation 2</title>
        <file>sample2.xml</file>
    </operation>
</getOperationsResponse>


        
JSON response
{"getOperationsResponse":{"operation":[{"id":"1001","title":"Sample Operation 1","file":"sample1.xml"},{"id":"1002","title":"Sample Operation 2","file":"sample2.xml"}]}}

        

Leave a Comment

Nickname
Comment
Enter this word: