/plugin

post

create a a new case file, or update an existing one.

Lookup a case file by ID.

get

Manage case files.

post

Add a file to the case. Submitted form must include a caseId element, and a files[] element with the files to be uploaded. Returns JSON suitable for consumption by the jQuery File Upload plugin.

get

Get the list of case files created by the given user.

get

Return a report of case file status counts for the last week, the last month, and the last year.

Get a list of case file status counts for a specific time period

get
post

Create a complaint based on the complaint originator's contact information

Manage the list of complaint types.

get

Retrieve array of valid complaint types.

Manage the list of complaint priorities.

get

Retrieve array of valid complaint priorities.

Manage complaint files.

post

Add a file to the complaint. Submitted form must include a complaintId element, and a file[] element with the files to be uploaded. Returns JSON suitable for consumption by the jQuery File Upload plugin.

get

Lookup complaint details by complaint ID.

post

Create a person with all details

Manage the list of person types.

get

Retrieve array of valid person types.

get

Retrieve a person using personAssociation Id. pass assocId=2046 as a parameter

get

Retrieve a person using parentType and parentId in the personAssociation

delete

Delete a person by personId

post

Create a personAssociation with all details

get

Get a user profile (User and Company) information's

post

Update the user profile data (for the User and for the Company)

get

Get a page of the default access controls.

post

Update the default access control with ID = the given defaultAccessId. Only the accessDecision and the allowDiscretionaryUpdate flag can be changed. The other fields are read-only. accessDecision can be GRANT, DENY, MANDATORY_GRANT, or MANDATORY_DENY.

get

Get a list of active tasks for the specified user.

post

Complete a task. Must be called by the task's current assignee.

post

Create a standalone task (not tied to a workflow or business process)

post

POST request to save the task

get

Get task details by the task ID.

get

Get a list of objects by object type. Used to populate object lists in the user interface.

get

Query the quickSearch search index. The Quicksearch index contains only selected metadata and is smaller than the full index; so it should be faster to search.

/users

get

Get a list of users with the specified privilege. Used to obtain a list of users who are authorized to perform a certain action.

get

Retrieve the types of participants that can be assigned to a certain object type. For example, a Case could have a Case Agent, a Supervisor, and a list of Approvers.

/authenticationtoken

get

Retrieve an authentication token that may be appended to subsequent requests. Such a token authenticates those future requests as the user that generated the token.