GET (Create Task Request)

As an alternative to POST, GET (create task request) uses UTF-8 encoded URL parameters to provide the parameters required for the contact.

URL:

https://<server>:<port>/ccp/rest/task/feed/<TaskFeedId>?<queryparameters>

HTTPS method:

GET

Parameters:

See Task Submission API Parameters.

A reference URL to the contact is returned in the location field in the header:

https://<server>:<port>/ccp/rest/task/contact/6EEF968810000132000015F60A568DFB

Response codes:

201 Created

400 Bad Request

See HTTP Responses for more information about the response codes.