API Document

vision.cms.servicerequestscomponent.servicerequest.find   Find Service Requests

This function retrieves service requests based on parameters.

 System Level Parameters

Name Type Required Description
method String Yes API Name
timestamp String Yes Timestamp,format is yyyy-MM-dd HH:mm:ss, e.g. 2014-01-25 20:23:30. CMS6 API Server allows the timestamp differ 1 minute.
format String No Optional, response format, by default is xml, supports xml,json.
app_key String Yes App Key
v String No API version, by default 1.0.
sign String Yes API Parameters' signature.

 Application Level Parameters

Name Type Required Description
Ascending Boolean Yes The Ascending parameter determines the sort direction of the service requests.
PageIndex Int32 Yes The Page Index parameter controls which page of records to retrieve from the request. This parameter works with the Page Size parameter.
PageSize Int32 Yes The Page Size parameter controls how many records will be retrieved per request.
ReportedBy String Yes The Reported By parameter filters the results based on the reporter's email address.
SortBy String Yes The parameter Sort By supports the fields 'Subject', 'Status', 'Topic', 'ReportedDate'
StartDate DateTime Yes The Start Date parameter sets date range filter, all service requests after the start date parameter are returned.
Topic String Yes The Topic parameter filters the result by the name of the topic.
ToProcessor String Yes The To Processor parameter filters the results based on the processor's email address.

 Return Results

Name Type Description
PagingList PagingList<ServiceRequest> This field contains a paging list of the records found in the request.

 Error Code

Error Code Error Description Solution
100 Missing API Method Missing API Method in your post data.
404 API URL Wrong Check your API URL.
900 Authorized Failed Contact the website administrator, to check whether the API related feature has been enabled.
901 Not Found Check your API Method.
902 Parameter validation failed Check your Application Level parameters.
903 App Secret Not Matched Check your app secret.
905 Signature Wrong API timestamp is expired.
906 Content Type Name empty The content type name empty.
907 Content Type Name Not Matched The content type name not matched.

 API Tools

 FAQ